hdf5: remove old assert on mutually exclusive cpp/mpi, allowing override (#441362)

This commit is contained in:
Yueh-Shun Li
2026-07-21 19:42:45 +00:00
committed by GitHub

View File

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