nixpkgs/pkgs/applications/science/physics
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
..
elmerfem mpi: use mpi attribute consistently as the default MPI implementations 2021-01-23 12:15:13 +01:00
quantomatic treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sacrifice treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
sherpa treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xfitter treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
xflr5 xflr5: migrate to Qt5.15 2020-11-20 22:24:19 +01:00