summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorCarlos Bederián <carlos.bederian@unc.edu.ar>2020-05-22 12:24:54 -0300
committerGitHub <noreply@github.com>2020-05-22 10:24:54 -0500
commit1d936a8cc6eec96fbdac327397d63482750a79d2 (patch)
tree55a61a301322f288c44af02f8d8d4aabce45f7e2 /var
parentd2d35f80d194fee3e1bdeea1d31ea8e3ff5948bf (diff)
downloadspack-1d936a8cc6eec96fbdac327397d63482750a79d2.tar.gz
spack-1d936a8cc6eec96fbdac327397d63482750a79d2.tar.bz2
spack-1d936a8cc6eec96fbdac327397d63482750a79d2.tar.xz
spack-1d936a8cc6eec96fbdac327397d63482750a79d2.zip
julia: Fix LLVM build failing with newer versions of CMake (#16738)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/julia/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/julia/package.py b/var/spack/repos/builtin/packages/julia/package.py
index 97c873d075..cd401dd9ea 100644
--- a/var/spack/repos/builtin/packages/julia/package.py
+++ b/var/spack/repos/builtin/packages/julia/package.py
@@ -47,7 +47,8 @@ class Julia(Package):
# Python only needed to build LLVM?
depends_on('python@2.7:2.8', type='build', when='@:1.1')
depends_on('python@2.7:', type='build', when='@1.2:')
- depends_on('cmake @2.8:', type='build', when='@1.0:')
+ depends_on('cmake@2.8:', type='build', when='@1.0:')
+ depends_on('cmake@:3.11', type='build', when='@:1.4')
depends_on('git', type='build', when='@master')
# Combined build-time and run-time dependencies: