Skip to content

Commit

Permalink
Merge pull request #96 from minrk/run_export
Browse files Browse the repository at this point in the history
use pin_subpackage instead of x.y.* in mpi variant run_exports
  • Loading branch information
ocefpaf committed Nov 21, 2018
2 parents 50f91df + 633a858 commit 00c9121
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,6 +1,6 @@
{% set version = "1.10.4" %}
{% set maj_min_ver = ".".join(version.split(".")[:2]) %}
{% set build = 1001 %}
{% set build = 1002 %}

{# recipe-lint fails if mpi is undefined #}
{% set mpi = mpi or 'nompi' %}
Expand Down Expand Up @@ -53,7 +53,7 @@ build:
# at least not always
{% if mpi != 'nompi' %}
run_exports:
- hdf5 {{ maj_min_ver }}.* {{ mpi_prefix }}_*
- {{ pin_subpackage('hdf5', max_pin='x.x.x') }} {{ mpi_prefix }}_*
{% endif %}

requirements:
Expand Down

1 comment on commit 00c9121

@conda-forge-linter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details here

Please sign in to comment.