py-scipy: 1.4.0:1.4.1 conflict on ppc64le (#32050)

This commit is contained in:
Adam J. Stewart 2022-08-11 04:53:05 -07:00 committed by GitHub
parent 6503652bc3
commit 5e57677140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,9 @@ class PyScipy(PythonPackage):
# https://github.com/scipy/scipy/wiki/Dropping-support-for-Accelerate
depends_on("lapack@3.4.1:", when="@1.2:")
# https://github.com/scipy/scipy/pull/11324
conflicts("@1.4.0:1.4.1", when="target=ppc64le:")
# https://github.com/scipy/scipy/issues/12860
patch(
"https://git.sagemath.org/sage.git/plain/build/pkgs/scipy/patches/extern_decls.patch?id=711fe05025795e44b84233e065d240859ccae5bd",