head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.2 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2026.02.14.15.11.59; author ktnb; state Exp; branches; next 1.1; commitid 13mXyj4vSyjpamuG; 1.1 date 2024.06.14.13.19.54; author ktnb; state Exp; branches; next ; commitid LgvwM2nY5lzC9XdF; desc @@ 1.2 log @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 @ text @$NetBSD: patch-GraphBLAS_CMakeLists.txt,v 1.1 2024/06/14 13:19:54 ktnb Exp $ cpu_features doesn't appear to work properly on NetBSD --- GraphBLAS/CMakeLists.txt.orig 2026-02-10 18:25:51.000000000 +0000 +++ GraphBLAS/CMakeLists.txt @@@@ -173,7 +173,7 @@@@ endif ( ) # cpu_features #------------------------------------------------------------------------------- -if ( NOT GBNCPUFEAT ) +if ( NOT GBNCPUFEAT AND NOT CMAKE_SYSTEM_NAME STREQUAL "NetBSD" ) # default: enable Google's cpu_features package message ( STATUS "cpu_features (by google.com): enabled " ) include_directories ( "cpu_features/include" "cpu_features" "cpu_features/src" "cpu_features/include/internal" ) @ 1.1 log @suitesparse: add version 7.7.0 SuiteSparse is a set of sparse matrices libraries. It contains: * AMD: symmetric approximate minimum degree * BTF: permutation to block triangular form (beta) * CCOLAMD: constrained column approximate minimum degree * COLAMD: column approximate minimum degree * CHOLMOD: sparse supernodal Cholesky factorization and update/downdate * KLU: sparse LU factorization, for circuit simulation (beta) * LDL: a simple LDL^T factorization * UMFPACK: sparse multifrontal LU factorization * UFconfig: common configuration for all of the above * CSparse: a concise sparse matrix package * CXSparse: and extended version of CSparse @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- GraphBLAS/CMakeLists.txt.orig 2024-06-03 15:50:22.420795494 +0000 d7 2 a8 2 @@@@ -125,7 +125,7 @@@@ endif ( ) # find cpu_features @