[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
161/377: gnu: ccache: Update to 3.4.
From: |
guix-commits |
Subject: |
161/377: gnu: ccache: Update to 3.4. |
Date: |
Thu, 2 Sep 2021 17:55:16 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit f3b9db9ca1f8096fb21ff097a7d600dc1c7af22b
Author: Sergei Trofimovich <slyich@gmail.com>
AuthorDate: Sun Aug 22 08:39:44 2021 +0100
gnu: ccache: Update to 3.4.
* gnu/packages/ccache.scm: Update to 3.4.
---
gnu/packages/ccache.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index 4ff0fb2..7709865 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -31,21 +31,26 @@
(define-public ccache
(package
(name "ccache")
- (version "4.3")
+ (version "4.4")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/ccache/ccache/releases/download/v"
version "/ccache-" version ".tar.xz"))
(sha256
- (base32 "1d4995lkmqshzfxlmbyn101m1rxs02yb8dgh4rl30p26hhhhyjjh"))))
+ (base32 "0qbmcs6c3m071vsd1ppa31r8s0dzpaw5y38z8ga1bz48rwpfl2xl"))))
(build-system cmake-build-system)
(native-inputs `(("perl" ,perl) ; for test/run
("which" ,(@ (gnu packages base) which))))
(inputs `(("zlib" ,zlib)
("zstd" ,zstd "lib")))
(arguments
- '(#:phases
+ '(;; Disable redis backend explicitly. Build system insists on present
dependency
+ ;; or on explicit flag.
+ #:configure-flags
+ '("-DREDIS_STORAGE_BACKEND=OFF")
+
+ #:phases
(modify-phases %standard-phases
(add-before 'configure 'setup-tests
(lambda _
@@ -56,7 +61,7 @@
;; Tests require a writable HOME.
(lambda _
(setenv "HOME" (getenv "TMPDIR"))
- #t)))))
+ #t)))))
(home-page "https://ccache.dev/")
(synopsis "Compiler cache")
(description
- 66/377: gnu: r-ensembldb: Update to 2.16.4., (continued)
- 66/377: gnu: r-ensembldb: Update to 2.16.4., guix-commits, 2021/09/02
- 128/377: gnu: r-dismo: Remove commented input., guix-commits, 2021/09/02
- 134/377: gnu: Add r-fauxpas., guix-commits, 2021/09/02
- 136/377: gnu: Add r-mockery., guix-commits, 2021/09/02
- 144/377: gnu: Add rust-rustyline-9., guix-commits, 2021/09/02
- 153/377: gnu: Add rust-flatbuffers-2., guix-commits, 2021/09/02
- 148/377: gnu: Add rust-polars-arrow-0.15., guix-commits, 2021/09/02
- 156/377: gnu: rust-zstd-safe-4: Update to 4.1.1+zstd.1.5.0., guix-commits, 2021/09/02
- 157/377: gnu: Add rust-zstd-0.9., guix-commits, 2021/09/02
- 159/377: gnu: colobot: Update to 0.2.0-alpha., guix-commits, 2021/09/02
- 161/377: gnu: ccache: Update to 3.4.,
guix-commits <=
- 163/377: gnu: emacs-vertico: Add new phase after unpack., guix-commits, 2021/09/02
- 165/377: gnu: python-pytest-xprocess: Update to 0.18.1., guix-commits, 2021/09/02
- 167/377: gnu: emacs-auctex: Update to 13.0.14., guix-commits, 2021/09/02
- 168/377: gnu: emacs-dash: Update to 2.19.1., guix-commits, 2021/09/02
- 169/377: gnu: Add r-emdist., guix-commits, 2021/09/02
- 173/377: gnu: postgresql-11: Update to 11.13., guix-commits, 2021/09/02
- 175/377: gnu: postgresql-9.6: Update to 9.6.23., guix-commits, 2021/09/02
- 178/377: gnu: man-pages: Update to 5.13., guix-commits, 2021/09/02
- 179/377: gnu: opencl-headers: Update to 2021.06.30 and switch to CMake., guix-commits, 2021/09/02
- 182/377: gnu: Add opencl-icd-loader., guix-commits, 2021/09/02