mpich2: use gfortran 5
(cherry picked from commit 7f47214526278b08782ae12ef93a0948e4c314ff)
This commit is contained in:
@@ -9689,7 +9689,9 @@ with pkgs;
|
||||
|
||||
libmpc = callPackage ../development/libraries/libmpc { };
|
||||
|
||||
mpich2 = callPackage ../development/libraries/mpich2 { };
|
||||
mpich2 = callPackage ../development/libraries/mpich2 {
|
||||
gfortran = gfortran5;
|
||||
};
|
||||
|
||||
mstpd = callPackage ../os-specific/linux/mstpd { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user