Skip to content

Commit

Permalink
[cmake] Change dependencies to 1.3.x specific branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jul 5, 2024
1 parent b1a746f commit 14ce2ed
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.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
)

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

## Pybind 11
Expand Down

0 comments on commit 14ce2ed

Please sign in to comment.