summary refs log tree commit diff
path: root/pkgs/development/libraries/mpich
Commit message (Collapse)AuthorAge
* mpich: split outputs -> out, doc, manMarkus Kowalewski2023-10-08
|
* mpich: 4.1.1 -> 4.1.2Markus Kowalewski2023-06-10
|
* mpich: 4.1 -> 4.1.1Markus Kowalewski2023-03-16
|
* mpich: 4.0.3 -> 4.1Markus Kowalewski2023-01-29
|
* mpich: 4.0.2 -> 4.0.3Markus Kowalewski2022-11-10
|
* Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2022-04-15
|\
| * mpich: 4.0.1 -> 4.0.2Markus Kowalewski2022-04-15
| |
* | mpich: fix build with gfortran 10Ryan Burns2022-04-11
|/
* mpich: 4.0 -> 4.0.1Markus Kowalewski2022-03-01
|
* mpich: 3.4.3 -> 4.0Markus Kowalewski2022-01-23
|
* mpich: 3.4.2 -> 3.4.3Markus Kowalewski2021-12-18
|
* mpich: move gfortran to nativeBuildInputsMarkus Kowalewski2021-09-03
|
* mpich: 3.4.1 -> 3.4.2Markus Kowalewski2021-05-29
|
* mpich: fix darwin buildNoah D. Brenowitz2021-05-06
| | | | | | | | | | | | | 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
* mpich: 3.2.2 -> 3.4.1Markus Kowalewski2021-01-31
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* mpich: 3.3.2 -> 3.3.3Markus Kowalewski2019-11-17
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* mpich: 3.3 -> 3.3.1Markus Kowalewski2019-06-10
|
* mpich: Add darwin supportTristan Konolige2018-12-18
|
* mpich: 3.2.1 -> 3.3R. RyanTM2018-12-15
| | | | | | | 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
* mpich: change platform to linux onlyMarkus Kowalewski2018-08-06
|
* mpich2: cleanup, rename to mpichMarkus Kowalewski2018-08-06
* mpich2 -> mpich * remove slurm dependency * use most recent gfortran * turn enableParallelBulding on * ensure mpi[cc,cxx,fort] uses default compilers it was built with