Skip to content

Commit

Permalink
python312Packages.scipy: use numpy.coreIncludeDir
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Sep 9, 2024
1 parent bc87f99 commit a63b474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/scipy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit a63b474

Please sign in to comment.