Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions external/versions.cmake
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Loading