-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Build windows against icu #172
base: main
Are you sure you want to change the base?
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 ( |
This seems to be running into something vaguely similar to bfgroup/b2#189, as we're getting:
|
Leave previous defaults untouched, but exchange iconv with icu, see https://www.boost.org/doc/libs/1_83_0/libs/locale/doc/html/building_boost_locale.html#bb_build_opts
…nda-forge-pinning 2024.06.06.02.14.17
Still nada:
|
Maybe it is worth to try to set |
recipe/bld.bat
Outdated
boost.locale.icu=on ^ | ||
boost.locale.std=on ^ | ||
boost.locale.winapi=on ^ | ||
-s ICU_PATH=%LIBRARY_PREFIX% ^ |
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.
Maybe it is worth to try to set
ICU_PATH
to %LIBRARY_PREFIX% ?
already done
No change. |
Trying to make the build more uniform, see #168, following instructions from upstream (doesn't appear to have the same b2-interface like the other libs).
Plus some minor clean-ups (which I avoided for unification to keep the diff minimal).
Closes #168