From 3526ac9ac2c49527f4f820a7ec194164e0b5291b Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Tue, 31 Oct 2023 13:00:17 -0400 Subject: [PATCH] [ci] bump TTG tag to pull in https://github.com/TESSEorg/ttg/commit/d3668525151f91c8da341f1780d5e623e2cf6c2b --- INSTALL.md | 2 +- external/versions.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 9f71cd221a..7ecbfa3607 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -75,7 +75,7 @@ Optional prerequisites: - [blacspp](https://github.com/wavefunction91/blacspp.git) -- a modern C++ (C++17) wrapper for BLACS - Python3 interpreter -- to test (optionally-built) Python bindings - [Range-V3](https://github.com/ericniebler/range-v3.git) -- a Ranges library that served as the basis for Ranges component of C++20; only used for some unit testing of the functionality anticipated to be supported by future C++ standards. -- [TTG](https://github.com/TESSEorg/ttg.git) -- C++ implementation of the Template Task Graph programming model for fine-grained flow-graph composition of distributed memory programs (tag 18ecba5ddfa2953698642d75ec509a0735e0cd3e). +- [TTG](https://github.com/TESSEorg/ttg.git) -- C++ implementation of the Template Task Graph programming model for fine-grained flow-graph composition of distributed memory programs (tag 26da9b40872660b864794658d4fdeee1a95cb4d6). Many of these dependencies can be installed with a package manager, such as Homebrew on OS X or apt-get on Debian Linux distributions; diff --git a/external/versions.cmake b/external/versions.cmake index 0e68e87eb2..325735c821 100644 --- a/external/versions.cmake +++ b/external/versions.cmake @@ -40,5 +40,5 @@ set(TA_TRACKED_RANGEV3_TAG 2e0591c57fce2aca6073ad6e4fdc50d841827864) set(TA_TRACKED_RANGEV3_PREVIOUS_TAG dbdaa247a25a0daa24c68f1286a5693c72ea0006) set(TA_TRACKED_TTG_URL https://github.com/TESSEorg/ttg) -set(TA_TRACKED_TTG_TAG 18ecba5ddfa2953698642d75ec509a0735e0cd3e) -set(TA_TRACKED_TTG_PREVIOUS_TAG 4643df546d52481c7ad4bf5b7cce45289dc6b222) +set(TA_TRACKED_TTG_TAG 26da9b40872660b864794658d4fdeee1a95cb4d6) +set(TA_TRACKED_TTG_PREVIOUS_TAG 18ecba5ddfa2953698642d75ec509a0735e0cd3e)