[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: c-blosc: Update to 1.21.1.
From: |
guix-commits |
Subject: |
01/10: gnu: c-blosc: Update to 1.21.1. |
Date: |
Fri, 10 Jun 2022 22:26:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9f01229c95d76458945451e7508fe5960784aa7a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:04 2022 +0200
gnu: c-blosc: Update to 1.21.1.
* gnu/packages/compression.scm (c-blosc): Update to 1.21.1.
[arguments]: Remove obsolete PREFER_EXTERNAL_SNAPPY from #:configure-flags.
---
gnu/packages/compression.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 382fe348a0..8428b6d973 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2575,7 +2575,7 @@ chunks.")
(define-public c-blosc
(package
(name "c-blosc")
- (version "1.18.1")
+ (version "1.21.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2584,13 +2584,12 @@ chunks.")
(file-name (git-file-name name version))
(sha256
(base32
- "1ywq8j70149859vvs19wgjq89d6xsvvmvm2n1dmkzpchxgrvnw70"))))
+ "0gy9a7wp7x71x5l3rprx8wpb3c5cn7wqc77gdiffq35hr34q88p9"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
'("-DDEACTIVATE_AVX2=ON"
"-DPREFER_EXTERNAL_LZ4=ON"
- "-DPREFER_EXTERNAL_SNAPPY=ON"
"-DPREFER_EXTERNAL_ZLIB=ON"
"-DPREFER_EXTERNAL_ZSTD=ON")))
(inputs
- branch master updated (2f3dec3de7 -> b8edfdb008), guix-commits, 2022/06/10
- 03/10: gnu: c-blosc: Remove bundled libraries from source., guix-commits, 2022/06/10
- 01/10: gnu: c-blosc: Update to 1.21.1.,
guix-commits <=
- 06/10: gnu: oneko: Remove trailing #t from phases., guix-commits, 2022/06/10
- 04/10: gnu: c-blosc: Remove input labels., guix-commits, 2022/06/10
- 09/10: gnu: galera: Update to 26.4.12., guix-commits, 2022/06/10
- 05/10: pull: Fail if cache directory ownership is suspect., guix-commits, 2022/06/10
- 07/10: gnu: oneko: Edit description., guix-commits, 2022/06/10
- 08/10: gnu: Add nmon., guix-commits, 2022/06/10
- 02/10: gnu: c-blosc: Omit static library., guix-commits, 2022/06/10
- 10/10: gnu: qtox: Update to 1.17.6., guix-commits, 2022/06/10