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: Thu Dec 26 08:01:52 UTC 2024
Modified Files:
pkgsrc/devel/blosc2: Makefile distinfo
Log Message:
blosc2: updated to 2.15.2
Changes from 2.15.1 to 2.15.2
* Support wasm32 by disabling ZLIB WITH_OPTIM option. Thanks to Miles Granger.
* Avoid rip-relative addressing for OSX x86_64. Thanks to Miles Granger.
* Added support for nvcc (NVidia Cuda Compiler) in CMake. Thanks to @dqwu.
* Fix public include directories for blosc2 targets. Thanks to Dmitry Mikushin.
* Fix ub in shuffle and unshuffle by marking _dst non-const. Thanks to Emil Dohne.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/blosc2/Makefile
cvs rdiff -u -r1.21 -r1.22 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.22 pkgsrc/devel/blosc2/Makefile:1.23
--- pkgsrc/devel/blosc2/Makefile:1.22 Tue Dec 3 08:06:52 2024
+++ pkgsrc/devel/blosc2/Makefile Thu Dec 26 08:01:51 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/12/03 08:06:52 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2024/12/26 08:01:51 adam Exp $
-DISTNAME= blosc2-2.15.1
+DISTNAME= blosc2-2.15.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=Blosc/}
GITHUB_PROJECT= c-blosc2
Index: pkgsrc/devel/blosc2/distinfo
diff -u pkgsrc/devel/blosc2/distinfo:1.21 pkgsrc/devel/blosc2/distinfo:1.22
--- pkgsrc/devel/blosc2/distinfo:1.21 Mon Dec 16 11:05:02 2024
+++ pkgsrc/devel/blosc2/distinfo Thu Dec 26 08:01:51 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2024/12/16 11:05:02 jperkin Exp $
+$NetBSD: distinfo,v 1.22 2024/12/26 08:01:51 adam Exp $
-BLAKE2s (blosc2-2.15.1.tar.gz) = 839bb2d28e0fb60f6f2d598a93257f79e380b33b33437d53214027f896ca1bbb
-SHA512 (blosc2-2.15.1.tar.gz) = 56e7395297ce8e336b2e881bf4dae169268ef19328bae8c037aa297696f723196f65eb3f66c03728d1c6492b768e17ad586f8aae29c9033b571f736d391e9ab9
-Size (blosc2-2.15.1.tar.gz) = 3203267 bytes
+BLAKE2s (blosc2-2.15.2.tar.gz) = 0c2466d743643bee908e6127a3732f053f495b3e1ad0ed0bc43af3f798cf80a8
+SHA512 (blosc2-2.15.2.tar.gz) = 6208c2cfdd19eedada0b3a264229b1f17dee09280a66ce7d22dfcee80fe320a6cd68b5cc64994852316b7987f319284a5de70d043feb84f3d756b3ef30b723f7
+Size (blosc2-2.15.2.tar.gz) = 3174873 bytes
SHA1 (patch-tests_test__common.h) = 380e3a7421d93adbd7d01241053c0b86c2d75e8d
Home |
Main Index |
Thread Index |
Old Index