Skip to content

Commit

Permalink
fix run-export (all the libs are in vtk-base)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Oct 9, 2023
1 parent 2b93a53 commit fd6420b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "9.2.6" %}
{% set build = 15 %}
{% set build = 16 %}

{% set minor_version = ".".join(version.split(".")[:2]) %}

Expand Down Expand Up @@ -225,7 +225,7 @@ outputs:
build:
string: {{ build_string }}
run_exports:
- {{ pin_subpackage('vtk', max_pin='x.x.x') }}
- {{ pin_subpackage('vtk-base', max_pin='x.x.x') }}
requirements:
build: []
run:
Expand Down

0 comments on commit fd6420b

Please sign in to comment.