From a254136fea0e30819c7480211b0d404251556682 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 15 Sep 2023 18:01:11 +0300 Subject: [PATCH] cmake-3.27.5 --- system/devel/cmake/actions.py | 1 + system/devel/cmake/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/system/devel/cmake/actions.py b/system/devel/cmake/actions.py index eac51fee..cc7a45bc 100644 --- a/system/devel/cmake/actions.py +++ b/system/devel/cmake/actions.py @@ -17,6 +17,7 @@ def setup(): --prefix=/usr \ --no-system-jsoncpp \ --no-system-librhash \ + --no-system-cppdap \ --datadir=/share/cmake \ --docdir=/share/doc/cmake \ --mandir=/share/man" % get.makeJOBS().replace("-j", "")) diff --git a/system/devel/cmake/pspec.xml b/system/devel/cmake/pspec.xml index f602b7a3..9cadae9c 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.24.4/cmake-3.24.4.tar.gz + https://github.com/Kitware/CMake/releases/download/v3.27.5/cmake-3.27.5.tar.gz curl-devel expat-devel @@ -51,6 +51,13 @@ + + 2023-09-15 + 3.27.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-09-04 3.24.4