python312Packages.numpy_1: add a coreIncludeDir passthru attribute

This commit is contained in:
Doron Behar
2024-09-09 23:27:40 +03:00
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;
};