From b50109c3f99a74a7984e37de7163f504a1d058c8 Mon Sep 17 00:00:00 2001 From: Weslley S Pereira Date: Wed, 8 Nov 2023 15:13:13 -0700 Subject: [PATCH] Updates BLAS++ and LAPACK++ to v2023.11.05 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7a2e3068f..17609c05d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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