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 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
1.59.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
1.60.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
1.65.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
1.66.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
1.67.nix pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
1.68.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
1.69.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
1.70.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
1.71.nix treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
1.72.nix boost: init at 1.72.0 2020-04-03 13:52:06 +02:00
1.73.nix boost173: init at 1.73.0 2020-10-11 10:26:47 +02:00
1.74.nix boost174: init at 1.74.0 2020-10-11 10:26:47 +02:00
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 boost173: init at 1.73.0 2020-10-11 10:26:47 +02:00
cmake-paths.patch boost: Fix library and include paths in generated cmake files 2020-04-14 23:41:10 +02:00
darwin-1.55-no-system-python.patch boost: fix 1.55 build on macOS (#59508) 2019-04-16 03:11:01 -04:00
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