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.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-05 02:00:04 +02:00
parent 2f3dec3de7
commit 9f01229c95
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2575,7 +2575,7 @@ (define-public tarsplitter
(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 @@ (define-public c-blosc
(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