Skip to content

Commit 0af5682

Browse files
committed
update suitesparse to v5.13.0
Signed-off-by: Nicolas Rol <[email protected]>
1 parent 9bd2aea commit 0af5682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: metrix-simulator/external/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include(GetPatchCommand)
3333
include(CloneUrl)
3434

3535
set(suitesparse_url https://github.com/DrTimothyAldenDavis/SuiteSparse.git)
36-
set(suitesparse_tag_version v5.4.0)
36+
set(suitesparse_tag_version v5.13.0)
3737

3838
if(DEFINED ENV{NNI} AND DEFINED ENV{NNI_PASSWORD})
3939
get_url(NAME suitesparse URL ${suitesparse_url} NNI $ENV{NNI} PASSWORD $ENV{NNI_PASSWORD})

0 commit comments

Comments
 (0)