Skip to content

Commit

Permalink
Merge pull request #304 from ValeevGroup/evaleev/cmake/mad++
Browse files Browse the repository at this point in the history
[cmake] bump MADNESS tag
  • Loading branch information
evaleev authored Sep 2, 2021
2 parents cba4e52 + bccc606 commit 11ee8ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Both methods are supported. However, for most users we _strongly_ recommend to b
- Boost.Range: header-only, *only used for unit testing*
- [BTAS](http://github.com/ValeevGroup/BTAS), tag 0dc805fd7f2dea5e56eff94ab1c44b2b2397edd7 . 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 34ef8e6d6c61098d44ca559a530b4096e40b9a01 .
- [MADNESS](https://github.com/m-a-d-n-e-s-s/madness), tag 51f0615f094bca5110ea149100e39c0edb25a4f2 .
Only the MADworld runtime and BLAS/LAPACK C API component of MADNESS is used by TiledArray.
If usable MADNESS installation is not found, TiledArray will download and compile
MADNESS from source. *This is the recommended way to compile MADNESS for all users*.
Expand Down
4 changes: 2 additions & 2 deletions external/versions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ set(TA_INSTALL_EIGEN_PREVIOUS_VERSION 3.3.7)
set(TA_INSTALL_EIGEN_URL_HASH b9e98a200d2455f06db9c661c5610496)
set(TA_INSTALL_EIGEN_PREVIOUS_URL_HASH b9e98a200d2455f06db9c661c5610496)

set(TA_TRACKED_MADNESS_TAG 34ef8e6d6c61098d44ca559a530b4096e40b9a01)
set(TA_TRACKED_MADNESS_PREVIOUS_TAG 0c0b41e8490f53c62508fd0c8d918fb642488fc2)
set(TA_TRACKED_MADNESS_TAG 51f0615f094bca5110ea149100e39c0edb25a4f2)
set(TA_TRACKED_MADNESS_PREVIOUS_TAG 34ef8e6d6c61098d44ca559a530b4096e40b9a01)
set(TA_TRACKED_MADNESS_VERSION 0.10.1)
set(TA_TRACKED_MADNESS_PREVIOUS_VERSION 0.10.1)

Expand Down

0 comments on commit 11ee8ec

Please sign in to comment.