summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/julia/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/julia/package.py b/var/spack/repos/builtin/packages/julia/package.py
index d4cb97089e..9b79e1467e 100644
--- a/var/spack/repos/builtin/packages/julia/package.py
+++ b/var/spack/repos/builtin/packages/julia/package.py
@@ -144,7 +144,7 @@ class Julia(MakefilePackage):
# Don't make julia run patchelf --set-rpath on llvm (presumably this should've
# only applied to libllvm when it's vendored by julia).
- patch('revert-fix-rpath-of-libllvm.patch', when='@1.7.0:1.7')
+ patch('revert-fix-rpath-of-libllvm.patch', when='@1.7.0:1.7.2')
# Allow build with clang.
patch('gcc-ifdef.patch', when='@1.7.0:1.7')