[
https://issues.apache.org/jira/browse/ARROW-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224267#comment-16224267
]
ASF GitHub Bot commented on ARROW-1746:
---------------------------------------
wesm closed pull request #1262: ARROW-1746: [Python] Add build dependencies for
Arch Linux
URL: https://github.com/apache/arrow/pull/1262
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/python/doc/source/development.rst
b/python/doc/source/development.rst
index 093c6c038..3ca460d46 100644
--- a/python/doc/source/development.rst
+++ b/python/doc/source/development.rst
@@ -111,7 +111,7 @@ building Arrow C++:
brew update && brew bundle --file=python/Brewfile
On Debian/Ubuntu, you need the following minimal set of dependencies. All other
-dependencies will be automatically built by Arrow' thrid-party toolchain.
+dependencies will be automatically built by Arrow's third-party toolchain.
.. code-block:: shell
@@ -119,6 +119,12 @@ dependencies will be automatically built by Arrow'
thrid-party toolchain.
libboost-filesystem-dev \
libboost-system-dev
+On Arch Linux, you can get these dependencies via pacman.
+
+.. code-block:: shell
+
+ $ sudo pacman -S jemalloc boost
+
Now, let's create a Python virtualenv with all Python dependencies in the same
folder as the repositories and a target installation folder:
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Python] Add build dependencies for Arch Linux
> ----------------------------------------------
>
> Key: ARROW-1746
> URL: https://issues.apache.org/jira/browse/ARROW-1746
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Uwe L. Korn
> Assignee: Uwe L. Korn
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)