python312Packages.scipy: use numpy.coreIncludeDir

This commit is contained in:
Doron Behar
2024-09-09 23:28:18 +03:00
parent bc87f99ce4
commit a63b47478e
@@ -58,7 +58,7 @@ let
# Additional cross compilation related properties that scipy reads in scipy/meson.build
crossFileScipy = writeText "cross-file-scipy.conf" ''
[properties]
numpy-include-dir = '${numpy}/${python.sitePackages}/numpy/core/include'
numpy-include-dir = '${numpy.coreIncludeDir}'
pythran-include-dir = '${pythran}/${python.sitePackages}/pythran'
host-python-path = '${python.interpreter}'
host-python-version = '${python.pythonVersion}'