-
-
Notifications
You must be signed in to change notification settings - Fork 29
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 icu 75 #282
Rebuild for icu 75 #282
Conversation
…nda-forge-pinning 2024.07.18.19.29.01
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 ( |
@conda-forge-admin please restart cis |
…nda-forge-pinning 2024.08.10.13.11.06
@conda-forge-admin please rerender |
…nda-forge-pinning 2024.08.10.13.11.06
it seems that we need to update to c++17 for windows. any clue on how? |
i'm not sure why it decided to try to build the map stuff with the "static" implemtation.... the main branch does not use the "static" flag. |
@conda-forge-admin please restart ci |
@conda-forge-admin please rerender |
…nda-forge-pinning 2024.09.13.11.38.09
i think OSX can be resolved, but windows you'll have trouble with.... |
Anyhow, the actual failing test on Windows seems:
|
disabling ICU might indeed be a way out.... |
Ok, I think I understood the nature of the error here. qmake is testing for existince of icu by compiling a code snippet, but for some reason the code snippet is compiled with C++11 (not supported by icu 75), while the rest of the build actually compiles with c++17. Probably the most logical change is to tell qmake to compile the snippet with c++17, but as qt actually just uses the C api of icu, we can just disable the C++ api in icu by defining the |
This traversaro/qtbase@b022f7b should done exactly test, but I still did not test it. |
This PR has been triggered in an effort to update icu75.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
If this PR was opened in error or needs to be updated please add the
bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by - please use this URL for debugging.