Unit test fixes

This commit is contained in:
Adam J. Stewart
2018-07-24 22:44:55 -05:00
committed by Todd Gamblin
parent 68c2bdfaf6
commit 5d07042f23
4 changed files with 1 additions and 13 deletions

View File

@@ -30,11 +30,6 @@ class Opengl(Package):
homepage = "https://www.opengl.org/"
# A second argument (usually the hash) must be supplied to the
# version directive, but 'n/a' is used here because this package
# is a placeholder for a system/vendor installation of OpenGL
version('3.2', 'n/a')
provides('gl@:4.5', when='@4.5:')
provides('gl@:4.4', when='@4.4:')
provides('gl@:4.3', when='@4.3:')