conda-forge / vtk-feedstock

A conda-smithy repository for vtk.
BSD 3-Clause "New" or "Revised" License
13 stars 64 forks source link

Pin libboost-headers #340

Closed conda-forge-admin closed 3 weeks ago

conda-forge-admin commented 3 weeks ago

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

I've started rerendering the recipe as instructed in #339.

If I find any needed changes to the recipe, I'll push them to this PR shortly. Thank you for waiting!

Here's a checklist to do before merging.

Fixes #339

conda-forge-webservices[bot] commented 3 weeks 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/meta.yaml) and found it was in an excellent condition.

Tobias-Fischer commented 3 weeks ago

@conda-forge-admin please rerender

Tobias-Fischer commented 3 weeks ago

Hi @hmaarrfk - it seems like the libboost-headers pin hasn't been picked up yet. Does it take a while?

hmaarrfk commented 3 weeks ago

I think the pinning are broken. They aren't publishing.

Tobias-Fischer commented 3 weeks ago

@conda-forge-admin please rerender

hmaarrfk commented 3 weeks ago

you may want to add a constraint for the libboost headers??? not too sure.

Tobias-Fischer commented 3 weeks ago

I’m not sure I know what you mean by constraint?

hmaarrfk commented 3 weeks ago

The bot will now 'rebuild' things, but it won't force this build of vtk to be paired with the same version of libboost_headers.

you might want to add:

run_constrained:
  - {{ pin_compatible('libboost_headers', max_pin='x.x') }}
Tobias-Fischer commented 3 weeks ago

@conda-forge/vtk - if you have any comments, please let me know. Otherwise will merge in ~72 hours.