Skip to content

Commit 88b485d

Browse files
weslleyspereiraWeslley da Silva Pereira
authored andcommitted
Updates BLAS++ and LAPACK++ to v2023.11.05
1 parent 5db3c7d commit 88b485d

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 91dd418fa910498cc03dee397826099914cc3185 # v2023.08.25 +
18+
GIT_TAG 3c47832f5162b5215b2164c21c4132544c65563d # v2023.11.05
1919
)
2020
FetchContent_Declare(
2121
lapackpp
2222
GIT_REPOSITORY https://github.com/icl-utk-edu/lapackpp
23-
GIT_TAG 88088c33cd9467475e8f139f42d158620f11e64d # v2023.08.25 +
23+
GIT_TAG e3aa0156b873d1e1349d083d7e5b66cfbdf9fb08 # v2023.11.05
2424
)
2525

2626
# Allow setting a prefix for the library names

0 commit comments

Comments
 (0)