mvapich: move gfortran to nativeBuildInputs

This commit is contained in:
Markus Kowalewski 2021-09-03 13:33:32 +02:00
parent 5a5e3217bb
commit 6705a07e70
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -21,13 +21,12 @@ stdenv.mkDerivation rec {
sha256 = "0jd28vy9ivl3rcpkxmhw73b6krzm0pd9jps8asw92wa00lm2z9mk"; sha256 = "0jd28vy9ivl3rcpkxmhw73b6krzm0pd9jps8asw92wa00lm2z9mk";
}; };
nativeBuildInputs = [ pkg-config bison makeWrapper ]; nativeBuildInputs = [ pkg-config bison makeWrapper gfortran ];
propagatedBuildInputs = [ numactl rdma-core zlib opensm ]; propagatedBuildInputs = [ numactl rdma-core zlib opensm ];
buildInputs = with lib; [ buildInputs = with lib; [
numactl numactl
libxml2 libxml2
perl perl
gfortran
openssh openssh
hwloc hwloc
] ++ optionals (network == "infiniband") [ rdma-core opensm ] ] ++ optionals (network == "infiniband") [ rdma-core opensm ]