From c4716ad76b91a256a8078dd98bef78344e5f61b7 Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 6 May 2025 13:41:22 -0400 Subject: [PATCH] [cmake] Sync TA and VG CMakeKit tag with the stack --- INSTALL.md | 2 +- external/versions.cmake | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6cc8eafb5c..f7a2b1988d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,7 +17,7 @@ While in the SeQuant source directory: * [libPerm](https://github.com/Krzmbrzl/libPerm), tag 8e4afd1461baffa5d829c8fed059f5a172a3b060, *if not found, SeQuant will download and build libPerm* * optional: * for building coupled-cluster evaluation tests: - * [TiledArray](https://github.com/ValeevGroup/tiledarray.git), tag 131ed04c989a5c6022d13e0dfe848d7112ffa9e4 + * [TiledArray](https://github.com/ValeevGroup/tiledarray.git), tag 5477174cd8e857f76d29cf6c0dcc80277393a9eb * for building `stcc*` test programs * [Eigen](http://eigen.tuxfamily.org/), version 3 diff --git a/external/versions.cmake b/external/versions.cmake index ee6bb2ce06..a9c799275c 100644 --- a/external/versions.cmake +++ b/external/versions.cmake @@ -1,13 +1,13 @@ # for each dependency track both current and previous id (the variable for the latter must contain PREVIOUS) # to be able to auto-update them -set(SEQUANT_TRACKED_VGCMAKEKIT_TAG 4f40440dcbda2a5a005fd15f27c582a5587ee779) +set(SEQUANT_TRACKED_VGCMAKEKIT_TAG 6ecd3689f3d33d4426b47f8b68ba81b0efb7c80b) set(SEQUANT_TRACKED_RANGEV3_TAG 0.12.0) set(SEQUANT_TRACKED_RANGEV3_PREVIOUS_TAG d800a032132512a54c291ce55a2a43e0460591c7) -set(SEQUANT_TRACKED_TILEDARRAY_TAG 131ed04c989a5c6022d13e0dfe848d7112ffa9e4) -set(SEQUANT_TRACKED_TILEDARRAY_PREVIOUS_TAG 4a646d0c96cd0283eb34185aaf5f5b6fcc302bb2) +set(SEQUANT_TRACKED_TILEDARRAY_TAG 5477174cd8e857f76d29cf6c0dcc80277393a9eb) +set(SEQUANT_TRACKED_TILEDARRAY_PREVIOUS_TAG 131ed04c989a5c6022d13e0dfe848d7112ffa9e4) set(SEQUANT_TRACKED_LIBPERM_TAG 8e4afd1461baffa5d829c8fed059f5a172a3b060) set(SEQUANT_TRACKED_LIBPERM_PREVIOUS_TAG 8e4afd1461baffa5d829c8fed059f5a172a3b060)