-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Inclusion of CXXFLAGS
from x86_64
& aarch64
Linux variants causes build error
#74
Comments
|
Naive question, should Idk the full history of the compiler dependency of Interestingly this isn't the first time there have been issues with cc @conda-forge/r-base (in case others have thoughts on moving to |
This came up in the conda-forge meeting today. Basically R users expect a compiler to be available at install time and R expects it to be the same one it was built against. So this is why it is requirement. Also packages installed there are installed from source so need to be compiled (there is not a prebuilt binary format). That said, there isn't a need to have the compiler activated, which switching to the Another item that came up is whether Of these options sounds like we will go forward with |
@jakirkham Any updates on this one? Let me know if there's anything I can help with. |
@hcho3 the comment above outlines the path forward. Have not had time to pick this up. So if this is something you are interested in and have time to pursue, feel free to give that a go. Though no worries if not |
Submitted PR ( conda-forge/r-base-feedstock#213 ) based on the recommendations above |
Can we close this issue now that conda-forge/r-base-feedstock#213 is merged? |
We can. It was actually suppose to close when that PR was merged. Not sure why it didn't. That said, it looks like PR ( conda-forge/xgboost-feedstock#88 ) is still failing. So we might want to keep this open given it looks like there may be more work to do here. |
Solution to issue cannot be found in the documentation.
Issue
It appears that flags are being set by both
x86_64
&aarch64
Linux compiler variants, which is leading to issues buildingxgboost
R packages. More details in comment ( conda-forge/xgboost-feedstock#88 (comment) ). Appears related to PR ( #67 ).Here's the CI build and the attached CI log for posterity.
cc @hcho3 @xhochy
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: