Skip to content

Commit 7f47214

Browse files
committedSep 10, 2017
mpich2: use gfortran 5
1 parent 3c148e1 commit 7f47214

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎pkgs/top-level/all-packages.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -9647,7 +9647,9 @@ with pkgs;
96479647

96489648
libmpc = callPackage ../development/libraries/libmpc { };
96499649

9650-
mpich2 = callPackage ../development/libraries/mpich2 { };
9650+
mpich2 = callPackage ../development/libraries/mpich2 {
9651+
gfortran = gfortran5;
9652+
};
96519653

96529654
mstpd = callPackage ../os-specific/linux/mstpd { };
96539655

0 commit comments

Comments
 (0)