Path to this page:
./
devel/blosc,
Blocking, shuffling, and lossless compression library
Branch: CURRENT,
Version: 1.21.6,
Package name: blosc-1.21.6,
Maintainer: minskimBlosc is a high performance compressor optimized for binary data. It
has been designed to transmit data to the processor cache faster than
the traditional, non-compressed, direct memory fetch approach via a
memcpy() OS call. Blosc is the first compressor that is meant not only
to reduce the size of large datasets on-disk or in-memory, but also to
accelerate memory-bound computations.
Required to run:[
devel/snappy] [
archivers/lz4] [
archivers/zstd]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 2436.825 KB
Version history: (Expand)
- (2024-08-18) Updated to version: blosc-1.21.6
- (2023-09-16) Updated to version: blosc-1.21.5
- (2023-05-16) Updated to version: blosc-1.21.4
- (2022-12-18) Updated to version: blosc-1.21.3
- (2022-12-08) Updated to version: blosc-1.21.2
- (2021-10-08) Updated to version: blosc-1.21.1
CVS history: (Expand)
2023-09-16 10:07:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
blosc: updated to 1.21.5
Changes from 1.21.4 to 1.21.5
* Fix SSE2/AVX2 build issue.
|
2023-08-02 18:17:20 by Nia Alarie | Files touched by this commit (41) |
Log message:
*: Use FORCE_C_STD=c99 for C packages that use for loop initial
declarations without setting -std=c99.
|
2023-05-16 17:39:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
blosc: updated to 1.21.4
Changes from 1.21.3 to 1.21.4
Upgrade internal-complib zstd from 1.5.2 to 1.5.5.
Zlib updated to 1.2.13.
|
2022-12-18 10:57:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
blosc: updated to 1.21.3
Changes from 1.21.2 to 1.21.3
Internal LZ4 codec updated to 1.9.4.
Internal BloscLZ codec updated to 2.5.1.
|
2022-12-08 11:39:00 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
blosc: updated to 1.21.2
Changes from 1.21.1 to 1.21.2
=============================
* Add support for SHUFFLE_AVX2_ENABLED and SHUFFLE_SSE2_ENABLED
even if AVX2 or SSE2 is not available. See PR #347. Thanks to
Thomas VINCENT.
* Upgrade internal-complib zstd from 1.5.0 to 1.5.2. Thanks to
Mark Kittisopikul.
* Many small code improvements, improved consistency and typo fixes.
Thanks to Dimitri Papadopoulos Orfanos.
* New HIDE_SYMBOLS CMake option to control the symbols exposure.
Default is ON. Thanks to Mariusz Zaborski.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-08 08:51:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
blosc: updated to 1.21.1
Changes from 1.21.0 to 1.21.1
=============================
* Fix pthread flag when linking on ppc64le.
* Updates in codecs (some bring important performance improvements):
* BloscLZ updated to 2.5.1.
* Zlib updated to 1.2.11
* Zstd updated to 1.5.0
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|