Skip to content

Commit d7868de

Browse files
committed
[cmake] Change dependencies to 3.3.x specific branches
1 parent a0d728c commit d7868de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deps/CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -91,33 +91,33 @@ target_compile_options(fmt PRIVATE $<$<CXX_COMPILER_ID:IntelLLVM>:-Wno-tautologi
9191
external_dependency(itertools
9292
GIT_REPO https://github.com/TRIQS/itertools
9393
VERSION 1.3
94-
GIT_TAG unstable
94+
GIT_TAG 1.3.x
9595
)
9696

9797
# -- mpi --
9898
external_dependency(mpi
9999
GIT_REPO https://github.com/TRIQS/mpi
100100
VERSION 1.3
101-
GIT_TAG unstable
101+
GIT_TAG 1.3.x
102102
)
103103

104104
# -- h5 --
105105
external_dependency(h5
106106
GIT_REPO https://github.com/TRIQS/h5
107107
VERSION 1.3
108-
GIT_TAG unstable
108+
GIT_TAG 1.3.x
109109
)
110110

111111
# -- nda --
112112
external_dependency(nda
113113
GIT_REPO https://github.com/TRIQS/nda
114114
VERSION 1.3
115-
GIT_TAG unstable
115+
GIT_TAG 1.3.x
116116
)
117117

118118
# -- cppdlr --
119119
external_dependency(cppdlr
120120
GIT_REPO https://github.com/flatironinstitute/cppdlr
121121
VERSION 1.1
122-
GIT_TAG main
122+
GIT_TAG 1.1.x
123123
)

0 commit comments

Comments
 (0)