allen-cell-animated / agave

Other
31 stars 5 forks source link

Fix/remove lzma #175

Closed toloudis closed 2 months ago

toloudis commented 3 months ago

One windows we use vcpkg to install some key dependencies. One is tiff for loading OME-Tiff files directly. Unfortunately the recent xz library security concern has caused github to disable the xz repo.
Tiff depends on liblzma which depends on xz.
This PR builds the tiff library without lzma support. We can reinstate lzma support whenever the github+vcpkg ecosystem gets around to letting liblxma build via vcpkg.

TODO: test how many tiff files will be affected by this.