You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jacob Scott (JIRA)" <ji...@apache.org> on 2017/06/03 02:49:04 UTC

[jira] [Updated] (ARROW-1087) [Python] add get_include to expose directory containing header files

     [ https://issues.apache.org/jira/browse/ARROW-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacob Scott updated ARROW-1087:
-------------------------------
    Summary: [Python] add get_include to expose directory containing header files  (was: pyarrow: add get_include to expose directory containing header files)

> [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
>            Priority: Minor
>
> {{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.3.15#6346)