Add conflict for py-scipy@1.14: with Intel Classic (#48251)
This commit is contained in:
parent
21d5fd6ec1
commit
aaf0319731
@ -178,6 +178,10 @@ class PyScipy(PythonPackage):
|
||||
msg="SciPy requires at least vc142 (default with Visual Studio 2019) "
|
||||
"when building with MSVC",
|
||||
)
|
||||
|
||||
# https://github.com/spack/spack/issues/48243
|
||||
conflicts("%intel", when="@1.14:", msg="SciPy 1.14: Use Intel LLVM instead of Intel Classic")
|
||||
|
||||
# https://github.com/spack/spack/issues/45718
|
||||
conflicts("%aocc", msg="SciPy doesn't compile with AOCC yet")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user