make opengl and spectrum-mpi set has_code = False (#19133)
* make opengl and spectrum-mpi set has_code = False
This commit is contained in:
parent
0b6f995187
commit
2ed39dfd8e
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
class Opengl(Package):
|
||||
"""Placeholder for external OpenGL libraries from hardware vendors"""
|
||||
|
||||
has_code = False
|
||||
|
||||
homepage = "https://www.opengl.org/"
|
||||
|
||||
provides('gl')
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
class SpectrumMpi(Package):
|
||||
"""IBM MPI implementation from Spectrum MPI."""
|
||||
|
||||
has_code = False
|
||||
|
||||
homepage = "http://www-03.ibm.com/systems/spectrum-computing/products/mpi"
|
||||
|
||||
provides('mpi')
|
||||
|
|
Loading…
Reference in a new issue