[
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
[
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
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
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