Add conflict for py-scipy@1.14: with Intel Classic (#48251)

This commit is contained in:
Dom Heinzeller 2024-12-20 23:23:27 -07:00 committed by GitHub
parent 21d5fd6ec1
commit aaf0319731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")