Return-Path: X-Original-To: apmail-arrow-dev-archive@minotaur.apache.org Delivered-To: apmail-arrow-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8C8818A6C for ; Wed, 9 Mar 2016 15:54:41 +0000 (UTC) Received: (qmail 86110 invoked by uid 500); 9 Mar 2016 15:54:41 -0000 Delivered-To: apmail-arrow-dev-archive@arrow.apache.org Received: (qmail 86035 invoked by uid 500); 9 Mar 2016 15:54:41 -0000 Mailing-List: contact dev-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 dev@arrow.apache.org Received: (qmail 86007 invoked by uid 99); 9 Mar 2016 15:54:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2016 15:54:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B82022C14F4 for ; Wed, 9 Mar 2016 15:54:40 +0000 (UTC) Date: Wed, 9 Mar 2016 15:54:40 +0000 (UTC) From: "Wes McKinney (JIRA)" To: dev@arrow.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ARROW-53) Python: Fix RPATH and add source installation instructions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Wes McKinney created ARROW-53: --------------------------------- Summary: Python: Fix RPATH and add source installation instructions Key: ARROW-53 URL: https://issues.apache.org/jira/browse/ARROW-53 Project: Apache Arrow Issue Type: New Feature Components: Python Reporter: Wes McKinney Assignee: Wes McKinney While Arrow is in development, users may install libarrow in locations other than /usr/local (especially building both release and debug builds) -- for this to work without {{LD_LIBRARY_PATH}} additions the rpath needs to be configured. As part of this I'll add basic installation instructions for Python users on Linux and OS X. -- This message was sent by Atlassian JIRA (v6.3.4#6332)