Ken Odegard
Ken Odegard
pre-commit.ci autofix
This is not an issue with conda-build. The conda-forge cbc.yml is invalid for `linux-s390x`. Using the following `recipe/conda_build_config.yaml`: ``` c_stdlib: - sysroot # [linux] - macosx_deployment_target # [osx] - vs...
> - don't fail on missing `c_stdlib` unless `{{ stdlib("c") }}` is used in the recipe for that architecture - IMO this should be considered a regression. None of this...
@h-vetinari @jezdez should be fixed now
run `conda index /Users/mnavarro/anaconda3/conda-bld` to resolve this new error
https://github.com/conda/conda-build/pull/5099 removes `lief` from `pyproject.toml` for the time being once the conda package has been updated to contain the correct metadata we will add it back
@dadrake3 Yup missing parenthesis. And if possible, adding a test would also be swell since you have a use case on hand!
> In https://github.com/conda/conda-build/pull/4921 the `conda-build` entry point (and others) has been marked for deprecation in favor of only be callable through `conda`. > > I don't really understand the motivation...
As mentioned in #5151 we have opted to postpone deprecating the entrypoints pending this discussion.
@conda-bot check