Invalid license GPL-3.0-or-later

It seems to me that GPL-3.0-or-later is a valid SPX License identifier; see
https://spdx.org/licenses/GPL-3.0-or-later.html

When I run conda build on for my project I get the message:

 C1115 Found invalid license "GPL-3.0-or-later" in info/index.jso

How should I proceed for a project that is using the GPL-3.0 or later license ?

1 Like

It seems that conda build is in a state of limbo with respect to specifying licenses. It is suggested that you use the SPDX identifiers; see
https://github.com/conda-forge/staged-recipes/blob/main/recipes/example/meta.yaml
Yet SPDX identifies are not yet support it; see
https://github.com/conda/conda/issues/5280

1 Like