From df875c59854d72014dc4b25b7bccba27e4b0fd12 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Wed, 8 Dec 2021 12:15:03 +0800 Subject: [PATCH] Clean useless thirdparty version (#12944) Signed-off-by: yudong.cai --- internal/core/src/index/thirdparty/versions.txt | 2 -- internal/core/thirdparty/versions.txt | 3 --- 2 files changed, 5 deletions(-) diff --git a/internal/core/src/index/thirdparty/versions.txt b/internal/core/src/index/thirdparty/versions.txt index c5cea80234..26aee14c67 100644 --- a/internal/core/src/index/thirdparty/versions.txt +++ b/internal/core/src/index/thirdparty/versions.txt @@ -1,6 +1,4 @@ -ARROW_VERSION=apache-arrow-0.15.1 BOOST_VERSION=1.70.0 -GTEST_VERSION=1.8.1 LAPACK_VERSION=v3.8.0 OPENBLAS_VERSION=0.3.9 MKL_VERSION=2019.5.281 diff --git a/internal/core/thirdparty/versions.txt b/internal/core/thirdparty/versions.txt index f4862e989e..c2c1a873ed 100644 --- a/internal/core/thirdparty/versions.txt +++ b/internal/core/thirdparty/versions.txt @@ -1,7 +1,4 @@ -EASYLOGGINGPP_VERSION=v9.96.7 GTEST_VERSION=1.8.1 YAMLCPP_VERSION=0.6.3 -ZLIB_VERSION=v1.2.11 OPENTRACING_VERSION=v1.5.1 PROTOBUF_VERSION=3.9.0 -# vim: set filetype=sh: