We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a5dd3 commit e24f9c8Copy full SHA for e24f9c8
deps/CMakeLists.txt
@@ -72,26 +72,26 @@ external_dependency(GTest
72
external_dependency(itertools
73
GIT_REPO https://github.com/TRIQS/itertools
74
VERSION 1.1
75
- GIT_TAG unstable
+ GIT_TAG 1.1.x
76
)
77
78
# -- mpi --
79
external_dependency(mpi
80
GIT_REPO https://github.com/TRIQS/mpi
81
82
83
84
85
# -- h5 --
86
external_dependency(h5
87
GIT_REPO https://github.com/TRIQS/h5
88
89
90
91
92
# -- nda --
93
external_dependency(nda
94
GIT_REPO https://github.com/TRIQS/nda
95
96
97
0 commit comments