Skip to content

Commit e24f9c8

Browse files
committedMar 7, 2022
[cmake] Change branches for dependencies h5/mpi/itertools/nda to 1.1.x
1 parent f0a5dd3 commit e24f9c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎deps/CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,26 @@ external_dependency(GTest
7272
external_dependency(itertools
7373
GIT_REPO https://github.com/TRIQS/itertools
7474
VERSION 1.1
75-
GIT_TAG unstable
75+
GIT_TAG 1.1.x
7676
)
7777

7878
# -- mpi --
7979
external_dependency(mpi
8080
GIT_REPO https://github.com/TRIQS/mpi
8181
VERSION 1.1
82-
GIT_TAG unstable
82+
GIT_TAG 1.1.x
8383
)
8484

8585
# -- h5 --
8686
external_dependency(h5
8787
GIT_REPO https://github.com/TRIQS/h5
8888
VERSION 1.1
89-
GIT_TAG unstable
89+
GIT_TAG 1.1.x
9090
)
9191

9292
# -- nda --
9393
external_dependency(nda
9494
GIT_REPO https://github.com/TRIQS/nda
9595
VERSION 1.1
96-
GIT_TAG unstable
96+
GIT_TAG 1.1.x
9797
)

0 commit comments

Comments
 (0)
Please sign in to comment.