cgohlke / imagecodecs

Image transformation, compression, and decompression codecs
https://pypi.org/project/imagecodecs
BSD 3-Clause "New" or "Revised" License
114 stars 21 forks source link

(WIP) Fix conda build path #2

Closed sdvillal closed 3 years ago

sdvillal commented 4 years ago

I will try to coordinate with https://github.com/conda-forge/staged-recipes/pull/10331 and will let you know when this is ready to merge

hmaarrfk commented 4 years ago

This patch is a little off.

In particular the jxr libraries for windows have a prefix lib.

See latest in https://github.com/conda-forge/staged-recipes/pull/10331

hmaarrfk commented 4 years ago

PR made against your branch @sdvillal

sdvillal commented 4 years ago

Thanks @hmaarrfk ! Yeah, I never tried building in windows, so I expected trouble. I will remove the WIP status from this PR once we release the package (I like the suggestion to run the imagecodecs testsuite...).

cgohlke commented 4 years ago

Thanks. This will be in the next version.

Does conda-forge have the lerc 2.1 library?

hmaarrfk commented 4 years ago

Apparently not https://github.com/conda-forge/gdal-feedstock/issues/381

Thanks for asking.