[
https://issues.apache.org/jira/browse/ARROW-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196256#comment-16196256
]
ASF GitHub Bot commented on ARROW-1535:
---------------------------------------
GitHub user wesm opened a pull request:
https://github.com/apache/arrow/pull/1188
ARROW-1535: [Python] Enable sdist tarballs to be installed
The tarballs produced by `setup.py sdist` have always been broken. This
creates a tarball that can be installed assuming that the Arrow/Parquet C++
libraries are installed already on the target system.
I wanted to see if I could bundle the `cpp/cmake_modules` files without
using a symlink but I couldn't figure it out; it might require subclassing the
sdist cmdclass to make this work. I'm not sure having the symlink is so bad
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wesm/arrow ARROW-1535
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1188.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 #1188
----
commit 310af1b7c4664a130cc67047d50f8364e2f6eb33
Author: Wes McKinney <[email protected]>
Date: 2017-10-08T17:51:59Z
Move all cmake files to cpp/cmake_modules, fix up sdist tarball so it can
be built/installed
Change-Id: I1d0a8dcaa210d981e9e6b2d5ad28a9e32eb1bc70
----
> [Python] Enable sdist source tarballs to build assuming that Arrow C++
> libraries are available on the host system
> -----------------------------------------------------------------------------------------------------------------
>
> Key: ARROW-1535
> URL: https://issues.apache.org/jira/browse/ARROW-1535
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Wes McKinney
> Labels: Build, pull-request-available
> Fix For: 0.8.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)