mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
hdf5: remove old assert on mutually exclusive cpp/mpi, allowing users to override
This commit is contained in:
@@ -22,10 +22,6 @@
|
||||
python3,
|
||||
}:
|
||||
|
||||
# cpp and mpi options are mutually exclusive
|
||||
# "-DALLOW_UNSUPPORTED=ON" could be used to force the build.
|
||||
assert !cppSupport || !mpiSupport;
|
||||
|
||||
let
|
||||
inherit (lib) optional optionals;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user