Skip to content

Commit

Permalink
Merge pull request #713 from DrTimothyAldenDavis/dev2
Browse files Browse the repository at this point in the history
Example: using graphBLAS 9.0.0, not 9.0.1
  • Loading branch information
DrTimothyAldenDavis authored Jan 7, 2024
2 parents 9277f0a + 4338ef0 commit f9eab45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/Include/my_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f9eab45

Please sign in to comment.