python-numpy: add buildInput gfortran to enable support for blas and lapack
svn path=/nixpkgs/trunk/; revision=22759
This commit is contained in:
parent
fb1142ee5c
commit
81a2c9d395
@ -421,7 +421,7 @@ rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
buildInputs = [ pkgs.liblapack pkgs.blas /* pkgs.gfortran */ ];
|
||||
buildInputs = [ pkgs.liblapack pkgs.blas pkgs.gfortran ];
|
||||
|
||||
# The build should be run as follows:
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user