volk_2: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-25 08:42:00 -03:00
parent 688e66fd13
commit 8f840f9f0d
+5
View File
@@ -58,6 +58,11 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
postPatch = ''
substituteInPlace cpu_features/CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.0)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = {
homepage = "http://libvolk.org/";
description = "Vector Optimized Library of Kernels (version 2.5.0 - for GR 3.8)";