Skip to content

Commit

Permalink
top-level package name must match output name
Browse files Browse the repository at this point in the history
this is bad practice and we'll fix on the feedstock,
but is needed for dependency resolution in compute_build_graph.
  • Loading branch information
minrk committed Nov 19, 2024
1 parent c72ee4f commit fc77ac0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/openpmix/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
{% set version = "5.0.4" %}

package:
name: {{ name | lower }}
# don't usually want top-level name to match any outputs,
# but staged-recipes doesn't resolve dependency properly without it;
# rename on feedstock
name: libpmix
version: {{ version }}

source:
Expand Down

0 comments on commit fc77ac0

Please sign in to comment.