-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Migrate to Jinja2 compiler syntax #50
Migrate to Jinja2 compiler syntax #50
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 ( |
Tests seems to be running too long. |
@bgruening Yes, this has been an ongoing issue with the julia recipe. Is there any way to give the tests more time? |
@dfornika I remove the all-test, do you know if there are some other, smaller, tests which we can run? E.g. only unit-tests or something similar? |
Why does julia have a python matrix? |
recipe/meta.yaml
Outdated
host: | ||
- patchelf # [linux] | ||
- zlib | ||
- python |
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.
This should probably move to build as - python 2.7*
@conda-forge-admin, please rerender |
- {{ compiler('c') }} | ||
- {{ compiler('cxx') }} | ||
host: | ||
- patchelf # [linux] |
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.
Why not keep this in build
?
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. It is very likely that the current package version for this feedstock is out of date or needed migration.
List of changes done to the recipe:
Renamed build with host
Removing toolchain in favour of compiler()
Moving cmake from host to build
Removing pinnings for zlib to use values from conda_build_config.yaml
Removing pinnings for python to use values from conda_build_config.yaml
Moving perl from host to build
Removing pinnings for openblas to use values from conda_build_config.yaml
Removing pinnings for gmp to use values from conda_build_config.yaml
Removing pinnings for mpfr to use values from conda_build_config.yaml
Removing pinnings for curl to use values from conda_build_config.yaml
Adding Fortran compiler
Adding C compiler
Adding C++ compiler
If you have recived a
Migrate to Jinja2 compiler syntax
PR from me recently please close that one and use this one.Notes and instructions for merging this PR:
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!