Commit graph

12 commits

Author SHA1 Message Date
Markus Kowalewski 0853275727
mpich: 3.4.1 -> 3.4.2 2021-05-29 21:31:32 +02:00
Noah D. Brenowitz a3d423090b
mpich: fix darwin build
The darwin build was failing because neither of the ch4backend libraries
build on darwin.

Changes:
* delete unused argument device
* pass the derivation for the ch4backend in directly rather than using
  a string to switch between two other arguments. (3 args to 1 arg)
* don't use ch4backend on Darwin

Resolves #121978
2021-05-06 21:08:19 -07:00
Markus Kowalewski d47f08d785
mpich: 3.2.2 -> 3.4.1 2021-01-31 15:45:40 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Markus Kowalewski 688e9f1019
mpich: 3.3.2 -> 3.3.3 2019-11-17 17:24:06 +01:00
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