conda-forge / jaxlib-feedstock

A conda-smithy repository for jaxlib.
BSD 3-Clause "New" or "Revised" License
16 stars 25 forks source link

jaxlib v0.1.29 #7

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

regro-cf-autotick-bot commented 5 years ago

It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [ ] Dependencies have been updated if changed
    • [ ] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

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.

ericmjl commented 5 years ago

@ocefpaf is there a way to trigger automatic update on the hashes?

I've been doing the updates manually, and don't mind doing it at all. But I was wondering if this is automate-able (or, possibly, not advisable to do at all)?

ocefpaf commented 5 years ago

This is a corner case for the bot. (Pinging @CJ-Wright for awareness.)

Ideally we should build this from source instead of focusing on fixing a corner case of the updating bot but I believe it will be easier to add more code to the bot than building jaxlib from source :smile:

CJ-Wright commented 5 years ago

xref: https://github.com/regro/cf-scripts/issues/430 I think this is going to be a bit rough to fix on the bot's side, since I don't think it handles the multiple OSs very well. Rendering a meta.yaml is much easier than doing the reverse.