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
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ numpy ];
|
||||
nativeBuildInputs = [
|
||||
numpy
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
runtest="$(pwd)/numexpr/tests/test_numexpr.py"
|
||||
pushd "$out"
|
||||
${python}/bin/${python.executable} "$runtest"
|
||||
${python.interpreter} "$runtest"
|
||||
popd
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user