pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/suitesparse
Module Name: pkgsrc
Committed By: ktnb
Date: Sat Feb 14 15:12:00 UTC 2026
Modified Files:
pkgsrc/math/suitesparse: Makefile PLIST distinfo
pkgsrc/math/suitesparse/patches: patch-GraphBLAS_CMakeLists.txt
Log Message:
suitesparse: update to 7.12.2
- GraphBLAS 10.3.1: bug and documentation fixes, performance
improvements, and printing of user-defined types using get/set
with GxB_PRINT_FUNCTION.
- SuiteSparse_config 7.12.2: checking for BLAS libraries; better
handling of BLA_VENDOR input parameter to cmake
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/suitesparse/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/suitesparse/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/suitesparse/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/math/suitesparse/patches/patch-GraphBLAS_CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/suitesparse/Makefile
diff -u pkgsrc/math/suitesparse/Makefile:1.15 pkgsrc/math/suitesparse/Makefile:1.16
--- pkgsrc/math/suitesparse/Makefile:1.15 Wed Nov 12 02:08:13 2025
+++ pkgsrc/math/suitesparse/Makefile Sat Feb 14 15:11:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/11/12 02:08:13 ktnb Exp $
+# $NetBSD: Makefile,v 1.16 2026/02/14 15:11:59 ktnb Exp $
-DISTNAME= SuiteSparse-7.12.1
+DISTNAME= SuiteSparse-7.12.2
PKGNAME= ${DISTNAME:tl}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=DrTimothyAldenDavis/}
Index: pkgsrc/math/suitesparse/PLIST
diff -u pkgsrc/math/suitesparse/PLIST:1.11 pkgsrc/math/suitesparse/PLIST:1.12
--- pkgsrc/math/suitesparse/PLIST:1.11 Wed Nov 12 02:08:13 2025
+++ pkgsrc/math/suitesparse/PLIST Sat Feb 14 15:11:59 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/11/12 02:08:13 ktnb Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/02/14 15:11:59 ktnb Exp $
bin/suitesparse_mongoose
include/suitesparse/GraphBLAS.h
include/suitesparse/LAGraph.h
@@ -179,7 +179,7 @@ lib/libcxsparse.so.4
lib/libcxsparse.so.4.4.2
lib/libgraphblas.so
lib/libgraphblas.so.10
-lib/libgraphblas.so.10.2.0
+lib/libgraphblas.so.10.3.1
lib/libklu.a
lib/libklu.so
lib/libklu.so.2
Index: pkgsrc/math/suitesparse/distinfo
diff -u pkgsrc/math/suitesparse/distinfo:1.12 pkgsrc/math/suitesparse/distinfo:1.13
--- pkgsrc/math/suitesparse/distinfo:1.12 Wed Nov 12 02:08:13 2025
+++ pkgsrc/math/suitesparse/distinfo Sat Feb 14 15:11:59 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2025/11/12 02:08:13 ktnb Exp $
+$NetBSD: distinfo,v 1.13 2026/02/14 15:11:59 ktnb Exp $
-BLAKE2s (SuiteSparse-7.12.1.tar.gz) = 611b632d5c938ed691226db15f74d0634dc719deed404eaea398ffac7aee73a0
-SHA512 (SuiteSparse-7.12.1.tar.gz) = 5e0ba719152cd47402a3a98fd6a0e29132feb8c00dc0146682edc770257c527ad8c052861f7c633fa092454f94a58bc0377d09b2dce2644e1dcf474dc8299fde
-Size (SuiteSparse-7.12.1.tar.gz) = 95320552 bytes
-SHA1 (patch-GraphBLAS_CMakeLists.txt) = 2f32b3534f08bcfd7fa5fc53dccbc6fd283a9976
+BLAKE2s (SuiteSparse-7.12.2.tar.gz) = fbefbe08d467babbc7c01c592e9d7e9e356d850d8814642732c3b4de34ff9454
+SHA512 (SuiteSparse-7.12.2.tar.gz) = 0a7d070c90ef0a55c3ed821edf6567f4a84d5615250898b8fbacad19e1cf53dba199c38369c771465b4149ba5501bf0c1ae1352f29d0fb462fd10ca90e486cfa
+Size (SuiteSparse-7.12.2.tar.gz) = 95337908 bytes
+SHA1 (patch-GraphBLAS_CMakeLists.txt) = 9f28e7533e0486813e2407c3c219af68ba434fc4
SHA1 (patch-ParU_Source_paru__init__rowFronts.cpp) = 52fdeca699c598f745ce35210242f1480ab24426
SHA1 (patch-SPQR_Source_spqr__factorize.cpp) = f8ad367e749435058f8df7c3961af8cf8b7dfb95
Index: pkgsrc/math/suitesparse/patches/patch-GraphBLAS_CMakeLists.txt
diff -u pkgsrc/math/suitesparse/patches/patch-GraphBLAS_CMakeLists.txt:1.1 pkgsrc/math/suitesparse/patches/patch-GraphBLAS_CMakeLists.txt:1.2
--- pkgsrc/math/suitesparse/patches/patch-GraphBLAS_CMakeLists.txt:1.1 Fri Jun 14 13:19:54 2024
+++ pkgsrc/math/suitesparse/patches/patch-GraphBLAS_CMakeLists.txt Sat Feb 14 15:11:59 2026
@@ -1,11 +1,11 @@
-$NetBSD: patch-GraphBLAS_CMakeLists.txt,v 1.1 2024/06/14 13:19:54 ktnb Exp $
+$NetBSD: patch-GraphBLAS_CMakeLists.txt,v 1.2 2026/02/14 15:11:59 ktnb Exp $
cpu_features doesn't appear to work properly on NetBSD
---- GraphBLAS/CMakeLists.txt.orig 2024-06-03 15:50:22.420795494 +0000
+--- GraphBLAS/CMakeLists.txt.orig 2026-02-10 18:25:51.000000000 +0000
+++ GraphBLAS/CMakeLists.txt
-@@ -125,7 +125,7 @@ endif ( )
- # find cpu_features
+@@ -173,7 +173,7 @@ endif ( )
+ # cpu_features
#-------------------------------------------------------------------------------
-if ( NOT GBNCPUFEAT )
Home |
Main Index |
Thread Index |
Old Index