[
https://issues.apache.org/jira/browse/ARROW-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16195204#comment-16195204
]
ASF GitHub Bot commented on ARROW-1631:
---------------------------------------
GitHub user MaxRis opened a pull request:
https://github.com/apache/arrow/pull/1182
ARROW-1631 [C++] Add GRPC to ThirdpartyToolchain
- Building of GRPC and linking to GRPC's libs is turned on by default (
building of GRPC takes too much CPU time; It makes sense to find the way to
decrease build time of GRPC; Maybe, some patch to adjust their CMake builds
script to not build not relevant targets like various languages support plugins
)
- Searching for pre-installed GRPC package with `find_package(gRPC CONFIG
REQUIRED) ` doesn't work correctly yet.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MaxRis/arrow ARROW-1631
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1182.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1182
----
commit 545322843866f49d098210aae53cff841cf44991
Author: Max Risuhin <[email protected]>
Date: 2017-10-06T20:27:11Z
ARROW-1631 [C++] Add GRPC to ThirdpartyToolchain
----
> [C++] Add GRPC to ThirdpartyToolchain.cmake
> --------------------------------------------
>
> Key: ARROW-1631
> URL: https://issues.apache.org/jira/browse/ARROW-1631
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Environment: Windows, Linux, OS X
> Reporter: Max Risuhin
> Assignee: Max Risuhin
> Labels: pull-request-available
>
> Building of GRPC library and linking with it should be supported by CMake
> build scripts (ThirdpartyToolchain.cmake)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)