conda-forge / libitk-feedstock

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

Run export cleanup #96

Open hmaarrfk opened 2 months ago

hmaarrfk commented 2 months ago

Comment:

Now that https://github.com/conda-forge/libitk-feedstock/pull/93 is merged we can cleanup downstream dependencies:

hmaarrfk commented 2 months ago

man, i'm remember why I didn't use VTK myself given all these compilation challenges.

it seems like the ITK-9.2 cmake file is forcing boost 1.85 which is not the one we use at conda-forge presently. I'll have to troubleshoot that....

blowekamp commented 2 months ago

Yes, there are many nested cans of worms here.

ITK does not directly use boost... Do you have a link to the error? May be it is some indirect dependency.

hmaarrfk commented 2 months ago

See: https://github.com/conda-forge/vmtk-feedstock/pull/25/commits/282cdf2665d1b732646b694b49e7c6a82b549afe#r1715614187

and the errors in: https://github.com/conda-forge/vmtk-feedstock/pull/23

it may not be a "itk" issue, but generally the "complexity" of itk threw me off at the time.