python-numpy: add buildInput gfortran to enable support for blas and lapack

svn path=/nixpkgs/trunk/; revision=22759
This commit is contained in:
Peter Simons 2010-07-27 23:50:45 +00:00
parent fb1142ee5c
commit 81a2c9d395

View File

@ -421,7 +421,7 @@ rec {
doCheck = false; doCheck = false;
buildInputs = [ pkgs.liblapack pkgs.blas /* pkgs.gfortran */ ]; buildInputs = [ pkgs.liblapack pkgs.blas pkgs.gfortran ];
# The build should be run as follows: # The build should be run as follows:
# #