[
https://issues.apache.org/jira/browse/ARROW-10138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205089#comment-17205089
]
Neal Richardson commented on ARROW-10138:
-----------------------------------------
I'm working to enable S3 support in the R package in the 2.0 release. It's
essential that it work on Linux. I am literally fighting with this problem
right now, where I'm doing a bundled build anyway, have tried to install
openssl on the system to work around this, and cmake is still failing to find
it: https://github.com/apache/arrow/pull/8304#issuecomment-701675803. I'm
already bundling every other dependency, so why must this be an exception?
We've worked hard to make our build system "just work" for non-Arrow developers
without having to fuss around with package managers, and this adds an easily
avoidable hurdle.
We're already doing this in the pyarrow wheel build scripts, just outside of
cmake, so I'm struggling to see why that's ok but this isn't.
> [C++] Bundled external project for openssl
> ------------------------------------------
>
> Key: ARROW-10138
> URL: https://issues.apache.org/jira/browse/ARROW-10138
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++, Packaging
> Reporter: Neal Richardson
> Priority: Major
> Fix For: 2.0.0
>
>
> aws-sdk-cpp requires it and it seems easy enough to build. Arguably you
> *should* manage openssl as a system package but that's not always feasible
> for all of our packages, and the manylinux wheel scripts already build and
> bundle openssl.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)