forked from TESSEorg/ttg
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'spmm_constraints' of github.com:devreal/ttg into spmm_c…
…onstraints
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
# 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(TTG_TRACKED_VG_CMAKE_KIT_TAG 092efee765e039b02e0a9aaf013c12fc3c4e89cf) # used to provide "real" FindOrFetchBoost | ||
set(TTG_TRACKED_VG_CMAKE_KIT_TAG 72bb8f049e68443e817ce7299f0d1dabfaf01b7e) # provides FindOrFetchLinalgPP and "real" FindOrFetchBoost | ||
set(TTG_TRACKED_CATCH2_VERSION 3.5.0) | ||
set(TTG_TRACKED_MADNESS_TAG 96ac90e8f193ccfaf16f346b4652927d2d362e75) | ||
set(TTG_TRACKED_PARSEC_TAG 58f8f3089ecad2e8ee50e80a9586e05ce8873b1c) | ||
set(TTG_TRACKED_BTAS_TAG 4e8f5233aa7881dccdfcc37ce07128833926d3c2) | ||
set(TTG_TRACKED_TILEDARRAY_TAG 5204c06cf978892ee04503b476162d1c5cefd9de) | ||
set(TTG_TRACKED_TILEDARRAY_TAG 8af44bdff51697de114219fea88db28ca10666e9) | ||
|
||
# need Boost.CallableTraits (header only, part of Boost 1.66 released in Dec 2017) for wrap.h to work | ||
set(TTG_OLDEST_BOOST_VERSION 1.66) | ||
# BUT if will be building examples, inherit the oldest version from the pickiest Boost consumer (TA and/or BSPMM) | ||
if (TTG_EXAMPLES) | ||
set(TTG_OLDEST_BOOST_VERSION 1.81) | ||
else() | ||
set(TTG_OLDEST_BOOST_VERSION 1.66) | ||
endif() |