Skip to content

Commit 80be947

Browse files
author
Weslley da Silva Pereira
committed
Rebased and updated BLAS++ to v2024.10.26
1 parent be80dd5 commit 80be947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ include(FetchContent)
1515
FetchContent_Declare(
1616
blaspp
1717
GIT_REPOSITORY https://github.com/icl-utk-edu/blaspp
18-
GIT_TAG 3c47832f5162b5215b2164c21c4132544c65563d # v2023.11.05
18+
GIT_TAG 8d770a94797e000bea098776e1fce7590e9363b2 # v2024.10.26
1919
)
2020
FetchContent_Declare(
2121
lapackpp
2222
GIT_REPOSITORY https://github.com/icl-utk-edu/lapackpp
23-
GIT_TAG e3aa0156b873d1e1349d083d7e5b66cfbdf9fb08 # v2023.11.05
23+
GIT_TAG 07cd703c4613cd1f51661148debfc4eccc5d84a2 # v2024.10.26
2424
)
2525

2626
# Allow setting a prefix for the library names

0 commit comments

Comments
 (0)