Skip to content

Commit 95e49f0

Browse files
author
Fikret Ardal
committed
fix dependencies
1 parent 7747a8c commit 95e49f0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

deps/CMakeLists.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,24 +78,25 @@ endif()
7878

7979
# -- itertools --
8080
external_dependency(itertools
81-
GIT_REPO https://github.com/TRIQS/itertools
82-
VERSION 1.3
83-
GIT_TAG 1.3.x
81+
GIT_REPO https://github.com/TRIQS/itertools
82+
VERSION 1.3
83+
GIT_TAG unstable
8484
)
8585

8686
# -- h5 --
8787
external_dependency(h5
88-
GIT_REPO https://github.com/TRIQS/h5
89-
VERSION 1.3
90-
GIT_TAG 1.3.x
88+
GIT_REPO https://github.com/TRIQS/h5
89+
VERSION 1.3
90+
GIT_TAG unstable
9191
)
9292

9393
# -- MPI --
9494
external_dependency(mpi
95-
GIT_REPO https://github.com/TRIQS/mpi
96-
VERSION 1.3
97-
GIT_TAG 1.3.x
95+
GIT_REPO https://github.com/TRIQS/mpi
96+
VERSION 1.3
97+
GIT_TAG unstable
9898
)
99+
99100
# -- XSIMD --
100101
external_dependency(xsimd
101102
GIT_REPO https://github.com/xtensor-stack/xsimd

0 commit comments

Comments
 (0)