mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
hdf5: Offer openmpi version of the package
This commit is contained in:
parent
8346343aa5
commit
2728b27f75
@ -1251,6 +1251,12 @@ let
|
||||
|
||||
hdf5 = callPackage ../tools/misc/hdf5 {
|
||||
szip = null;
|
||||
mpi = null;
|
||||
};
|
||||
|
||||
hdf5-mpi = hdf5.override {
|
||||
szip = null;
|
||||
mpi = pkgs.openmpi;
|
||||
};
|
||||
|
||||
heimdall = callPackage ../tools/misc/heimdall { };
|
||||
|
Loading…
Reference in New Issue
Block a user