hdf5: remove old assert on mutually exclusive cpp/mpi, allowing users to override

This commit is contained in:
Chris Hall
2025-09-09 12:19:02 +10:00
parent 9e69fc52e7
commit 1f6eba8e14

View File

@@ -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