Revert "pythonPackages.numpy: don't propagate blas"
This reverts commit 983f300d74
.
This commit is contained in:
parent
443ac8970d
commit
f2f7ec3f97
@ -9,8 +9,8 @@ in buildPythonPackage (args // rec {
|
|||||||
name = "numpy-${version}";
|
name = "numpy-${version}";
|
||||||
|
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
buildInputs = args.buildInputs or [ gfortran nose passthru.blas ];
|
buildInputs = args.buildInputs or [ gfortran nose ];
|
||||||
propagatedBuildInputs = args.propagatedBuildInputs or [ ];
|
propagatedBuildInputs = args.propagatedBuildInputs or [ passthru.blas ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i 's/-faltivec//' numpy/distutils/system_info.py
|
sed -i 's/-faltivec//' numpy/distutils/system_info.py
|
||||||
|
Loading…
Reference in New Issue
Block a user