Further restrict versions of GCC patched (#2259)

This commit is contained in:
Adam J. Stewart 2016-11-06 17:31:48 -06:00 committed by Todd Gamblin
parent 7f5d1953d4
commit ca5f713282

View File

@ -58,7 +58,7 @@ class Gcc(Package):
provides('golang', when='@4.7.1:')
patch('piclibs.patch', when='+piclibs')
patch('gcc-backport.patch', when='@4.7:5.3')
patch('gcc-backport.patch', when='@4.7:4.9.2,5:5.3')
def install(self, spec, prefix):
# libjava/configure needs a minor fix to install into spack paths.