Skip to content

Commit

Permalink
Updates BLAS++ and LAPACK++ to v2023.11.05
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleyspereira committed Nov 8, 2023
1 parent 38e5b08 commit b50109c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ include(FetchContent)
FetchContent_Declare(
blaspp
GIT_REPOSITORY https://github.com/icl-utk-edu/blaspp
GIT_TAG 91dd418fa910498cc03dee397826099914cc3185 # v2023.08.25 +
GIT_TAG 3c47832f5162b5215b2164c21c4132544c65563d # v2023.11.05
)
FetchContent_Declare(
lapackpp
GIT_REPOSITORY https://github.com/icl-utk-edu/lapackpp
GIT_TAG 88088c33cd9467475e8f139f42d158620f11e64d # v2023.08.25 +
GIT_TAG e3aa0156b873d1e1349d083d7e5b66cfbdf9fb08 # v2023.11.05
)

# Allow setting a prefix for the library names
Expand Down

0 comments on commit b50109c

Please sign in to comment.