nixpkgs/pkgs/tools
Markus Kowalewski 6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
..
admin Merge pull request #110351 from r-ryantm/auto-update/exoscale-cli 2021-01-22 06:35:22 -08:00
archivers treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
audio treewide: Remove usages of stdenv.lib by @doronbehar 2021-01-23 10:52:19 +02:00
backup Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
bluetooth treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
bootloaders/refind treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
cd-dvd pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
compression treewide: editorconfig fixes 2021-01-21 09:30:52 +10:00
filesystems fuse-overlayfs: 1.3.0 -> 1.4.0 2021-01-23 00:49:50 +10:00
graphics lprof: Mark as broken 2021-01-22 11:57:14 +01:00
inputmethods Merge pull request #109426 from poscat0x04/fcitx-update-script 2021-01-22 14:16:42 +01:00
misc mpi: use mpi attribute consistently as the default MPI implementations 2021-01-23 12:15:13 +01:00
networking Merge pull request #110372 from bbigras/httplz 2021-01-22 22:09:10 +01:00
nix pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
package-management Merge pull request #110510 from r-ryantm/auto-update/nfpm 2021-01-22 19:57:34 -05:00
security Merge pull request #110371 from r-ryantm/auto-update/1password 2021-01-22 09:48:46 +01:00
system mpi: use mpi attribute consistently as the default MPI implementations 2021-01-23 12:15:13 +01:00
text Merge pull request #110097 from r-ryantm/auto-update/mdbook 2021-01-22 23:15:03 +01:00
toml2nix
typesetting treewide: add final newline 2021-01-22 07:18:04 +10:00
video treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
virtualization treewide: add final newline 2021-01-22 07:18:04 +10:00
wayland pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
X11 Merge pull request #109966 from thiagokokada/bump-opentabletdriver 2021-01-20 16:37:16 -05:00