Skip to content

Change pins from <pkg> =*=<bld> to <pkg> * <bld> #220

@jakirkham

Description

@jakirkham

The linter now recommends to reformulate pins to not use the repeated =s syntax

This would involve making changes like the following

-- libxgboost =*={{ string_prefix }}_h*_{{ PKG_BUILDNUM }}
+- libxgboost * {{ string_prefix }}_h*_{{ PKG_BUILDNUM }}

Unfortunately this causes build errors with conda-build. This may be fixed in conda-build version 25.3. Flagging to revisit once the pieces are in place

Refs:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions