[
https://issues.apache.org/jira/browse/ARROW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377092#comment-16377092
]
ASF GitHub Bot commented on ARROW-2094:
---------------------------------------
cpcloud commented on a change in pull request #1664: ARROW-2094: [C++] Install
libprotobuf and set PROTOBUF_HOME when using toolchain
URL: https://github.com/apache/arrow/pull/1664#discussion_r170642473
##########
File path: ci/travis_install_toolchain.sh
##########
@@ -26,6 +26,7 @@ if [ ! -e $CPP_TOOLCHAIN ]; then
conda create -y -q -p $CPP_TOOLCHAIN python=2.7 \
nomkl \
boost-cpp \
+ libprotobuf \
Review comment:
I guess we are assuming that orc's protoc and ours are compatible? I could
be missing something obvious here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Python] Use toolchain libraries and PROTOBUF_HOME for protocol buffers
> -----------------------------------------------------------------------
>
> Key: ARROW-2094
> URL: https://issues.apache.org/jira/browse/ARROW-2094
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Major
> Labels: pull-request-available
>
> This is being built from source in Travis CI at the moment; using a toolchain
> build could help with build times
> Speaking of which, libprotobuf could use some TLC in conda-forge -- I ran out
> of bandwidth to do this myself:
> https://github.com/conda-forge/staged-recipes/pull/3087. [~Max Risuhin] do
> you have time to look into adding a C++-only conda-forge package?
> cc [~jim.crist]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)