mpich2: use gfortran 5

(cherry picked from commit 7f47214526)
This commit is contained in:
Rob Vermaas 2017-09-10 14:11:40 +00:00
parent 9ca079f5ec
commit 2c056b1f28
No known key found for this signature in database
GPG Key ID: E114A5F264A8AE8E

View File

@ -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 { };