Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
See discussion in bioconda/bioconda-recipes#13523 (comment) 

`max_pin='x.x'` should hopefully do it - it is a bit aggressive for `1.x` series as version `1.11.9` has `libhwloc.so.5` (consistent since perhaps `1.4`) - meanwhile `2.0.2` is already at `libhwloc.so.15` so better play safe.

BTW, this recipe might need a folder split for [1.11](https://www.open-mpi.org/software/hwloc/v1.11/) (now "ultra-stable") and [2.0](https://www.open-mpi.org/software/hwloc/v2.0/) to add the later versions `1.11.10`, `1.11.11` and/or `1.11.12` as well as `2.0.3` hinted at in conda-forge#17.

As libwloc
  • Loading branch information
stain authored Feb 15, 2019
1 parent e29fcce commit 2069100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ source:
- strcasecmp.patch

build:
number: 1000
number: 1001
skip: True # [win and vc<14]
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}

requirements:
build:
Expand Down

0 comments on commit 2069100

Please sign in to comment.