pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/blosc
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 28 10:29:37 UTC 2019
Modified Files:
pkgsrc/devel/blosc: Makefile distinfo
Log Message:
blosc: updated to 1.17.0
Release 1.17.0
LZ4 codec updated to 1.9.1.
Zstd codec updated to 1.4.1.
BloscLZ codec updated to 2.0.0. Although this should be fully backward
compatible, it contains important changes that affects mainly speed, but
also compression ratios. Feedback on how it behaves on your own data is
appreciated.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/blosc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/blosc/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/blosc/Makefile
diff -u pkgsrc/devel/blosc/Makefile:1.6 pkgsrc/devel/blosc/Makefile:1.7
--- pkgsrc/devel/blosc/Makefile:1.6 Fri Jun 14 15:12:40 2019
+++ pkgsrc/devel/blosc/Makefile Wed Aug 28 10:29:37 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/06/14 15:12:40 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/08/28 10:29:37 adam Exp $
-DISTNAME= blosc-1.16.3
+DISTNAME= blosc-1.17.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=Blosc/}
GITHUB_PROJECT= c-blosc
@@ -14,6 +14,8 @@ LICENSE= modified-bsd
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
+TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/blosc
+TEST_TARGET= test
CMAKE_ARGS+= -DPREFER_EXTERNAL_LZ4=ON
CMAKE_ARGS+= -DPREFER_EXTERNAL_SNAPPY=ON
@@ -22,8 +24,6 @@ CMAKE_ARGS+= -DPREFER_EXTERNAL_ZSTD=ON
CFLAGS.SunOS+= -D__EXTENSIONS__
-TEST_TARGET= test
-
PKGCONFIG_OVERRIDE+= blosc.pc.in
.include "../../archivers/lz4/buildlink3.mk"
Index: pkgsrc/devel/blosc/distinfo
diff -u pkgsrc/devel/blosc/distinfo:1.7 pkgsrc/devel/blosc/distinfo:1.8
--- pkgsrc/devel/blosc/distinfo:1.7 Fri Jun 14 15:12:40 2019
+++ pkgsrc/devel/blosc/distinfo Wed Aug 28 10:29:37 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2019/06/14 15:12:40 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/08/28 10:29:37 adam Exp $
-SHA1 (blosc-1.16.3.tar.gz) = e6ab01f34321006b40fa054429b44fde7bae350d
-RMD160 (blosc-1.16.3.tar.gz) = c0db93867ed9fe341304f1ac790174daad2e39b4
-SHA512 (blosc-1.16.3.tar.gz) = 2ff67a6e955a641c3a2330140e5887d0ce3fdcbf6b205507798a4e848a35ba2e22bf8fd91133291bc73c4e48fb01c02139e47ab8e4774d0e2288872e625c9ffd
-Size (blosc-1.16.3.tar.gz) = 844235 bytes
+SHA1 (blosc-1.17.0.tar.gz) = ab57ac90e5017e2a97e7ab22e9cf464c2dd418c8
+RMD160 (blosc-1.17.0.tar.gz) = 52730c8b90f29986f9aed5ee854c6b4edc6f5087
+SHA512 (blosc-1.17.0.tar.gz) = 7fe517e9d050a36839ddf963e718881533cc10a7c8963222b3167fd48ec84455614206c1cc2c248f52042a019262fa0419c4c1a828eb1ae64294c55bbaf56f6e
+Size (blosc-1.17.0.tar.gz) = 864575 bytes
SHA1 (patch-CMakeLists.txt) = 70dfc44c1541b1fccd200905acbd16e17a9313e1
SHA1 (patch-tests_test__common.h) = 2eb2b756bcb67453de6fe526c31a974940098856
Home |
Main Index |
Thread Index |
Old Index