Skip to content

Commit

Permalink
python312Packages.numpy_2: 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 d649d30 commit bc87f99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/numpy/2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdenv,
fetchPypi,
python,
numpy_2,
pythonAtLeast,
pythonOlder,
buildPythonPackage,
Expand Down Expand Up @@ -166,6 +167,7 @@ buildPythonPackage rec {
blas = blas.provider;
blasImplementation = blas.implementation;
inherit cfg;
coreIncludeDir = "${numpy_2}/${python.sitePackages}/numpy/_core/include";
tests = {
inherit sage;
};
Expand Down

0 comments on commit bc87f99

Please sign in to comment.