Conversation
|
I don't think this makes sense? The entire point of passing What are you trying to accomplish with this? |
|
The purpose of the changes here is to support changes made in https://github.com/apache/arrow/blob/release-4.0.0/r/configure. Here are the changes made in At the bottom of PKG_LIBS="$PKG_DIRS $PKG_LIBS $BUNDLED_LIBS"So |
|
An alternative to this change, if it were preferred, would be to hard-code the extra Unfortunately, as I understand it, if we don't merge this script change, the mac binaries will build, but they won't have key features enabled (parquet, datasets). |
In Arrow 4.0.0 (releasing soon) we made a change to separate the
-land-Lflags, putting the former inPKG_LIBSand the latter inPKG_DIRS(https://issues.apache.org/jira/browse/ARROW-11735). This PR updates the boostrapping script accordingly.