You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/06/17 21:34:05 UTC

[jira] [Created] (PARQUET-635) [C++] Statically link libstdc++ on Linux in conda recipe

Wes McKinney created PARQUET-635:
------------------------------------

             Summary: [C++] Statically link libstdc++ on Linux in conda recipe
                 Key: PARQUET-635
                 URL: https://issues.apache.org/jira/browse/PARQUET-635
             Project: Parquet
          Issue Type: Bug
          Components: parquet-cpp
            Reporter: Wes McKinney
            Assignee: Wes McKinney


Since conda artifacts are intended to be portable, we cannot count on the target system to have the same version of gcc that we are building with. This is less of an issue on OS X. 

See, for example:

https://github.com/apache/arrow/blob/master/cpp/conda.recipe/build.sh#L43



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)