nealrichardson edited a comment on issue #10226:
URL: https://github.com/apache/arrow/issues/10226#issuecomment-831396026


   If thrift just started to fail to build, it's probably because bintray was 
shut down on May 1 (thrift requires boost, boost was hosted on bintray). 
Upgrading to arrow 4.0 indeed will fix that as we no longer refer to bintray 
anywhere. 
   
   pyarrow wheels are built using the old C++ ABI, so if you want to try to 
link R to the libarrow that ships in wheels, you'll need to set the env var 
`ARROW_USE_OLD_ABI` 
(https://github.com/apache/arrow/blob/master/r/configure#L185-L188). I haven't 
done this in a while (tried to link to pyarrow's libarrow) so I can't promise 
that it works 100%, but that flag is definitely required. 
   
   Re: ppc64le, we have an open issue about it: 
https://issues.apache.org/jira/browse/ARROW-12085. Please comment there if you 
have any insight.


-- 
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:
[email protected]


Reply via email to