summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaryl W. Grunau <DarylGrunau@gmail.com>2022-04-12 16:38:11 -0600
committerGitHub <noreply@github.com>2022-04-12 15:38:11 -0700
commit110ade1804506511b752e7d8a1a9faa9b3891433 (patch)
tree00ead231c7e6b1484ea6f7cc4e31efb58c4e5469
parent5db279f986145fe0155da50b2c022af942706df8 (diff)
downloadspack-110ade1804506511b752e7d8a1a9faa9b3891433.tar.gz
spack-110ade1804506511b752e7d8a1a9faa9b3891433.tar.bz2
spack-110ade1804506511b752e7d8a1a9faa9b3891433.tar.xz
spack-110ade1804506511b752e7d8a1a9faa9b3891433.zip
Apply llvm7_intel.patch with intel@19.1.3 (#29955)
* llvm7_intel.patch required for intel@19.1.3 too * apply llvm7_intel.patch forall intel@19.0 and intel@19.1 Co-authored-by: Daryl W. Grunau <dwg@lanl.gov>
-rw-r--r--var/spack/repos/builtin/packages/llvm/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/llvm/package.py b/var/spack/repos/builtin/packages/llvm/package.py
index 773598c36c..268af5ce0e 100644
--- a/var/spack/repos/builtin/packages/llvm/package.py
+++ b/var/spack/repos/builtin/packages/llvm/package.py
@@ -342,7 +342,7 @@ class Llvm(CMakePackage, CudaPackage):
patch("llvm_python_path.patch", when="@11.0.0")
# Workaround for issue https://github.com/spack/spack/issues/18197
- patch('llvm7_intel.patch', when='@7 %intel@18.0.2,19.0.4')
+ patch('llvm7_intel.patch', when='@7 %intel@18.0.2,19.0.0:19.1.99')
# Remove cyclades support to build against newer kernel headers
# https://reviews.llvm.org/D102059