conda-forge / boost-feedstock

A conda-smithy repository for boost.
BSD 3-Clause "New" or "Revised" License
15 stars 41 forks source link

Build windows against icu #172

Open h-vetinari opened 11 months ago

h-vetinari commented 11 months ago

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

conda-forge-webservices[bot] commented 11 months ago

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 (recipe) and found it was in an excellent condition.

h-vetinari commented 11 months ago

This seems to be running into something vaguely similar to https://github.com/bfgroup/b2/issues/189, as we're getting:


    - has_icu builds           : no [2]
    - iconv (libc)             : no [2]
    - iconv (separate)         : yes [2]
    - icu                      : no [2]
h-vetinari commented 3 months ago

Still nada:

    - icu                      : no [2]
    - iconv (libc)             : no [2]
    - iconv (separate)         : yes [2]
sdebionne commented 2 months ago

Maybe it is worth to try to set ICU_PATH to %LIBRARY_PREFIX% ?

h-vetinari commented 2 months ago

No change.