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: Wed Nov 12 02:08:13 UTC 2025
Modified Files:
pkgsrc/math/suitesparse: Makefile PLIST distinfo
Log Message:
suitesparse: update to 7.12.1
* UMFPACK 6.3.7: workaround for an Intel icx 2025.2 compiler bug
* LAGraph 1.2.1: bug fix for experimental maxflow method
* ParU 1.1.0: performance improvements, minor revisions for
benchmarking
* GraphBLAS 10.2.0: printing user-defined types, GrB_assign
performance
* SPQR 4.3.6: better handling of complex types for BLAS/LAPACK
* SuiteSparse_config 7.12.0: better handling of complex types for
BLAS/LAPACK
* Mongoose 3.3.6: minor change to build system
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/suitesparse/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/suitesparse/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/suitesparse/distinfo
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.14 pkgsrc/math/suitesparse/Makefile:1.15
--- pkgsrc/math/suitesparse/Makefile:1.14 Wed Jul 30 15:35:37 2025
+++ pkgsrc/math/suitesparse/Makefile Wed Nov 12 02:08:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/07/30 15:35:37 ktnb Exp $
+# $NetBSD: Makefile,v 1.15 2025/11/12 02:08:13 ktnb Exp $
-DISTNAME= SuiteSparse-7.11.0
+DISTNAME= SuiteSparse-7.12.1
PKGNAME= ${DISTNAME:tl}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=DrTimothyAldenDavis/}
@@ -16,6 +16,7 @@ USE_TOOLS= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}
+CMAKE_CONFIGURE_ARGS+= -DBLA_VENDOR=Generic
CMAKE_CONFIGURE_ARGS+= -DBLA_PREFER_PKGCONFIG=true
CMAKE_CONFIGURE_ARGS+= -DBLA_PKGCONFIG_BLAS=${BLAS_PC}
Index: pkgsrc/math/suitesparse/PLIST
diff -u pkgsrc/math/suitesparse/PLIST:1.10 pkgsrc/math/suitesparse/PLIST:1.11
--- pkgsrc/math/suitesparse/PLIST:1.10 Wed Jul 30 15:35:37 2025
+++ pkgsrc/math/suitesparse/PLIST Wed Nov 12 02:08:13 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2025/07/30 15:35:37 ktnb Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/11/12 02:08:13 ktnb Exp $
bin/suitesparse_mongoose
include/suitesparse/GraphBLAS.h
include/suitesparse/LAGraph.h
@@ -126,7 +126,11 @@ lib/cmake/SuiteSparse/SuiteSparseBLAS64.
lib/cmake/SuiteSparse/SuiteSparseLAPACK.cmake
lib/cmake/SuiteSparse/SuiteSparsePolicy.cmake
lib/cmake/SuiteSparse/SuiteSparseReport.cmake
+lib/cmake/SuiteSparse/SuiteSparse__blas_threading.cmake
lib/cmake/SuiteSparse/SuiteSparse__thread.cmake
+lib/cmake/SuiteSparse/check_mkl.c
+lib/cmake/SuiteSparse/check_openblas_Apr2024.c
+lib/cmake/SuiteSparse/check_openblas_Mar2015.c
lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfig.cmake
lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfigVersion.cmake
lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets-release.cmake
@@ -175,7 +179,7 @@ lib/libcxsparse.so.4
lib/libcxsparse.so.4.4.2
lib/libgraphblas.so
lib/libgraphblas.so.10
-lib/libgraphblas.so.10.1.1
+lib/libgraphblas.so.10.2.0
lib/libklu.a
lib/libklu.so
lib/libklu.so.2
@@ -187,11 +191,11 @@ lib/libklu_cholmod.so.2.3.6
lib/liblagraph.a
lib/liblagraph.so
lib/liblagraph.so.1
-lib/liblagraph.so.1.2.0
+lib/liblagraph.so.1.2.1
lib/liblagraphx.a
lib/liblagraphx.so
lib/liblagraphx.so.1
-lib/liblagraphx.so.1.2.0
+lib/liblagraphx.so.1.2.1
lib/libldl.a
lib/libldl.so
lib/libldl.so.3
@@ -199,7 +203,7 @@ lib/libldl.so.3.3.3
lib/libparu.a
lib/libparu.so
lib/libparu.so.1
-lib/libparu.so.1.0.1
+lib/libparu.so.1.1.0
lib/librbio.a
lib/librbio.so
lib/librbio.so.4
@@ -214,10 +218,11 @@ lib/libspexpython.so.3.2.4
lib/libspqr.a
lib/libspqr.so
lib/libspqr.so.4
-lib/libspqr.so.4.3.5
+lib/libspqr.so.4.3.6
lib/libsuitesparse_mongoose.a
lib/libsuitesparse_mongoose.so
lib/libsuitesparse_mongoose.so.3
+lib/libsuitesparse_mongoose.so.3.3.6
lib/libsuitesparseconfig.a
lib/libsuitesparseconfig.so
lib/libsuitesparseconfig.so.7
@@ -225,7 +230,7 @@ lib/libsuitesparseconfig.so.${PKGVERSION
lib/libumfpack.a
lib/libumfpack.so
lib/libumfpack.so.6
-lib/libumfpack.so.6.3.6
+lib/libumfpack.so.6.3.7
lib/pkgconfig/AMD.pc
lib/pkgconfig/BTF.pc
lib/pkgconfig/CAMD.pc
Index: pkgsrc/math/suitesparse/distinfo
diff -u pkgsrc/math/suitesparse/distinfo:1.11 pkgsrc/math/suitesparse/distinfo:1.12
--- pkgsrc/math/suitesparse/distinfo:1.11 Wed Jul 30 15:35:37 2025
+++ pkgsrc/math/suitesparse/distinfo Wed Nov 12 02:08:13 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2025/07/30 15:35:37 ktnb Exp $
+$NetBSD: distinfo,v 1.12 2025/11/12 02:08:13 ktnb Exp $
-BLAKE2s (SuiteSparse-7.11.0.tar.gz) = 161468d5740e9017376480fb4569b3e43af2e2610deb5d2f0fa601890e084406
-SHA512 (SuiteSparse-7.11.0.tar.gz) = 93ecb066c7ce8f9bd16406cdadae0db0ab2d668a6bb530fb8decd5dd69e305ff71fea4fcabf118a613bdaff0f69bbea41793a489d7988ef173f84a01fa911037
-Size (SuiteSparse-7.11.0.tar.gz) = 95030220 bytes
+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
SHA1 (patch-ParU_Source_paru__init__rowFronts.cpp) = 52fdeca699c598f745ce35210242f1480ab24426
SHA1 (patch-SPQR_Source_spqr__factorize.cpp) = f8ad367e749435058f8df7c3961af8cf8b7dfb95
Home |
Main Index |
Thread Index |
Old Index