-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Prepare recipe for xmlf90 #20733
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
base: main
Are you sure you want to change the base?
Prepare recipe for xmlf90 #20733
Conversation
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes:
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/xmlf90:
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/xmlf90:
|
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 ( |
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 ( |
@conda-forge/staged-recipes this is done, would you mind a review? |
build: | ||
number: 0 | ||
skip: true # [win] |
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.
build: | |
number: 0 | |
skip: true # [win] | |
build: | |
run_exports: | |
- {{ pin_subpackage('xmlf90', max_pin='x.x.x') }} | |
number: 0 | |
skip: true # [win] |
You package needs a run export to ensure that downstream packages depend on a version of this package with a compatible ABI. Please adjust max_pin according to the ABI guarantees of your library.
test: | ||
commands: | ||
- test -f $PREFIX/lib/libxmlf90${SHLIB_EXT} | ||
|
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.
test: | |
commands: | |
- test -f $PREFIX/lib/libxmlf90${SHLIB_EXT} | |
test: | |
commands: | |
- test -f $PREFIX/lib/libxmlf90${SHLIB_EXT} | |
- test -f $PREFIX/lib/cmake/xmlf90/xmlf90-config.cmake | |
- test -f $PREFIX/lib/pkgconfig/xmlf90.pc | |
- test -f $PREFIX/include/xmlf90/GNU-12.3.0/m_sax_charset.mod |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).