mvapich: move gfortran to nativeBuildInputs
This commit is contained in:
parent
5a5e3217bb
commit
6705a07e70
@ -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 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user