Skip to content

Commit

Permalink
version #s in ChangeLog, KLU using BTF 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Jan 24, 2024
1 parent 3d1a1b0 commit f670118
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Jan 20, 2024: version 7.6.0
* SPQR 4.3.2: remove unused parameters
* LAGraph 1.1.2, CSparse 4.3.1, ParU 0.1.2, GraphBLAS 9.0.1:
minor updates to build system
* Example 1.6.2, UMFPACK 6.3.2, KLU 2.3.2: revise version numbers of
dependent packages
* Example 1.6.2, UMFPACK 6.3.2, KLU 2.3.2, SuiteSparse_Mongoose 3.3.2,
SPEX 2.3.2: revise version numbers of dependent packages
* AMD, BTF, CAMD, CXSparse, LDL, RBio: unchanged
* Package versions in this release:
SuiteSparse_config 7.6.0
AMD 3.3.1
Expand All @@ -24,10 +25,10 @@ Jan 20, 2024: version 7.6.0
KLU 2.3.2
LDL 3.3.1
LAGraph 1.1.2
SuiteSparse_Mongoose 3.3.1
SuiteSparse_Mongoose 3.3.2
ParU 0.1.2
RBio 4.3.1
SPEX 2.3.1
SPEX 2.3.2
SPQR 4.3.2
UMFPACK 6.3.2

Expand Down
4 changes: 2 additions & 2 deletions KLU/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ if ( NOT SUITESPARSE_ROOT_CMAKELISTS )
find_package ( COLAMD 3.3.2 REQUIRED )
endif ( )

find_package ( BTF 2.3.0
find_package ( BTF 2.3.1
PATHS ${CMAKE_SOURCE_DIR}/../BTF/build NO_DEFAULT_PATH )
if ( NOT TARGET SuiteSparse::BTF )
find_package ( BTF 2.3.0 REQUIRED )
find_package ( BTF 2.3.1 REQUIRED )
endif ( )
endif ( )

Expand Down

0 comments on commit f670118

Please sign in to comment.