python313Packages.scipy: use external system libraries as dependencies
Per https://github.com/scipy/scipy/pull/22893
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
pybind11,
|
||||
pooch,
|
||||
xsimd,
|
||||
boost188,
|
||||
qhull,
|
||||
|
||||
# dependencies
|
||||
numpy,
|
||||
@@ -131,6 +133,8 @@ buildPythonPackage {
|
||||
pybind11
|
||||
pooch
|
||||
xsimd
|
||||
boost188
|
||||
qhull
|
||||
];
|
||||
|
||||
dependencies = [ numpy ];
|
||||
@@ -182,6 +186,7 @@ buildPythonPackage {
|
||||
# meson the proper cross compilation related arguments. See also:
|
||||
# https://docs.scipy.org/doc/scipy/building/cross_compilation.html
|
||||
"--cross-file=${crossFileScipy}"
|
||||
"-Duse-system-libraries=all"
|
||||
];
|
||||
|
||||
# disable stackprotector on aarch64-darwin for now
|
||||
|
||||
Reference in New Issue
Block a user