Dear @Czaki,
thanks for your excellent work building upon @cgohlke's imagecodecs here. Coming from pypa/cibuildwheel#568 (comment) ff. (thanks again!), I wanted to leave a note here in order to come back to this later.
I took a quick look at these images, specifically the 32-bit variant bokota/imagecodecs_i686 in comparison to the bokota/imagecodecs_64 variant, and found that even more libraries are installed than those you listed. Let me write down a short summary about my findings.
Installed libraries
find / -iname '*hdf5*' shows that libhdf5 is installed within both image variants.
find / -iname '*lzo*' shows that liblzo is installed within bokota/imagecodecs_64, but not within bokota/imagecodecs_i686.
find / -iname '*blosc*' shows that libblosc is not installed into standard system locations.
Using yum
Regarding yum croaking, as outlined at pypa/cibuildwheel#568 (comment), I have been able to fix it ad hoc by adjusting /etc/yum.repos.d/CentOS-Base.repo like [1]
baseurl=https://vault.centos.org/6.10/os/$basearch/
baseurl=https://vault.centos.org/6.10/updates/$basearch/
baseurl=https://vault.centos.org/6.10/extras/$basearch/
baseurl=https://vault.centos.org/6.10/centosplus/$basearch/
baseurl=https://vault.centos.org/6.10/contrib/$basearch/
With kind regards,
Andreas.
[1] https://forums.cpanel.net/threads/yumrepo-error-and-cannot-find-valid-baseurl.682465/
Dear @Czaki,
thanks for your excellent work building upon @cgohlke's
imagecodecshere. Coming from pypa/cibuildwheel#568 (comment) ff. (thanks again!), I wanted to leave a note here in order to come back to this later.I took a quick look at these images, specifically the 32-bit variant
bokota/imagecodecs_i686in comparison to thebokota/imagecodecs_64variant, and found that even more libraries are installed than those you listed. Let me write down a short summary about my findings.Installed libraries
find / -iname '*hdf5*'shows thatlibhdf5is installed within both image variants.find / -iname '*lzo*'shows thatliblzois installed withinbokota/imagecodecs_64, but not withinbokota/imagecodecs_i686.find / -iname '*blosc*'shows thatlibbloscis not installed into standard system locations.Using
yumRegarding
yumcroaking, as outlined at pypa/cibuildwheel#568 (comment), I have been able to fix it ad hoc by adjusting/etc/yum.repos.d/CentOS-Base.repolike [1]With kind regards,
Andreas.
[1] https://forums.cpanel.net/threads/yumrepo-error-and-cannot-find-valid-baseurl.682465/