You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/19 19:08:37 UTC

[GitHub] [arrow] nealrichardson commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

nealrichardson commented on pull request #7997:
URL: https://github.com/apache/arrow/pull/7997#issuecomment-676607641


   So this is failing because it's trying to build the bundled aws-sdk-cpp external project, but that's not implemented: https://travis-ci.org/github/ursa-labs/crossbow/builds/719137336#L1231-L1232
   
   You could try adding `-DAWSSDK_SOURCE=SYSTEM` to try to pick up the Homebrew package. I suspect that will also fail due to https://github.com/aws/aws-sdk-cpp/issues/1309 but we'll see.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org