[
https://issues.apache.org/jira/browse/ARROW-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213031#comment-16213031
]
ASF GitHub Bot commented on ARROW-1087:
---------------------------------------
GitHub user wesm opened a pull request:
https://github.com/apache/arrow/pull/1219
ARROW-1087: [Python] Add pyarrow.get_include function. Bundle includes in
all builds
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wesm/arrow ARROW-1087
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1219.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 #1219
----
commit 6cc855decb446bbf65c3bdb792b26fdcddc5dbf0
Author: Wes McKinney <[email protected]>
Date: 2017-10-20T18:40:08Z
Add stub rst file about C extensions with pyarrow
Change-Id: I21d7fcc1cd75ba96e6ec9b2b538bcb3be3df1dab
commit 5444b82e75558d55e21eea1fa52582dcd4ec70d3
Author: Wes McKinney <[email protected]>
Date: 2017-10-20T18:41:47Z
Use more stable include
Change-Id: If4387afa646b15d35d0840852bcbdabfc2d5bad7
----
> [Python] add get_include to expose directory containing header files
> --------------------------------------------------------------------
>
> Key: ARROW-1087
> URL: https://issues.apache.org/jira/browse/ARROW-1087
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Jacob Scott
> Assignee: Wes McKinney
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> {{numpy.get_include}} streamlines extension development:
> {code}
> import numpy as np
> ...
> Extension('extension_name', ...
> include_dirs=[np.get_include()])
> {code}
> It would be nice if pyarrow had the same thing
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)