mpifileutils: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-22 19:14:20 -03:00
parent b5d4fb5c91
commit 3a490f17c0
+5
View File
@@ -45,6 +45,11 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ mpi ];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "CMAKE_MINIMUM_REQUIRED(VERSION 3.1)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = with lib; {
description = "Suite of MPI-based tools to manage large datasets";
homepage = "https://hpc.github.io/mpifileutils";