conda-forge / libhwloc-feedstock

A conda-smithy repository for libhwloc.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

Pin down libhwloc using run_exports #18

Closed stain closed 5 years ago

stain commented 5 years ago

See discussion in https://github.com/bioconda/bioconda-recipes/pull/13523#issuecomment-461108104

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 (now "ultra-stable") and 2.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 #17.

Checklist

conda-forge-linter commented 5 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

stain commented 5 years ago

Actually version 2.0.0 in conda has libhwloc.so.12, so we would need even tighter pinning x.x.x for 2.x and looser for 1.x. I'll make a separate PR to re-add 1.x for its latest updates with looser pinning.