make opengl and spectrum-mpi set has_code = False (#19133)

* make opengl and spectrum-mpi set has_code = False
This commit is contained in:
Omar Padron 2020-10-15 15:13:21 -04:00 committed by GitHub
parent 0b6f995187
commit 2ed39dfd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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')

View File

@ -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')