You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2018/12/10 15:39:52 UTC

[arrow] branch master updated: ARROW-3983: [Gandiva][Crossbow] Link Boost statically in JAR packaging scripts

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 8973cfe  ARROW-3983: [Gandiva][Crossbow] Link Boost statically in JAR packaging scripts
8973cfe is described below

commit 8973cfe4332e4b8e917fb52e47168ccea8b9653d
Author: Praveen <pr...@dremio.com>
AuthorDate: Mon Dec 10 16:39:43 2018 +0100

    ARROW-3983: [Gandiva][Crossbow] Link Boost statically in JAR packaging scripts
    
    Use static boost libraries while packaging Gandiva.
    
    Author: Praveen <pr...@dremio.com>
    
    Closes #3145 from praveenbingo/ARROW-3983 and squashes the following commits:
    
    2a704969 <Praveen> ARROW-3983:  Use static version of boost.
---
 dev/tasks/gandiva-jars/build-cpp.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/tasks/gandiva-jars/build-cpp.sh b/dev/tasks/gandiva-jars/build-cpp.sh
index a0538cf..21289de 100755
--- a/dev/tasks/gandiva-jars/build-cpp.sh
+++ b/dev/tasks/gandiva-jars/build-cpp.sh
@@ -29,6 +29,7 @@ pushd arrow/cpp
           -DARROW_GANDIVA=ON \
           -DARROW_GANDIVA_STATIC_LIBSTDCPP=ON \
           -DARROW_BUILD_UTILITIES=OFF \
+          -DARROW_BOOST_USE_SHARED=OFF \
           ..
     make -j4
     ctest