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