summary refs log tree commit diff
path: root/pkgs/development/libraries/mpich
AgeCommit message (Collapse)AuthorFilesLines
2021-05-06mpich: fix darwin buildNoah D. Brenowitz1-8/+5
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-01-31mpich: 3.2.2 -> 3.4.1Markus Kowalewski2-13/+96
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-11-17mpich: 3.3.2 -> 3.3.3Markus Kowalewski1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-10mpich: 3.3 -> 3.3.1Markus Kowalewski1-2/+2
2018-12-18mpich: Add darwin supportTristan Konolige1-7/+8
2018-12-15mpich: 3.2.1 -> 3.3R. RyanTM1-2/+2
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-08-06mpich: change platform to linux onlyMarkus Kowalewski1-1/+1
2018-08-06mpich2: cleanup, rename to mpichMarkus Kowalewski1-0/+54
* mpich2 -> mpich * remove slurm dependency * use most recent gfortran * turn enableParallelBulding on * ensure mpi[cc,cxx,fort] uses default compilers it was built with