conda-forge / vtk-feedstock

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

align to conda-forge pinnings #62

Closed looooo closed 6 years ago

looooo commented 6 years ago

conda-forge pinnings updated hdf5. Please update this recipe to use the same version.

jakirkham commented 6 years ago

That's what PR ( https://github.com/conda-forge/vtk-feedstock/pull/56 ) should help us solve. It just ran into issues last time. Think there were some recent changes to the pinnings, which would be worth retrying. To try and minimize impact on others given the CI resources VTK uses. Will try to do this in the evening today.

jakirkham commented 6 years ago

So PR ( https://github.com/conda-forge/vtk-feedstock/pull/56 ) is refreshed. It's lagging a bit on the hdf5 pinning (would be 1.10.1 instead of 1.10.2), but so is the whole stack, which is part of the reason it will lag (libnetcdf needs 1.10.1 ATM). The rest are current.

looooo commented 6 years ago

ah good idea. I didn't know manual pinning overwrites the conda-forge-pinning.

jakirkham commented 6 years ago

Yeah, should be careful with it as things can go stale or get unmaintainable that way, but for now that seemed like the path of least resistance for vtk and its use of hdf5. There's a bunch of other tricks one can use. This doc page is probably the most useful in this regard.