Commit graph

22 commits

Author SHA1 Message Date
Markus Kowalewski 2a28d6cde6
mpich: 4.1 -> 4.1.1 2023-03-16 13:25:41 +01:00
Markus Kowalewski 89a0a92474
mpich: 4.0.3 -> 4.1 2023-01-29 23:14:26 +01:00
Markus Kowalewski b2eda58270
mpich: 4.0.2 -> 4.0.3 2022-11-10 10:52:37 +01:00
Martin Weinelt a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Markus Kowalewski 95d49fac4f
mpich: 4.0.1 -> 4.0.2 2022-04-15 12:10:03 +02:00
Ryan Burns e840e1c9b2 mpich: fix build with gfortran 10 2022-04-11 20:15:39 -07:00
Markus Kowalewski dc75e21da2
mpich: 4.0 -> 4.0.1 2022-03-01 11:47:50 +01:00
Markus Kowalewski 8704f948f1
mpich: 3.4.3 -> 4.0 2022-01-23 13:32:29 +01:00
Markus Kowalewski 47e354b105
mpich: 3.4.2 -> 3.4.3 2021-12-18 15:57:59 +01:00
Markus Kowalewski 5a5e3217bb
mpich: move gfortran to nativeBuildInputs 2021-09-03 13:33:32 +02:00
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