Skip to content

Commit

Permalink
bump CMake VG Kit and BTAS tags to pull in ValeevGroup/kit-cmake@e0d04e9
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jan 25, 2024
1 parent 94db5c9 commit 954d861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 c0db35c8217f5fcc7e2b97b0ab48421f2a60ae4b . If usable BTAS installation is not found, TiledArray will download and compile
- [BTAS](http://github.com/ValeevGroup/BTAS), tag b7b2ea7513b087e35c6f1b26184a3904ac1e6b14 . 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 8788aea9758bfe6479cc23d39e6c77b7528009db .
Only the MADworld runtime and BLAS/LAPACK C API component of MADNESS is used by TiledArray.
Expand Down
6 changes: 3 additions & 3 deletions external/versions.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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(TA_TRACKED_VGCMAKEKIT_TAG 38f99f3da4810c97ed1d54f863120ae85120fa8f)
set(TA_TRACKED_VGCMAKEKIT_TAG e0d04e91a84b7e71d9b87682c46c518e9966bd78)

# N.B. may need to update INSTALL.md manually with the CUDA-specific version
set(TA_TRACKED_EIGEN_VERSION 3.3.5)
Expand All @@ -16,8 +16,8 @@ set(TA_TRACKED_MADNESS_PREVIOUS_TAG 87715d98a244bff5cbff0bd2c644a8a00d882989)
set(TA_TRACKED_MADNESS_VERSION 0.10.1)
set(TA_TRACKED_MADNESS_PREVIOUS_VERSION 0.10.1)

set(TA_TRACKED_BTAS_TAG c0db35c8217f5fcc7e2b97b0ab48421f2a60ae4b)
set(TA_TRACKED_BTAS_PREVIOUS_TAG b2c18c797122b149eb088ae494dbd12f2f5ff81b)
set(TA_TRACKED_BTAS_TAG b7b2ea7513b087e35c6f1b26184a3904ac1e6b14)
set(TA_TRACKED_BTAS_PREVIOUS_TAG c0db35c8217f5fcc7e2b97b0ab48421f2a60ae4b)

set(TA_TRACKED_LIBRETT_TAG 6eed30d4dd2a5aa58840fe895dcffd80be7fbece)
set(TA_TRACKED_LIBRETT_PREVIOUS_TAG 354e0ccee54aeb2f191c3ce2c617ebf437e49d83)
Expand Down

0 comments on commit 954d861

Please sign in to comment.