Skip to content

Commit

Permalink
python312Packages.numpy_1: add a coreIncludeDir passthru attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Sep 9, 2024
1 parent d3463a2 commit d649d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/numpy/1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdenv,
fetchPypi,
python,
numpy_1,
pythonAtLeast,
pythonOlder,
buildPythonPackage,
Expand Down Expand Up @@ -185,6 +186,7 @@ buildPythonPackage rec {
blas = blas.provider;
blasImplementation = blas.implementation;
inherit cfg;
coreIncludeDir = "${numpy_1}/${python.sitePackages}/numpy/core/include";
tests = {
inherit sage;
};
Expand Down

0 comments on commit d649d30

Please sign in to comment.