[jira] [Updated] (ARROW-220) [C++] Build conda artifacts in a build environment with better cross-linux ABI compatibility

2016-07-06 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-220: --- Summary: [C++] Build conda artifacts in a build environment with better cross-linux ABI compatibility

[jira] [Commented] (ARROW-220) Pyarrow installed through conda segfaults on import

2016-07-06 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365422#comment-15365422 ] Wes McKinney commented on ARROW-220: [~lomereiter] after PARQUET-653 this seems to be i

Re: Installing Arrow

2016-07-06 Thread Wes McKinney
You can look at the Travis CI scripts to see the build procedure for each component: https://github.com/apache/arrow/tree/master/ci While developing, I usually install things like parquet-cpp in $HOME/local and set $PARQUET_HOME (or any other dependency env variables) to that directory. We haven

Re: Installing Arrow

2016-07-06 Thread Manoj Kumar
Hi, I have problems in installing the Python port of arrow. It seems that it requires parquet-cpp. So I installed parquet-cpp from source using the following instructions here (https://github.com/apache/parquet-cpp) Doing "cmake ." and "make" from the parquet-cpp root directory, seems to work hi