Skip to content

Commit

Permalink
[cmake] Change branch for dependencies itertools/mpi/h5/nda/cppdlr to…
Browse files Browse the repository at this point in the history
… latestrelease branches
  • Loading branch information
Wentzell committed Sep 1, 2023
1 parent 9973720 commit 3144cec
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 @@ -90,33 +90,33 @@ external_dependency(fmt
external_dependency(itertools
GIT_REPO https://github.com/TRIQS/itertools
VERSION 1.2
GIT_TAG unstable
GIT_TAG 1.2.x
)

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

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

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

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

0 comments on commit 3144cec

Please sign in to comment.