summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/julia/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/julia/package.py b/var/spack/repos/builtin/packages/julia/package.py
index 1730f1960b..99e71f0b9a 100644
--- a/var/spack/repos/builtin/packages/julia/package.py
+++ b/var/spack/repos/builtin/packages/julia/package.py
@@ -318,6 +318,8 @@ class Julia(MakefilePackage):
"JULIA_PRECOMPILE:={0}".format("1" if spec.variants["precompile"].value else "0"),
# we want to use `patchelf --add-rpath` instead of `patchelf --set-rpath`
"override PATCHELF_SET_RPATH_ARG:=--add-rpath", # @1.9:
+ # Otherwise, Julia tries to download and build ittapi
+ "USE_INTEL_JITEVENTS:=0", # @1.9:
]
options.append("USEGCC:={}".format("1" if "%gcc" in spec else "0"))