Update py-scipy: add conflict for AOCC compilers (#46452)
Addresses https://github.com/spack/spack/issues/45718
This commit is contained in:
parent
ba215ca824
commit
6b512210d4
@ -146,6 +146,8 @@ class PyScipy(PythonPackage):
|
||||
msg="SciPy requires at least vc142 (default with Visual Studio 2019) "
|
||||
"when building with MSVC",
|
||||
)
|
||||
# https://github.com/spack/spack/issues/45718
|
||||
conflicts("%aocc", msg="SciPy doesn't compile with AOCC yet")
|
||||
|
||||
# https://github.com/scipy/scipy/issues/19831
|
||||
conflicts("^openblas@0.3.26:", when="@:1.12")
|
||||
|
Loading…
Reference in New Issue
Block a user