Skip to content

Commit

Permalink
[cmake] Change branches for dependencies h5/mpi/itertools to 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 27, 2023
1 parent 0265053 commit 63ecbbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@ endif()
external_dependency(itertools
GIT_REPO https://github.com/TRIQS/itertools
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
)

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

## Pybind 11
Expand Down

0 comments on commit 63ecbbc

Please sign in to comment.