File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ endif()
19
19
20
20
add_third_party(
21
21
dconv
22
- URL https://github.com/google/double-conversion/archive/refs/tags/v3.3.0.tar.gz
22
+ GIT_REPOSITORY https://github.com/google/double-conversion
23
+ # URL https://github.com/google/double-conversion/archive/refs/tags/v3.3.1.tar.gz
24
+ GIT_TAG 0604b4c
23
25
PATCH_COMMAND ${SED_REPL} "/static const std::ctype/d"
24
26
<SOURCE_DIR>/double-conversion/string -to-double.cc
25
27
COMMAND ${SED_REPL} "/std::use_facet</d" <SOURCE_DIR>/double-conversion/string -to-double.cc
@@ -132,7 +134,7 @@ if (WITH_SEARCH)
132
134
133
135
add_third_party(
134
136
hnswlib
135
- URL https://github.com/nmslib/hnswlib/archive/refs/tags/v0.7 .0.tar.gz
137
+ URL https://github.com/nmslib/hnswlib/archive/refs/tags/v0.8 .0.tar.gz
136
138
137
139
BUILD_COMMAND echo SKIP
138
140
INSTALL_COMMAND cp -R <SOURCE_DIR>/hnswlib ${THIRD_PARTY_LIB_DIR} /hnswlib/include /
You can’t perform that action at this time.
0 commit comments