You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by we...@apache.org on 2017/04/18 17:11:29 UTC

parquet-cpp git commit: PARQUET-954: Use Brotli 0.6 release

Repository: parquet-cpp
Updated Branches:
  refs/heads/master bf551d6d8 -> ca0f3f710


PARQUET-954: Use Brotli 0.6 release

Author: Uwe L. Korn <uw...@apache.org>

Closes #302 from xhochy/PARQUET-954 and squashes the following commits:

b68a10a [Uwe L. Korn] Use Brotli 0.6 release


Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/ca0f3f71
Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/ca0f3f71
Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/ca0f3f71

Branch: refs/heads/master
Commit: ca0f3f710cf07196dcc44c15c9c8aed88b7de3ce
Parents: bf551d6
Author: Uwe L. Korn <uw...@apache.org>
Authored: Tue Apr 18 13:11:21 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Tue Apr 18 13:11:21 2017 -0400

----------------------------------------------------------------------
 cmake_modules/ThirdpartyToolchain.cmake | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/ca0f3f71/cmake_modules/ThirdpartyToolchain.cmake
----------------------------------------------------------------------
diff --git a/cmake_modules/ThirdpartyToolchain.cmake b/cmake_modules/ThirdpartyToolchain.cmake
index f573cf4..15a20bd 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -20,8 +20,7 @@ set(GBENCHMARK_VERSION "1.1.0")
 set(SNAPPY_VERSION "1.1.3")
 set(THRIFT_VERSION "0.10.0")
 
-# Brotli 0.5.2 does not install headers/libraries yet, but 0.6.0.dev does
-set(BROTLI_VERSION "5db62dcc9d386579609540cdf8869e95ad334bbd")
+set(BROTLI_VERSION "v0.6.0")
 
 # find boost headers and libs
 set(Boost_DEBUG TRUE)