Skip to content

Commit b50109c

Browse files
Updates BLAS++ and LAPACK++ to v2023.11.05
1 parent 38e5b08 commit b50109c

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
@@ -16,12 +16,12 @@ include(FetchContent)
1616
FetchContent_Declare(
1717
blaspp
1818
GIT_REPOSITORY https://github.com/icl-utk-edu/blaspp
19-
GIT_TAG 91dd418fa910498cc03dee397826099914cc3185 # v2023.08.25 +
19+
GIT_TAG 3c47832f5162b5215b2164c21c4132544c65563d # v2023.11.05
2020
)
2121
FetchContent_Declare(
2222
lapackpp
2323
GIT_REPOSITORY https://github.com/icl-utk-edu/lapackpp
24-
GIT_TAG 88088c33cd9467475e8f139f42d158620f11e64d # v2023.08.25 +
24+
GIT_TAG e3aa0156b873d1e1349d083d7e5b66cfbdf9fb08 # v2023.11.05
2525
)
2626

2727
# Allow setting a prefix for the library names

0 commit comments

Comments
 (0)