cmake ver. bump

This commit is contained in:
Rmys
2020-07-11 13:00:13 +00:00
committed by GitHub
parent f6b29149d5
commit 89a401e6ea
2 changed files with 14 additions and 3 deletions
+3
View File
@@ -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 \
+11 -3
View File
@@ -12,13 +12,14 @@
<IsA>app:console</IsA>
<Summary>Cross-platform, open-source make system</Summary>
<Description>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.</Description>
<Archive sha1sum="99839ed742f0d7c7b9e8f3da167a669c9108e2c6" type="targz">https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6.tar.gz</Archive>
<Archive sha1sum="b1bf648bc5b98cf99832a80c4721627cce8b4782" type="targz">https://github.com/Kitware/CMake/releases/download/v3.16.8/cmake-3.16.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>curl-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>libarchive-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>rhash-devel</Dependency>
<!--no-system-librhash-->
<!-- <Dependency>rhash-devel</Dependency> -->
<Dependency>zlib-devel</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>libuv-devel</Dependency>
@@ -30,7 +31,7 @@
<RuntimeDependencies>
<Dependency>curl</Dependency>
<Dependency>expat</Dependency>
<Dependency>rhash</Dependency>
<!-- <Dependency>rhash</Dependency> -->
<Dependency>libarchive</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ncurses</Dependency>
@@ -47,6 +48,13 @@
</Package>
<History>
<Update release="10">
<Date>2020-07-11</Date>
<Version>3.16.8</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2020-04-25</Date>
<Version>3.16.6</Version>