conda-forge / icu-feedstock

A conda-smithy repository for icu.
BSD 3-Clause "New" or "Revised" License
1 stars 21 forks source link

Rebuild for Python 3.7, GCC 7, R 3.5.1, openBLAS 0.3.2 #20

Closed regro-cf-autotick-bot closed 6 years ago

regro-cf-autotick-bot commented 6 years ago

It is likely this feedstock needs to be rebuilt. Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

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.

This package has the following downstream children: boost-cpp cairo fontconfig harfbuzz libgd And potentially more.

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.This PR was created by the cf-regro-autotick-bot. The cf-regro-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues!

conda-forge-linter commented 6 years 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.

ocefpaf commented 6 years ago

Windows builds are failing with the same error from #19

cd /icu/lib/icu/58.2/..; \
    rm -f current && ln -s 58.2 current; \
    rm -f Makefile.inc && ln -s current/Makefile.inc Makefile.inc; \
    rm -f pkgdata.inc && ln -s current/pkgdata.inc pkgdata.inc
rm: cannot remove 'current': Is a directory
/bin/sh ./mkinstalldirs /icu/share/man/man1
/usr/bin/install -c -m 644 config/icu-config.1 /icu/share/man/man1
File not found - lib
0 File(s) copied
Traceback (most recent call last):

It would be nice to get a Windows expert view on this recipe. Not sure what changed that broke it but looks like it may be a simple path thing...

mariusvniekerk commented 6 years ago

maybe it should just do rm -rf current ?

mariusvniekerk commented 6 years ago

Seems $PREFIX is missing on the bash side?


/usr/bin/install -c -m 644 ./config/mh-cygwin-msvc /icu/share/icu/58.2/config/mh-cygwin-msvc
/usr/bin/install -c ./mkinstalldirs /icu/share/icu/58.2/mkinstalldirs
/usr/bin/install -c ./install-sh /icu/share/icu/58.2/install-sh
/usr/bin/install -c -m 644 ./config/icu-uc.pc ./config/icu-i18n.pc ./config/icu-io.pc /icu/lib/pkgconfig/
/usr/bin/install -c -m 644 ./../LICENSE /icu/share/icu/58.2/LICENSE
/usr/bin/install -c ./config/icu-config /icu/bin/icu-config
/usr/bin/install -c -m 644 ./config/Makefile.inc /icu/lib/icu/58.2/Makefile.inc
/usr/bin/install -c -m 644 ./config/pkgdata.inc /icu/lib/icu/58.2/pkgdata.inc```