From 425178a278da58896f2b1839639aa6b18e7d335a Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Fri, 13 Aug 2021 13:22:37 -0400 Subject: [PATCH] Bumped BTAS tag to use most recent linalgpp --- INSTALL.md | 2 +- external/versions.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 048a3fb6b9..bd72fc4d4a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -40,7 +40,7 @@ Both methods are supported. However, for most users we _strongly_ recommend to b - Boost.Container: header-only - Boost.Test: header-only or (optionally) as a compiled library, *only used for unit testing* - Boost.Range: header-only, *only used for unit testing* -- [BTAS](http://github.com/ValeevGroup/BTAS), tag d7794799e4510cf66844081dd8f1f5b648112d33 . If usable BTAS installation is not found, TiledArray will download and compile +- [BTAS](http://github.com/ValeevGroup/BTAS), tag b7bddfcef89612652878854a447bacf4d3f6a5b0 . If usable BTAS installation is not found, TiledArray will download and compile BTAS from source. *This is the recommended way to compile BTAS for all users*. - [MADNESS](https://github.com/m-a-d-n-e-s-s/madness), tag 3cebcd2adadb8365dd46629143d1915ff45fa3be . Only the MADworld runtime and BLAS/LAPACK C API component of MADNESS is used by TiledArray. diff --git a/external/versions.cmake b/external/versions.cmake index 2e1a14d756..41cf7cfcd5 100644 --- a/external/versions.cmake +++ b/external/versions.cmake @@ -24,8 +24,8 @@ set(TA_TRACKED_MADNESS_PREVIOUS_TAG 12bd24c6cb984a639be863fc0e1364226713f7ff) set(TA_TRACKED_MADNESS_VERSION 0.10.1) set(TA_TRACKED_MADNESS_PREVIOUS_VERSION 0.10.1) -set(TA_TRACKED_BTAS_TAG d7794799e4510cf66844081dd8f1f5b648112d33) -set(TA_TRACKED_BTAS_PREVIOUS_TAG f4c965b778ff7df74f276f7fcf6224ac419e8ee3) +set(TA_TRACKED_BTAS_TAG b7bddfcef89612652878854a447bacf4d3f6a5b0) +set(TA_TRACKED_BTAS_PREVIOUS_TAG d7794799e4510cf66844081dd8f1f5b648112d33) set(TA_TRACKED_CUTT_TAG 0e8685bf82910bc7435835f846e88f1b39f47f09) set(TA_TRACKED_CUTT_PREVIOUS_TAG 592198b93c93b7ca79e7900b9a9f2e79f9dafec3)