This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 5ab0b05 ARROW-4944: [C++] Raise minimal required thrift-cpp to 0.11
in conda environment
5ab0b05 is described below
commit 5ab0b0560c22a5e38cfe0b2cd288f2cf719354f9
Author: Korn, Uwe <[email protected]>
AuthorDate: Mon Mar 18 15:57:56 2019 +0100
ARROW-4944: [C++] Raise minimal required thrift-cpp to 0.11 in conda
environment
Added some more minimal versions. They may make `conda install faster`, not
necessary now but in the future.
Author: Korn, Uwe <[email protected]>
Closes #3960 from xhochy/ARROW-4944 and squashes the following commits:
b2fd3fa3 <Korn, Uwe> ARROW-4944: Raise minimal required thrift-cpp to 0.11
in conda environment
---
ci/conda_env_cpp.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ci/conda_env_cpp.yml b/ci/conda_env_cpp.yml
index e27b5bf..92ff616 100644
--- a/ci/conda_env_cpp.yml
+++ b/ci/conda_env_cpp.yml
@@ -16,18 +16,18 @@
# under the License.
benchmark
-boost-cpp
+boost-cpp>=1.68.0
brotli
bzip2
c-ares
-cmake
+cmake>=3.12
double-conversion
flatbuffers
gflags
glog
-gmock
+gmock>=1.8.1
grpc-cpp
-gtest
+gtest>=1.8.1
clangdev=7
llvmdev=7
libprotobuf
@@ -38,6 +38,6 @@ python
rapidjson
re2
snappy
-thrift-cpp=0.12.0
+thrift-cpp>=0.11.0
zlib
zstd