nealrichardson commented on issue #34094: URL: https://github.com/apache/arrow/issues/34094#issuecomment-1424402697
IIUC `-DARROW_BOOST_USE_SHARED=OFF` is about using shared vs. static libraries (which happens to be irrelevant for us now since we only need boost headers for the R build). I don't think it's about using system packages. If it were me, I'd add `-DBOOST_SOURCE=BUNDLED` and resubmit. @assignUser 's PR would also work, though it's also a workaround, just at a lower level. The best long-term fix is to make a couple of contributions to Thrift so that it doesn't need boost (or at least the parts we need of it don't use boost). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
