-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuild for libarrow 10.0.1 #58
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
…nda-forge-pinning 2022.12.02.15.22.41
Not sure how I should pass CXXFLAGS in a way that they get picked up by |
This also goes for windows, where we need to set C++17 |
@@ -11,4 +11,4 @@ if [[ "${target_platform}" == osx-* ]]; then | |||
export ARROW_R_CXXFLAGS="${ARROW_R_CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY" | |||
fi | |||
|
|||
$R CMD INSTALL --build r/. | |||
${R} CMD INSTALL --build r/. ${R_ARGS} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is necessary for cross-compilation to work, apparently
@xhochy PTAL, I think this should be good to go 🙃 |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2022.12.04.19.22.35
Following conda-forge/arrow-cpp-feedstock#875; output
arrow-cpp
was renamed tolibarrow
.