summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gcc/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gcc/package.py b/var/spack/repos/builtin/packages/gcc/package.py
index dbdf4833b3..5560e36457 100644
--- a/var/spack/repos/builtin/packages/gcc/package.py
+++ b/var/spack/repos/builtin/packages/gcc/package.py
@@ -78,7 +78,8 @@ class Gcc(AutotoolsPackage):
depends_on('gmp@4.3.2:')
depends_on('mpfr@2.4.2:')
depends_on('mpc@0.8.1:', when='@4.5:')
- depends_on('isl@0.15:', when='@5.0:')
+ depends_on('isl@0.14', when='@5:5.9')
+ depends_on('isl@0.15:', when='@6:')
depends_on('zlib', when='@6:')
depends_on('gnat', when='languages=ada')
depends_on('binutils~libiberty', when='+binutils')