pythonPackages.numexpr: fix cross
This commit is contained in:
parent
1e1560649c
commit
f8716c6d5a
@ -19,12 +19,18 @@ buildPythonPackage rec {
|
|||||||
ln -s ${numpy.cfg} site.cfg
|
ln -s ${numpy.cfg} site.cfg
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy ];
|
nativeBuildInputs = [
|
||||||
|
numpy
|
||||||
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
numpy
|
||||||
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
runtest="$(pwd)/numexpr/tests/test_numexpr.py"
|
runtest="$(pwd)/numexpr/tests/test_numexpr.py"
|
||||||
pushd "$out"
|
pushd "$out"
|
||||||
${python}/bin/${python.executable} "$runtest"
|
${python.interpreter} "$runtest"
|
||||||
popd
|
popd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user