mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
hdf5: remove old assert on mutually exclusive cpp/mpi, allowing users to override
(cherry picked from commit 1f6eba8e14)
This commit is contained in:
committed by
github-actions[bot]
parent
2d0c52f972
commit
0deb6319af
@@ -24,10 +24,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