mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
python312Packages.numpy_2: add a coreIncludeDir passthru attribute
This commit is contained in:
parent
d649d30d9e
commit
bc87f99ce4
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
stdenv,
|
||||
fetchPypi,
|
||||
python,
|
||||
numpy_2,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
buildPythonPackage,
|
||||
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue