python312Packages.scipy: use numpy.coreIncludeDir
This commit is contained in:
@@ -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}'
|
||||
|
||||
Reference in New Issue
Block a user