From 1f6eba8e14ce902c21f4c512cf8a5b42832d77ff Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Tue, 9 Sep 2025 12:19:02 +1000 Subject: [PATCH] hdf5: remove old assert on mutually exclusive cpp/mpi, allowing users to override --- pkgs/tools/misc/hdf5/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/tools/misc/hdf5/default.nix b/pkgs/tools/misc/hdf5/default.nix index 5ffe4f810dcd..a0d391406c1e 100644 --- a/pkgs/tools/misc/hdf5/default.nix +++ b/pkgs/tools/misc/hdf5/default.nix @@ -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