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

Enable overwriting of library names and paths for downstream developers #1

Closed hmaarrfk closed 4 years ago

hmaarrfk commented 4 years ago

Placeholder issue. and cross reference to discussion started

https://github.com/conda-forge/staged-recipes/pull/10331#issuecomment-635608248

cgohlke commented 4 years ago

Should be fixed in v2020.5.30.

https://github.com/cgohlke/imagecodecs/blob/f38d0d4e5db1d08d92742a5d899325fc7c7b56e7/setup.py#L268-L312

If the (untested) customize_build_cf function does not work, you can provide your own imagecodecs_distributor_setup.customize_build function.

hmaarrfk commented 4 years ago

Thanks!