scalapack: move gfortran to nativeBuildInputs
This commit is contained in:
parent
62ada7c8ed
commit
80300f2bfb
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1c10d18gj3kvpmyv5q246x35hjxaqn4ygy1cygaydhyxnm4klzdj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake openssh ];
|
||||
buildInputs = [ mpi gfortran blas lapack ];
|
||||
nativeBuildInputs = [ cmake openssh gfortran ];
|
||||
buildInputs = [ mpi blas lapack ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue