python312Packages.numpy_1: add a coreIncludeDir passthru attribute
This commit is contained in:
parent
d3463a289c
commit
d649d30d9e
@ -3,6 +3,7 @@
|
||||
stdenv,
|
||||
fetchPypi,
|
||||
python,
|
||||
numpy_1,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
buildPythonPackage,
|
||||
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user