Skip to content

Commit

Permalink
revert TestConfig (extern "C" not required with 9.4.3 fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Dec 20, 2024
1 parent 2ac2257 commit e56d1bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Dec 20, 2024: version 7.9.0

* GraphBLAS v9.4.2: Added the GxB_IndexBinaryOp. Added new JIT kernels.
* GraphBLAS v9.4.3: Added the GxB_IndexBinaryOp. Added new JIT kernels.
Disabled more FactoryKernels to reduce compiled library size.
* Package versions in this release: (* denotes a new version)
SuiteSparse_config 7.9.0 *
Expand All @@ -13,7 +13,7 @@ Dec 20, 2024: version 7.9.0
CSparse 4.3.2
CXSparse 4.4.1
Example 1.8.4 *
GraphBLAS 9.4.2 *
GraphBLAS 9.4.3 *
KLU 2.3.5
LDL 3.3.2
LAGraph 1.1.4
Expand Down
2 changes: 1 addition & 1 deletion Example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ find_package ( CCOLAMD 3.3.4 REQUIRED )
find_package ( CHOLMOD 5.3.0 REQUIRED )
find_package ( COLAMD 3.3.4 REQUIRED )
find_package ( CXSparse 4.4.1 REQUIRED )
find_package ( GraphBLAS 9.4.2 )
find_package ( GraphBLAS 9.4.3 )
find_package ( KLU 2.3.5 REQUIRED )
find_package ( KLU_CHOLMOD 2.3.5 REQUIRED )
find_package ( LDL 3.3.2 REQUIRED )
Expand Down
6 changes: 3 additions & 3 deletions Example/Demo/mydemo.out
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ CHOLMOD: v5.3.0 (in library)
CHOLMOD version code: 5003000

------------------------------------------------------------
GraphBLAS: v9.4.2 (Nov 18, 2024)
GraphBLAS: v9.4.2 (in library)
GraphBLAS version code: 9004002
GraphBLAS: v9.4.3 (Dec 20, 2024)
GraphBLAS: v9.4.3 (in library)
GraphBLAS version code: 9004003

------------------------------------------------------------
LAGraph: v1.1.4 (Aug 20, 2024)
Expand Down
5 changes: 1 addition & 4 deletions TestConfig/GraphBLAS/demo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@

#include <iostream>

extern "C"
{
#include "GraphBLAS.h"
}
#include "GraphBLAS.h"

int main (void)
{
Expand Down
5 changes: 1 addition & 4 deletions TestConfig/LAGraph/demo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@

#include <iostream>

extern "C"
{
#include "LAGraph.h"
}
#include "LAGraph.h"

int main (void)
{
Expand Down

0 comments on commit e56d1bc

Please sign in to comment.