Closed KrisThielemans closed 3 months ago
Ultimately, our strategy at conda-forge is to make bleeding edge easy to stay on.
Today, it seems like you are doing it correctly by relying on the run_exports. https://github.com/conda-forge/stir-feedstock/blob/main/recipe/meta.yaml
I'm trying to:
I am closing since the issue was made in 2022 and I think we can get to resolution quickly.
Comment:
Our STIR feedstock uses
libitk
in our recipe as follows:(cutting out non-ITK stuff). The
pin_compatible
line was put in by @carterbox in an attempt to fix the problem that the tests or actual downloaded package uses a different version of ITK than what was used to build, resulting in shared-libraries not found, but it is still happening, see https://github.com/conda-forge/stir-feedstock/issues/34Any suggestions how we should fix this properly?