Skip to content
Snippets Groups Projects
Commit 89742ff9 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix gcc patch version range, see !360

parent 142fa4c5
No related branches found
No related tags found
No related merge requests found
...@@ -472,7 +472,7 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage): ...@@ -472,7 +472,7 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage):
patch( patch(
"https://github.com/gcc-mirror/gcc/commit/423cd47cfc9640ba3d6811b780e8a0b94b704dcb.patch?full_index=1", "https://github.com/gcc-mirror/gcc/commit/423cd47cfc9640ba3d6811b780e8a0b94b704dcb.patch?full_index=1",
sha256="0d136226eb07bc43f1b15284f48bd252e3748a0426b5d7ac9084ebc406e15490", sha256="0d136226eb07bc43f1b15284f48bd252e3748a0426b5d7ac9084ebc406e15490",
when="@9.5.0:11.2", when="@9.5.0,10.4.0",
) )
build_directory = "spack-build" build_directory = "spack-build"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment