Merge pull request #138512 from r-burns/csdp

[staging-next] Revert "csdp: move gfortran to nativeBuildInputs"
This commit is contained in:
markuskowa 2021-09-20 12:18:40 +02:00 committed by GitHub
commit b4f1a1338f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,7 @@ stdenv.mkDerivation {
sha256 = "1f9ql6cjy2gwiyc51ylfan24v1ca9sjajxkbhszlds1lqmma8n05";
};
nativeBuildInputs = [ gfortran ];
buildInputs = [ blas lapack ];
buildInputs = [ blas gfortran.cc.lib lapack ];
postPatch = ''
substituteInPlace Makefile --replace /usr/local/bin $out/bin