Commit graph

6 commits

Author SHA1 Message Date
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Markus Kowalewski 494f20a67b
mpich: 3.3 -> 3.3.1 2019-06-10 12:43:31 +02:00
Tristan Konolige 88f22c3484 mpich: Add darwin support 2018-12-18 17:59:39 -07:00
R. RyanTM 00c8ba7254 mpich: 3.2.1 -> 3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mpich/versions
2018-12-15 02:43:44 -08:00
Markus Kowalewski ef301cc2a8
mpich: change platform to linux only 2018-08-06 16:59:41 +02:00
Markus Kowalewski 87925f0ba6
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
2018-08-06 15:27:32 +02:00