Skip to content

Commit 2c056b1

Browse files
committedSep 10, 2017
mpich2: use gfortran 5
(cherry picked from commit 7f47214)
1 parent 9ca079f commit 2c056b1

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
@@ -9689,7 +9689,9 @@ with pkgs;
96899689

96909690
libmpc = callPackage ../development/libraries/libmpc { };
96919691

9692-
mpich2 = callPackage ../development/libraries/mpich2 { };
9692+
mpich2 = callPackage ../development/libraries/mpich2 {
9693+
gfortran = gfortran5;
9694+
};
96939695

96949696
mstpd = callPackage ../os-specific/linux/mstpd { };
96959697

0 commit comments

Comments
 (0)
Please sign in to comment.