Skip to content

Commit f670118

Browse files
version #s in ChangeLog, KLU using BTF 2.3.1
1 parent 3d1a1b0 commit f670118

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

ChangeLog

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Jan 20, 2024: version 7.6.0
77
* SPQR 4.3.2: remove unused parameters
88
* LAGraph 1.1.2, CSparse 4.3.1, ParU 0.1.2, GraphBLAS 9.0.1:
99
minor updates to build system
10-
* Example 1.6.2, UMFPACK 6.3.2, KLU 2.3.2: revise version numbers of
11-
dependent packages
10+
* Example 1.6.2, UMFPACK 6.3.2, KLU 2.3.2, SuiteSparse_Mongoose 3.3.2,
11+
SPEX 2.3.2: revise version numbers of dependent packages
12+
* AMD, BTF, CAMD, CXSparse, LDL, RBio: unchanged
1213
* Package versions in this release:
1314
SuiteSparse_config 7.6.0
1415
AMD 3.3.1
@@ -24,10 +25,10 @@ Jan 20, 2024: version 7.6.0
2425
KLU 2.3.2
2526
LDL 3.3.1
2627
LAGraph 1.1.2
27-
SuiteSparse_Mongoose 3.3.1
28+
SuiteSparse_Mongoose 3.3.2
2829
ParU 0.1.2
2930
RBio 4.3.1
30-
SPEX 2.3.1
31+
SPEX 2.3.2
3132
SPQR 4.3.2
3233
UMFPACK 6.3.2
3334

KLU/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ if ( NOT SUITESPARSE_ROOT_CMAKELISTS )
6161
find_package ( COLAMD 3.3.2 REQUIRED )
6262
endif ( )
6363

64-
find_package ( BTF 2.3.0
64+
find_package ( BTF 2.3.1
6565
PATHS ${CMAKE_SOURCE_DIR}/../BTF/build NO_DEFAULT_PATH )
6666
if ( NOT TARGET SuiteSparse::BTF )
67-
find_package ( BTF 2.3.0 REQUIRED )
67+
find_package ( BTF 2.3.1 REQUIRED )
6868
endif ( )
6969
endif ( )
7070

0 commit comments

Comments
 (0)