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:           Fri Oct  8 06:51:46 UTC 2021

Modified Files:
        pkgsrc/devel/blosc: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/blosc/Makefile
cvs rdiff -u -r1.15 -r1.16 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.16 pkgsrc/devel/blosc/Makefile:1.17
--- pkgsrc/devel/blosc/Makefile:1.16    Sun Mar  7 13:45:18 2021
+++ pkgsrc/devel/blosc/Makefile Fri Oct  8 06:51:46 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/03/07 13:45:18 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/10/08 06:51:46 adam Exp $
 
-DISTNAME=      blosc-1.21.0
+DISTNAME=      blosc-1.21.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Blosc/}
 GITHUB_PROJECT=        c-blosc
@@ -16,6 +16,8 @@ USE_CMAKE=    yes
 USE_LANGUAGES= c99 c++
 USE_TOOLS+=    pkg-config
 TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/blosc
+# For Darwin
+TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/blosc
 TEST_TARGET=   test
 
 CMAKE_ARGS+=   -DPREFER_EXTERNAL_LZ4=ON

Index: pkgsrc/devel/blosc/distinfo
diff -u pkgsrc/devel/blosc/distinfo:1.15 pkgsrc/devel/blosc/distinfo:1.16
--- pkgsrc/devel/blosc/distinfo:1.15    Thu Oct  7 13:39:14 2021
+++ pkgsrc/devel/blosc/distinfo Fri Oct  8 06:51:46 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2021/10/07 13:39:14 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/10/08 06:51:46 adam Exp $
 
-RMD160 (blosc-1.21.0.tar.gz) = fc04eae83b3f2715c3e1a4ee87a5db3193c03a73
-SHA512 (blosc-1.21.0.tar.gz) = 76758176f91979794dc3b8d46c21294d81e33fda4f2e299b031f2dc059d77e351e3f5f1c984b0263713d6e04c48534984d580244573dd96f0198dd3838b9f376
-Size (blosc-1.21.0.tar.gz) = 907199 bytes
+RMD160 (blosc-1.21.1.tar.gz) = 851e244875458dd50104e75ddbe1ce84f92ba3f2
+SHA512 (blosc-1.21.1.tar.gz) = e06712ffaeaa6892415a6b01219221426c20af4191db6ca923301313daa8f5b0a83a7a3cd273f7013766349ace4e4869590e9c44bd892e57027ca45de53779e7
+Size (blosc-1.21.1.tar.gz) = 1456777 bytes
 SHA1 (patch-CMakeLists.txt) = 70dfc44c1541b1fccd200905acbd16e17a9313e1
 SHA1 (patch-tests_test__common.h) = 2eb2b756bcb67453de6fe526c31a974940098856



Home | Main Index | Thread Index | Old Index