Further restrict versions of GCC patched (#2259)
This commit is contained in:
parent
7f5d1953d4
commit
ca5f713282
@ -58,7 +58,7 @@ class Gcc(Package):
|
|||||||
provides('golang', when='@4.7.1:')
|
provides('golang', when='@4.7.1:')
|
||||||
|
|
||||||
patch('piclibs.patch', when='+piclibs')
|
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):
|
def install(self, spec, prefix):
|
||||||
# libjava/configure needs a minor fix to install into spack paths.
|
# libjava/configure needs a minor fix to install into spack paths.
|
||||||
|
Loading…
Reference in New Issue
Block a user