From 19d1717c204f0a79eacf53f1f8370ce62b2c3c4a Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 8 May 2025 18:22:43 +0300 Subject: [PATCH] cmake ver. bump --- system/devel/cmake/actions.py | 3 ++- system/devel/cmake/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/system/devel/cmake/actions.py b/system/devel/cmake/actions.py index cc7a45bc..ce480c27 100644 --- a/system/devel/cmake/actions.py +++ b/system/devel/cmake/actions.py @@ -10,7 +10,8 @@ from pisi.actionsapi import get def setup(): #This command disables applications using cmake from attempting to install files in /usr/lib64/ - pisitools.dosed('Modules/GNUInstallDirs.cmake', '"lib64"', '"lib"') + # pisitools.dosed('Modules/GNUInstallDirs.cmake', '"lib64"', '"lib"') + shelltools.system("""sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake""") autotools.rawConfigure("--parallel=%s \ --system-libs \ --no-qt-gui \ diff --git a/system/devel/cmake/pspec.xml b/system/devel/cmake/pspec.xml index 71832b7f..e34d08f9 100644 --- a/system/devel/cmake/pspec.xml +++ b/system/devel/cmake/pspec.xml @@ -13,7 +13,7 @@ cmake Cross-platform, open-source make system CMake, the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. - https://github.com/Kitware/CMake/releases/download/v3.31.4/cmake-3.31.4.tar.gz + https://github.com/Kitware/CMake/releases/download/v3.31.7/cmake-3.31.7.tar.gz curl-devel expat-devel @@ -51,6 +51,13 @@ + + 2025-05-08 + 3.31.7 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-01-13 3.31.4