pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/blosc2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  2 20:20:12 UTC 2024

Modified Files:
        pkgsrc/devel/blosc2: Makefile distinfo

Log Message:
blosc2: updated to 2.14.0

Changes from 2.13.2 to 2.14.0

Fixed a bug preventing buffers to be appended to empty (0-sized) b2nd arrays.

New acceleration path for b2nd_append(). This new path is much faster (up to 4x) than the previous one, specially for large arrays. See bench/bench_stack_append.c for the bench of use.

New examples for using the b2nd_set_slice_cbuffer() and b2nd_append() functions for adding data into existing b2nd arrays. See examples/example_stack_images.c.

Now, python3 is used for finding plugins instead of python. This is because many linux distros do not have python as a symlink to python3 anymore.

New round of fixing warnings. Now, C-Blosc2 should be relatively free of them.

Small performance tweak for clevel 1 in BloscLZ codec.

Fixed a leak in frame code.

Disable shuffle repeat in filters pipeline. This was broken since the initial implemented, and it was never documented. Also, compression ratios do not seem to be improved in our experiments, so this 
capability has been removed completely.

Support for new Intel compilers (2023.0.1 and on).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/blosc2/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/blosc2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/blosc2/Makefile
diff -u pkgsrc/devel/blosc2/Makefile:1.13 pkgsrc/devel/blosc2/Makefile:1.14
--- pkgsrc/devel/blosc2/Makefile:1.13   Thu Feb  8 10:10:46 2024
+++ pkgsrc/devel/blosc2/Makefile        Tue Apr  2 20:20:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/02/08 10:10:46 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/04/02 20:20:12 adam Exp $
 
-DISTNAME=      blosc2-2.13.2
+DISTNAME=      blosc2-2.14.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Blosc/}
 GITHUB_PROJECT=        c-blosc2
@@ -34,6 +34,7 @@ CFLAGS.SunOS+=        -D__EXTENSIONS__
 PKGCONFIG_OVERRIDE+=   blosc.pc.in
 
 .include "../../archivers/lz4/buildlink3.mk"
+.include "../../archivers/zlib-ng/buildlink3.mk"
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../devel/zlib/buildlink3.mk"

Index: pkgsrc/devel/blosc2/distinfo
diff -u pkgsrc/devel/blosc2/distinfo:1.14 pkgsrc/devel/blosc2/distinfo:1.15
--- pkgsrc/devel/blosc2/distinfo:1.14   Thu Feb  8 10:10:46 2024
+++ pkgsrc/devel/blosc2/distinfo        Tue Apr  2 20:20:12 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2024/02/08 10:10:46 adam Exp $
+$NetBSD: distinfo,v 1.15 2024/04/02 20:20:12 adam Exp $
 
-BLAKE2s (blosc2-2.13.2.tar.gz) = 77fd8f54ca87ea9620e51ed1357fb236fb2877cdf70d863deea8121e12bbed0b
-SHA512 (blosc2-2.13.2.tar.gz) = 441df73dca3fe210b0df68bfc3da037a05393f80044f5e2c816000a244ade4cf8e223b2fce2127c034c27a35f2742b05fe06c08861e93c02bc7598d5a4b8a917
-Size (blosc2-2.13.2.tar.gz) = 3152011 bytes
+BLAKE2s (blosc2-2.14.0.tar.gz) = d93c69061194e2147edf6434860948548da85c3853404a3bb2c89319e2c44992
+SHA512 (blosc2-2.14.0.tar.gz) = 74f0df844c722248a1743fa6ce4b20ae526831f29cc66baf6f487e743c9fc65713e089ebab63ebcf43ac7b1201e82f9c7049dfb68cff17116de93f36d9482557
+Size (blosc2-2.14.0.tar.gz) = 3155739 bytes
 SHA1 (patch-tests_test__common.h) = 8e0389248203edfe2358be0a220a8b958cb6c689



Home | Main Index | Thread Index | Old Index