Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0FD19200D3D for ; Mon, 30 Oct 2017 01:35:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0E490160BF7; Mon, 30 Oct 2017 00:35:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 54A3B160BE3 for ; Mon, 30 Oct 2017 01:35:25 +0100 (CET) Received: (qmail 30615 invoked by uid 500); 30 Oct 2017 00:35:24 -0000 Mailing-List: contact commits-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list commits@arrow.apache.org Received: (qmail 30606 invoked by uid 99); 30 Oct 2017 00:35:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2017 00:35:24 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0B23381A65; Mon, 30 Oct 2017 00:35:24 +0000 (UTC) Date: Mon, 30 Oct 2017 00:35:23 +0000 To: "commits@arrow.apache.org" Subject: [arrow] branch master updated: ARROW-1746: [Python] Add build dependencies for Arch Linux MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150932372390.19395.15608864727094096814@gitbox.apache.org> From: wesm@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: arrow X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b221a2c7a08f4f709c3a4eb4b2d68dae16c82da8 X-Git-Newrev: f257b0016b71b804d79e2359983bc2067c9788a4 X-Git-Rev: f257b0016b71b804d79e2359983bc2067c9788a4 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Mon, 30 Oct 2017 00:35:26 -0000 This is an automated email from the ASF dual-hosted git repository. wesm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new f257b00 ARROW-1746: [Python] Add build dependencies for Arch Linux f257b00 is described below commit f257b0016b71b804d79e2359983bc2067c9788a4 Author: Korn, Uwe AuthorDate: Sun Oct 29 20:35:19 2017 -0400 ARROW-1746: [Python] Add build dependencies for Arch Linux Author: Korn, Uwe Closes #1262 from xhochy/ARROW-1746 and squashes the following commits: d5381cc2 [Korn, Uwe] ARROW-1746: [Python] Add build dependencies for Arch Linux --- python/doc/source/development.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python/doc/source/development.rst b/python/doc/source/development.rst index 093c6c0..3ca460d 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: -- To stop receiving notification emails like this one, please contact ['"commits@arrow.apache.org" '].