Skip to content

Commit 5477174

Browse files
committed
[cmake] Sync MADNESS and VGCMakeKit versions with MPQC
See ValeevGroup/mpqc4#584
1 parent c1eefa0 commit 5477174

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Both methods are supported. However, for most users we _strongly_ recommend to b
4242
- [Range-V3](https://github.com/ericniebler/range-v3.git) -- a Ranges library that served as the basis for Ranges component of C++20 and later.
4343
- [BTAS](http://github.com/ValeevGroup/BTAS), tag 62d57d9b1e0c733b4b547bc9cfdd07047159dbca . If usable BTAS installation is not found, TiledArray will download and compile
4444
BTAS from source. *This is the recommended way to compile BTAS for all users*.
45-
- [MADNESS](https://github.com/m-a-d-n-e-s-s/madness), tag bd84a52766ab497dedc2f15f2162fb0eb7ec4653 .
45+
- [MADNESS](https://github.com/m-a-d-n-e-s-s/madness), tag 8abd78b8a304a88b951449d8cb127f5a91f27721 .
4646
Only the MADworld runtime and BLAS/LAPACK C API component of MADNESS is used by TiledArray.
4747
If usable MADNESS installation is not found, TiledArray will download and compile
4848
MADNESS from source. *This is the recommended way to compile MADNESS for all users*.

external/versions.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# for each dependency track both current and previous id (the variable for the latter must contain PREVIOUS)
22
# to be able to auto-update them
33

4-
set(TA_TRACKED_VGCMAKEKIT_TAG 72bb8f049e68443e817ce7299f0d1dabfaf01b7e)
4+
set(TA_TRACKED_VGCMAKEKIT_TAG 6ecd3689f3d33d4426b47f8b68ba81b0efb7c80b)
55

66
# N.B. may need to update INSTALL.md manually with the CUDA-specific version
77
set(TA_TRACKED_EIGEN_VERSION 3.3.5)
@@ -12,8 +12,8 @@ set(TA_INSTALL_EIGEN_URL_HASH SHA256=b4c198460eba6f28d34894e3a5710998818515104d6
1212
set(TA_INSTALL_EIGEN_PREVIOUS_URL_HASH MD5=b9e98a200d2455f06db9c661c5610496)
1313

1414
set(TA_TRACKED_MADNESS_URL https://github.com/m-a-d-n-e-s-s/madness.git CACHE STRING "GIT_REPOSITORY for cloning MADNESS source")
15-
set(TA_TRACKED_MADNESS_TAG bd84a52766ab497dedc2f15f2162fb0eb7ec4653 CACHE STRING "GIT_TAG (branch or hash) for cloning MADNESS")
16-
set(TA_TRACKED_MADNESS_PREVIOUS_TAG ef97ad1f0080da04f9592f03185c1a331cd5e001)
15+
set(TA_TRACKED_MADNESS_TAG 8abd78b8a304a88b951449d8cb127f5a91f27721 CACHE STRING "GIT_TAG (branch or hash) for cloning MADNESS")
16+
set(TA_TRACKED_MADNESS_PREVIOUS_TAG bd84a52766ab497dedc2f15f2162fb0eb7ec4653)
1717
set(TA_TRACKED_MADNESS_VERSION 0.10.1)
1818
set(TA_TRACKED_MADNESS_PREVIOUS_VERSION 0.10.1)
1919

0 commit comments

Comments
 (0)