head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.19.15.05.38; author wiz; state Exp; branches; next ; commitid KWWB7144lhMWSl7G; desc @@ 1.1 log @py-torch: fix build with cmake 4 @ text @$NetBSD$ Fix build with cmake 4. --- third_party/psimd/CMakeLists.txt.orig 2025-08-19 13:56:30.377607952 +0000 +++ third_party/psimd/CMakeLists.txt @@@@ -1,4 +1,4 @@@@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5) INCLUDE(GNUInstallDirs) @