cholmod-extra: move gfortran to nativeBuildInputs
This commit is contained in:
parent
5ed6afda44
commit
ece4c5fc29
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0hz1lfp0zaarvl0dv0zgp337hyd8np41kmdpz5rr3fc6yzw7vmkg";
|
sha256 = "0hz1lfp0zaarvl0dv0zgp337hyd8np41kmdpz5rr3fc6yzw7vmkg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ suitesparse gfortran blas lapack ];
|
nativeBuildInputs = [ gfortran ];
|
||||||
|
buildInputs = [ suitesparse blas lapack ];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"BLAS=-lcblas"
|
"BLAS=-lcblas"
|
||||||
|
|
Loading…
Reference in a new issue