nixpkgs/pkgs/development/libraries/boost
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
..
1.55.nix
1.59.nix
1.60.nix
1.65.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
1.66.nix
1.67.nix pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
1.68.nix
1.69.nix
1.70.nix
1.71.nix treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
1.72.nix
1.73.nix
1.74.nix
1.75.nix boost175: init at 1.75.0 2020-12-17 19:38:23 +01:00
clang-math-2.patch
clang-math.patch
cmake-paths-173.patch
cmake-paths.patch
darwin-1.55-no-system-python.patch
darwin-no-system-python.patch
gcc-5.patch
generic.nix mpi: use mpi attribute consistently as the default MPI implementations 2021-01-23 12:15:13 +01:00