Skip to content

Commit

Permalink
Pin to specific TA revision
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jul 14, 2023
1 parent 20690b9 commit f6d0afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/modules/ExternalDependenciesVersions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ set(TTG_TRACKED_CEREAL_VERSION 1.3.0)
set(TTG_TRACKED_MADNESS_TAG 31b2470ca722a6a2d84d4de08d32fb72ae8fdeda)
set(TTG_TRACKED_PARSEC_TAG 9fc74b6f165605a133125d8a5b62cf55642c1907)
set(TTG_TRACKED_BTAS_TAG d73153ad9bc41a177e441ef04eceff7fab0c766d)
set(TTG_TRACKED_TILEDARRAY_TAG a9947ce6e64c871bc6f3f3610bf2cb2d1c02cac1)
2 changes: 1 addition & 1 deletion cmake/modules/FindOrFetchTiledArray.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else (TARGET tiledarray)
FetchContent_Declare(
TILEDARRAY
GIT_REPOSITORY https://github.com/ValeevGroup/tiledarray.git
GIT_TAG ${MPQC_TRACKED_TILEDARRAY_TAG}
GIT_TAG ${TTG_TRACKED_TILEDARRAY_TAG}
)
FetchContent_MakeAvailable(TILEDARRAY)
FetchContent_GetProperties(TILEDARRAY
Expand Down

0 comments on commit f6d0afa

Please sign in to comment.