diff --git a/system/devel/cmake/actions.py b/system/devel/cmake/actions.py index 0d0bba41..fb8127c3 100644 --- a/system/devel/cmake/actions.py +++ b/system/devel/cmake/actions.py @@ -5,9 +5,12 @@ from pisi.actionsapi import autotools from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools 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"') autotools.rawConfigure("--parallel=%s \ --system-libs \ --no-qt-gui \ diff --git a/system/devel/cmake/pspec.xml b/system/devel/cmake/pspec.xml index deb2ec4a..048f4012 100644 --- a/system/devel/cmake/pspec.xml +++ b/system/devel/cmake/pspec.xml @@ -12,13 +12,14 @@ app:console 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.16.6/cmake-3.16.6.tar.gz + https://github.com/Kitware/CMake/releases/download/v3.16.8/cmake-3.16.8.tar.gz curl-devel expat-devel libarchive-devel ncurses-devel - rhash-devel + + zlib-devel xz-devel libuv-devel @@ -30,7 +31,7 @@ curl expat - rhash + libarchive libgcc ncurses @@ -47,6 +48,13 @@ + + 2020-07-11 + 3.16.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-04-25 3.16.6