0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python312Packages.scipy: mention possible support for Darwin's Accelerate

This commit is contained in:
Doron Behar 2024-06-30 18:50:15 +03:00
parent 0b1ae52fe3
commit bfeaaa19d7

View file

@ -23,6 +23,10 @@
pybind11,
pooch,
xsimd,
# Upstream has support for using Darwin's Accelerate package. However this
# requires a Darwin user to work on a nice way to do that via an override.
# See:
# https://github.com/scipy/scipy/blob/v1.14.0/scipy/meson.build#L194-L211
blas,
lapack,