From 0f42518ff7d5d008fa004c7bdaac9c03471eb1f9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 26 Jan 2020 18:38:56 +0300 Subject: [PATCH] ccache ver. bump --- programming/build/ccache/actions.py | 3 ++- programming/build/ccache/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/programming/build/ccache/actions.py b/programming/build/ccache/actions.py index 618768d905..414a144da1 100644 --- a/programming/build/ccache/actions.py +++ b/programming/build/ccache/actions.py @@ -7,6 +7,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import get def setup(): if shelltools.isDirectory("zlib"): @@ -26,6 +27,6 @@ def install(): # Create symlinks for cc in ("gcc", "g++", "cc", "c++"): # , "clang" , "clang++" pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s" % cc) - #pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s-%s" % (get.HOST(), cc)) + pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s-%s" % (get.HOST(), cc)) #pisitools.dodoc("LICENSE.txt", "README.txt") diff --git a/programming/build/ccache/pspec.xml b/programming/build/ccache/pspec.xml index ff79bc7849..a77cd3d90f 100644 --- a/programming/build/ccache/pspec.xml +++ b/programming/build/ccache/pspec.xml @@ -13,7 +13,7 @@ Fast C/C++ compiler cache ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compiles and detecting when the same compile is being done. - https://github.com/ccache/ccache/releases/download/v3.7.1/ccache-3.7.1.tar.xz + https://github.com/ccache/ccache/releases/download/v3.7.7/ccache-3.7.7.tar.xz zlib-devel @@ -34,6 +34,13 @@ + + 2020-01-26 + 3.7.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-05-06 3.7.1