Allow scipy to be built with AOCC again (#48505)

Co-authored-by: Phil Tooley <phil.tooley@amd.com>
This commit is contained in:
AMD Toolchain Support 2025-01-24 10:13:47 +00:00 committed by GitHub
parent 7bc4069b9e
commit a728db95de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,9 +185,6 @@ class PyScipy(PythonPackage):
# 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")
# https://github.com/scipy/scipy/issues/19831
conflicts("^openblas@0.3.26:", when="@:1.12")