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>
This commit is contained in:
parent
5db279f986
commit
110ade1804
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ class Llvm(CMakePackage, CudaPackage):
|
||||||
patch("llvm_python_path.patch", when="@11.0.0")
|
patch("llvm_python_path.patch", when="@11.0.0")
|
||||||
|
|
||||||
# Workaround for issue https://github.com/spack/spack/issues/18197
|
# 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
|
# Remove cyclades support to build against newer kernel headers
|
||||||
# https://reviews.llvm.org/D102059
|
# https://reviews.llvm.org/D102059
|
||||||
|
|
Loading…
Reference in a new issue