You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/09/15 20:22:30 UTC

[arrow] branch master updated: ARROW-2958: [C++] Bump Flatbuffers EP version to master to build on gcc 8.1

This is an automated email from the ASF dual-hosted git repository.

wesm 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 8b7be05  ARROW-2958: [C++] Bump Flatbuffers EP version to master to build on gcc 8.1
8b7be05 is described below

commit 8b7be0555710d53acc73294d0c9f176e7614eaf4
Author: Wes McKinney <we...@apache.org>
AuthorDate: Sat Sep 15 16:22:22 2018 -0400

    ARROW-2958: [C++] Bump Flatbuffers EP version to master to build on gcc 8.1
    
    Verified the fix on gcc-8 on Ubuntu 18.04
    
    Author: Wes McKinney <we...@apache.org>
    
    Closes #2564 from wesm/ARROW-2958 and squashes the following commits:
    
    fcb4419de <Wes McKinney> Bump Flatbuffers version to master to build on gcc 8.1
---
 cpp/cmake_modules/ThirdpartyToolchain.cmake | 2 +-
 cpp/thirdparty/versions.txt                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake b/cpp/cmake_modules/ThirdpartyToolchain.cmake
index 99e9ed6..0bd91f8 100644
--- a/cpp/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -162,7 +162,7 @@ endif()
 if (DEFINED ENV{ARROW_FLATBUFFERS_URL})
   set(FLATBUFFERS_SOURCE_URL "$ENV{ARROW_FLATBUFFERS_URL}")
 else()
-  set(FLATBUFFERS_SOURCE_URL "https://github.com/google/flatbuffers/archive/v${FLATBUFFERS_VERSION}.tar.gz")
+  set(FLATBUFFERS_SOURCE_URL "https://github.com/google/flatbuffers/archive/${FLATBUFFERS_VERSION}.tar.gz")
 endif()
 
 if (DEFINED ENV{ARROW_GBENCHMARK_URL})
diff --git a/cpp/thirdparty/versions.txt b/cpp/thirdparty/versions.txt
index e7ea231..1ec0e1d 100644
--- a/cpp/thirdparty/versions.txt
+++ b/cpp/thirdparty/versions.txt
@@ -21,7 +21,7 @@ BOOST_VERSION=1.67.0
 GTEST_VERSION=1.8.0
 GFLAGS_VERSION=2.2.0
 GBENCHMARK_VERSION=1.4.1
-FLATBUFFERS_VERSION=1.9.0
+FLATBUFFERS_VERSION=02a7807dd8d26f5668ffbbec0360dc107bbfabd5
 RAPIDJSON_VERSION=1.1.0
 JEMALLOC_VERSION=17c897976c60b0e6e4f4a365c751027244dada7a
 SNAPPY_VERSION=1.1.3