Skip to content

Commit

Permalink
[cmake] Change dependencies to 3.3.x specific branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed May 26, 2024
1 parent a0d728c commit d7868de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,33 +91,33 @@ target_compile_options(fmt PRIVATE $<$<CXX_COMPILER_ID:IntelLLVM>:-Wno-tautologi
external_dependency(itertools
GIT_REPO https://github.com/TRIQS/itertools
VERSION 1.3
GIT_TAG unstable
GIT_TAG 1.3.x
)

# -- mpi --
external_dependency(mpi
GIT_REPO https://github.com/TRIQS/mpi
VERSION 1.3
GIT_TAG unstable
GIT_TAG 1.3.x
)

# -- h5 --
external_dependency(h5
GIT_REPO https://github.com/TRIQS/h5
VERSION 1.3
GIT_TAG unstable
GIT_TAG 1.3.x
)

# -- nda --
external_dependency(nda
GIT_REPO https://github.com/TRIQS/nda
VERSION 1.3
GIT_TAG unstable
GIT_TAG 1.3.x
)

# -- cppdlr --
external_dependency(cppdlr
GIT_REPO https://github.com/flatironinstitute/cppdlr
VERSION 1.1
GIT_TAG main
GIT_TAG 1.1.x
)

0 comments on commit d7868de

Please sign in to comment.