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:           Tue Aug 13 13:19:13 UTC 2024

Modified Files:
        pkgsrc/math/suitesparse: Makefile PLIST distinfo

Log Message:
suitesparse: update to 7.8.1

fixed bug with building GraphBLAS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/suitesparse/Makefile \
    pkgsrc/math/suitesparse/PLIST 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.2 pkgsrc/math/suitesparse/Makefile:1.3
--- pkgsrc/math/suitesparse/Makefile:1.2        Fri Aug  9 18:38:34 2024
+++ pkgsrc/math/suitesparse/Makefile    Tue Aug 13 13:19:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/08/09 18:38:34 ktnb Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/13 13:19:13 ktnb Exp $
 
-DISTNAME=      SuiteSparse-7.8.0
+DISTNAME=      SuiteSparse-7.8.1
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=DrTimothyAldenDavis/}
Index: pkgsrc/math/suitesparse/PLIST
diff -u pkgsrc/math/suitesparse/PLIST:1.2 pkgsrc/math/suitesparse/PLIST:1.3
--- pkgsrc/math/suitesparse/PLIST:1.2   Fri Aug  9 18:38:34 2024
+++ pkgsrc/math/suitesparse/PLIST       Tue Aug 13 13:19:13 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/08/09 18:38:34 ktnb Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/08/13 13:19:13 ktnb Exp $
 bin/suitesparse_mongoose
 include/suitesparse/GraphBLAS.h
 include/suitesparse/LAGraph.h
@@ -139,7 +139,7 @@ lib/libcxsparse.so.4
 lib/libcxsparse.so.4.4.1
 lib/libgraphblas.so
 lib/libgraphblas.so.9
-lib/libgraphblas.so.9.3.0
+lib/libgraphblas.so.9.3.1
 lib/libklu.a
 lib/libklu.so
 lib/libklu.so.2
Index: pkgsrc/math/suitesparse/distinfo
diff -u pkgsrc/math/suitesparse/distinfo:1.2 pkgsrc/math/suitesparse/distinfo:1.3
--- pkgsrc/math/suitesparse/distinfo:1.2        Fri Aug  9 18:38:34 2024
+++ pkgsrc/math/suitesparse/distinfo    Tue Aug 13 13:19:13 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2024/08/09 18:38:34 ktnb Exp $
+$NetBSD: distinfo,v 1.3 2024/08/13 13:19:13 ktnb Exp $
 
-BLAKE2s (SuiteSparse-7.8.0.tar.gz) = a7dfb71a399049c703839eb1b552dca6cf40ccef6e111bbc91e874b4b017b390
-SHA512 (SuiteSparse-7.8.0.tar.gz) = 91aff0aee26e938ba88a8f92db15b0db0ecc6ada3b60153bb299f53a45ccda131db4bc66f890c220034c900180d0bb3a5fb3e2686fec7d6174f5900a3ee64424
-Size (SuiteSparse-7.8.0.tar.gz) = 87299263 bytes
+BLAKE2s (SuiteSparse-7.8.1.tar.gz) = f35b70e62a89ef2d0464e4ea5582901d23908e470aebd8045661b10270e0c443
+SHA512 (SuiteSparse-7.8.1.tar.gz) = d07709ad8567e5fe954f04d0c38a95a5610394aaa5ff5c809518c378b937d20556114b95c9dc052b316c8e8fcbb2eca294b425b21e8bbfa5c04f72c6f15a5eb6
+Size (SuiteSparse-7.8.1.tar.gz) = 87316078 bytes
 SHA1 (patch-GraphBLAS_CMakeLists.txt) = 2f32b3534f08bcfd7fa5fc53dccbc6fd283a9976
 SHA1 (patch-SPQR_Source_spqr__factorize.cpp) = f8ad367e749435058f8df7c3961af8cf8b7dfb95



Home | Main Index | Thread Index | Old Index