From 4338ef0fad588617f95a75b74dd047d972c07563 Mon Sep 17 00:00:00 2001 From: Tim Davis Date: Sun, 7 Jan 2024 04:14:08 -0600 Subject: [PATCH] Example: using graphBLAS 9.0.0, not 9.0.1 --- Example/Include/my_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/Include/my_internal.h b/Example/Include/my_internal.h index bd98897b2..deb99fbfc 100644 --- a/Example/Include/my_internal.h +++ b/Example/Include/my_internal.h @@ -56,8 +56,8 @@ #if ! defined (NO_GRAPHBLAS) #include "GraphBLAS.h" #if !defined ( GxB_SUITESPARSE_GRAPHBLAS ) || \ - GxB_IMPLEMENTATION < GxB_VERSION (9,0,1) - #error "This library requires SuiteSparse:GraphBLAS 9.0.1 or later" + GxB_IMPLEMENTATION < GxB_VERSION (9,0,0) + #error "This library requires SuiteSparse:GraphBLAS 9.0.0 or later" #endif #endif