[
https://issues.apache.org/jira/browse/ARROW-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15985327#comment-15985327
]
Wes McKinney commented on ARROW-851:
------------------------------------
I made this not a release blocker. I added a note about using gcc 4.8 or 4.9
with conda-based toolchain
(https://github.com/apache/arrow/blob/master/python/doc/source/development.rst)
-- if the user is getting all of their packages from the Linux package manager,
then this issue becomes moot because the toolchain will all be consistent. The
conda case of mixing gcc/clang toolchains becomes a bit more esoteric, then
> C++/Python: Check Boost/Arrow C++ABI for consistency
> ----------------------------------------------------
>
> Key: ARROW-851
> URL: https://issues.apache.org/jira/browse/ARROW-851
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Python
> Reporter: Uwe L. Korn
> Fix For: 0.3.0
>
>
> When building with dependencies from conda-forge on a newer system with GCC,
> the C++ ABI versions can differ. We need to ensure that the versions match
> between Boost, arrow-cpp and pyarrow in our CMake scripts.
> Depending on this, we may need to pass {{-D_GLIBCXX_USE_CXX11_ABI=0}} to
> {{CMAKE_CXX_FLAGS}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)