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
@ -10,6 +10,8 @@
|
|||||||
class Opengl(Package):
|
class Opengl(Package):
|
||||||
"""Placeholder for external OpenGL libraries from hardware vendors"""
|
"""Placeholder for external OpenGL libraries from hardware vendors"""
|
||||||
|
|
||||||
|
has_code = False
|
||||||
|
|
||||||
homepage = "https://www.opengl.org/"
|
homepage = "https://www.opengl.org/"
|
||||||
|
|
||||||
provides('gl')
|
provides('gl')
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
class SpectrumMpi(Package):
|
class SpectrumMpi(Package):
|
||||||
"""IBM MPI implementation from Spectrum MPI."""
|
"""IBM MPI implementation from Spectrum MPI."""
|
||||||
|
|
||||||
|
has_code = False
|
||||||
|
|
||||||
homepage = "http://www-03.ibm.com/systems/spectrum-computing/products/mpi"
|
homepage = "http://www-03.ibm.com/systems/spectrum-computing/products/mpi"
|
||||||
|
|
||||||
provides('mpi')
|
provides('mpi')
|
||||||
|
Loading…
Reference in New Issue
Block a user