Skip to content

Commit

Permalink
[cmake] Change branches for dependencies h5/mpi/itertools/nda to 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Mar 7, 2022
1 parent f0a5dd3 commit e24f9c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,26 +72,26 @@ external_dependency(GTest
external_dependency(itertools
GIT_REPO https://github.com/TRIQS/itertools
VERSION 1.1
GIT_TAG unstable
GIT_TAG 1.1.x
)

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

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

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

0 comments on commit e24f9c8

Please sign in to comment.