Blosc: 1.17.1 (#4671)

This commit is contained in:
miqlas
2020-02-02 16:14:44 +01:00
committed by GitHub
parent 52296cb265
commit 989da71ce0

View File

@@ -6,11 +6,12 @@ memcpy() OS call. Blosc is the first compressor (that I'm aware of) that is \
meant not only to reduce the size of large datasets on-disk or in-memory, but \
also to accelerate memory-bound computations."
HOMEPAGE="https://www.blosc.org/"
COPYRIGHT="2012-2018 Francesc Alted"
COPYRIGHT="2012-2019 Francesc Alted
2019 Blosc Development team"
LICENSE="MIT"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/Blosc/c-blosc/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="75d98c752b8cf0d4a6380a3089d56523f175b0afa2d0cf724a1bd0a1a8f975a4"
CHECKSUM_SHA256="19a6948b579c27e8ac440b4f077f99fc90e7292b1d9cb896bec0fd781d68fba2"
SOURCE_FILENAME="c_blosc-$portVersion.tar.gz"
SOURCE_DIR="c-blosc-$portVersion"