Closed conda-forge-admin closed 4 months 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.
I do have some suggestions for making it better though...
For recipe:
{{ stdlib("c") }}
as well. Note that this rule applies to each output of the recipe using a compiler. For further details, please see https://github.com/conda-forge/conda-forge.github.io/issues/2102.{{ stdlib("c") }}
, and overriding c_stdlib_version
in recipe/conda_build_config.yaml
for the respective platform as necessary. For further details, please see https://github.com/conda-forge/conda-forge.github.io/issues/2102.__osx
virtual package directly; this should now be done by adding a build dependence on {{ stdlib("c") }}
, and overriding c_stdlib_version
in recipe/conda_build_config.yaml
for the respective platform as necessary. For further details, please see https://github.com/conda-forge/conda-forge.github.io/issues/2102.MACOSX_DEPLOYMENT_TARGET
, to c_stdlib_version
!
Note that only builds triggered by maintainers of the feedstock (and core) who have accepted the terms of service and privacy policy will run on Github actions via Cirun.
Also, note that rerendering with Github actions as CI provider must be done locally in the future for this feedstock.