nixpkgs/pkgs/development/r-modules
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
..
patches R: remove qtbase.patch and fix few CRAN packages 2020-11-05 06:42:38 +00:00
README.md
bioc-annotation-packages.nix r-modules: update cran and bioc packages 2021-01-02 15:03:06 -08:00
bioc-experiment-packages.nix r-modules: update cran and bioc packages 2021-01-02 15:03:06 -08:00
bioc-packages.nix r-modules: update cran and bioc packages 2021-01-02 15:03:06 -08:00
cran-packages.nix r-modules: update cran and bioc packages 2021-01-02 15:03:06 -08:00
default.nix mpi: use mpi attribute consistently as the default MPI implementations 2021-01-23 12:15:13 +01:00
generate-r-packages.R r-modules: update cran and bioc packages 2021-01-02 15:03:06 -08:00
generate-shell.nix
generic-builder.nix pkgs/development: stdenv.lib -> lib 2021-01-17 19:11:59 +01:00
test-evaluation.nix
wrapper-rstudio.nix wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
wrapper.nix rWrapper: use symlinkJoin instead of runCommand 2021-01-18 10:35:35 +01:00