Skip to content

Commit

Permalink
fix: build failing due to name collision in recipe
Browse files Browse the repository at this point in the history
Because `PIP_` environmental variables are set in `conda-build` environments since version 7.24.0, and because our feedstock shared its name with one of the outputs, the `build` process of that output was effectively ignored.

See conda/conda-build#5444 for details.
  • Loading branch information
iisakkirotko committed Aug 7, 2024
1 parent 0e53a93 commit 0dd135f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set build = 0 %}

package:
name: solara
name: solara-suite
version: {{ version }}

source:
Expand Down Expand Up @@ -192,6 +192,7 @@ about:


extra:
feedstock-name: solara
recipe-maintainers:
- maartenbreddels
- mariobuikhuizen
Expand Down

0 comments on commit 0dd135f

Please sign in to comment.