mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +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,
|
stdenv,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
python,
|
python,
|
||||||
|
numpy_2,
|
||||||
pythonAtLeast,
|
pythonAtLeast,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
|
@ -166,6 +167,7 @@ buildPythonPackage rec {
|
||||||
blas = blas.provider;
|
blas = blas.provider;
|
||||||
blasImplementation = blas.implementation;
|
blasImplementation = blas.implementation;
|
||||||
inherit cfg;
|
inherit cfg;
|
||||||
|
coreIncludeDir = "${numpy_2}/${python.sitePackages}/numpy/_core/include";
|
||||||
tests = {
|
tests = {
|
||||||
inherit sage;
|
inherit sage;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue