conda-forge / tesseract-feedstock

A conda-smithy repository for tesseract.
BSD 3-Clause "New" or "Revised" License
5 stars 17 forks source link

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

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

regro-cf-autotick-bot commented 5 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:

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 5 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.

jakirkham commented 5 years ago

Seems the build insists on the compiler being called gcc or clang. May need to patch or temporarily add a hardlink.

ref: https://circleci.com/gh/conda-forge/tesseract-feedstock/37

mariusvniekerk commented 5 years ago

We can just add symlinks in the BUILD_PREFIX right

jakirkham commented 5 years ago

That’s probably the easiest fix. Also means we don’t need to worry about them showing up in the package. 😀

jakirkham commented 5 years ago

@carlodri, if you have a chance to look at this, that would be very helpful. :)

carlodri commented 5 years ago

yup, I'm giving it a try...!

jakirkham commented 5 years ago

@conda-forge-admin, please re-render. (needed for adding a new compiler ;)

conda-forge-linter commented 5 years ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to re-render for you, but it looks like there was nothing to do.

carlodri commented 5 years ago

@jakirkham bot is not collaborating?

carlodri commented 5 years ago

@conda-forge-admin, please rerender

conda-forge-linter commented 5 years ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to re-render for you, but it looks like there was nothing to do.

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

jakirkham commented 5 years ago

@conda-forge-admin, please re-render. (let's see if the bot is more helpful now :)

conda-forge-linter commented 5 years ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to re-render for you, but it looks like there was nothing to do.

jakirkham commented 5 years ago

@conda-forge-admin, please re-render. (retrying)

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

jakirkham commented 5 years ago

Sorry for the trouble @carlodri. A change in conda-build 3.17 broke re-rendering it appears. This is fixed in conda-smithy by PR ( https://github.com/conda-forge/conda-smithy/pull/962 ). However that has not been released yet. So we just pinned conda-build to 3.16 in PR ( https://github.com/conda-forge/conda-forge-webservices/pull/247 ) moments ago, which seems to have fixed the issue as demonstrated by the recent commit.

carlodri commented 5 years ago

no problem @jakirkham, thanks for the help! I would never have found that issue myself....!

jakirkham commented 5 years ago

Happy to help. :)

jakirkham commented 5 years ago

Thanks @carlodri. Looks pretty good to me. One small suggestion above.

jakirkham commented 5 years ago

Thanks for working on this, @carlodri 😄