mpich2: cleanup, rename to mpich

* mpich2 -> mpich
* remove slurm dependency
* use most recent gfortran
* turn enableParallelBulding on
* ensure mpi[cc,cxx,fort] uses default compilers it was built with
This commit is contained in:
Markus Kowalewski
2018-08-06 15:27:32 +02:00
parent cd794f4216
commit 87925f0ba6
3 changed files with 11 additions and 6 deletions
+1
View File
@@ -171,6 +171,7 @@ mapAliases ({
mlt-qt5 = libsForQt5.mlt; # added 2015-12-19
mobile_broadband_provider_info = mobile-broadband-provider-info; # added 2018-02-25
module_init_tools = kmod; # added 2016-04-22
mpich2 = mpich; # added 2018-08-06
msf = metasploit; # added 2018-04-25
mssys = ms-sys; # added 2015-12-13
multipath_tools = multipath-tools; # added 2016-01-21
+1 -3
View File
@@ -11071,9 +11071,7 @@ with pkgs;
libmpc = callPackage ../development/libraries/libmpc { };
mpich2 = callPackage ../development/libraries/mpich2 {
gfortran = gfortran5;
};
mpich = callPackage ../development/libraries/mpich { };
mstpd = callPackage ../os-specific/linux/mstpd { };