[
https://issues.apache.org/jira/browse/ARROW-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658119#comment-17658119
]
Rok Mihevc commented on ARROW-1087:
-----------------------------------
This issue has been migrated to [issue
#16675|https://github.com/apache/arrow/issues/16675] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [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
(v8.20.10#820010)