Skip to content

Add some improvements #1

@amotl

Description

@amotl

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions