Search Criteria
Package Details: python-imagecodecs 2023.3.16-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-imagecodecs.git (read-only, click to copy) |
---|---|
Package Base: | python-imagecodecs |
Description: | Image transformation, compression, and decompression codecs |
Upstream URL: | https://github.com/cgohlke/imagecodecs |
Licenses: | BSD |
Submitter: | hottea |
Maintainer: | hottea (lilac) |
Last Packager: | lilac |
Votes: | 2 |
Popularity: | 0.000014 |
First Submitted: | 2020-06-20 14:41 (UTC) |
Last Updated: | 2023-03-21 04:33 (UTC) |
Dependencies (29)
- blosc (blosc-git)
- brotli (brotli-git)
- brunsli (brunsli-git)
- cfitsio
- charls (charls-git, charls1)
- jxrlib (jxrlib-git)
- lcms2 (lcms2-ff-git, lcms2-ff, lcms2-git)
- lerc
- libaec
- libavif (libavif-git)
- libdeflate (libdeflate-git)
- libheif (libheif-git)
- libjxl (libjxl-git, libjxl-metrics-git)
- libmng
- libpng (libpng-minimal-git, libpng-apng, libpng-git)
- libtiff (libtiff-minimal-git, libtiff-lerc, libtiff-git)
- libwebp (libwebp-git)
- lzfse (lzfse-git, lzfse)
- openjpeg2 (openjpeg-git)
- python-imread
- Show 9 more dependencies...
Required by (3)
- python-hyperspy (optional)
- python-tensorflow-datasets (optional)
- python-tifffile (optional)
Latest Comments
hottea commented on 2022-09-01 11:35 (UTC) (edited on 2022-09-01 11:36 (UTC) by hottea)
@petronny You could build python-imagecodecs with zfp 0.5.5? I fail to build it with zfp 0.5.5, but zfp 1.0.0 is still in community-testing, so I choose to build it without zfp. See also the build log with zfp 0.5.5 here.
petronny commented on 2022-09-01 08:31 (UTC)
You need to unfold the log of the
build-package
to see the log.I reverted the changes about zfp and the build passed.
So maybe zfp is related to some particular platform/CPU features.
hottea commented on 2022-08-31 12:26 (UTC)
@petronny I didnot see the error in the log link. See also the build at ArchLinux CN here.
petronny commented on 2022-08-31 10:37 (UTC)
New error
https://github.com/arch4edu/cactus/runs/8110880916?check_suite_focus=true
hottea commented on 2022-07-04 06:39 (UTC)
@petronny The setup.py use
openjpeg-2.4
while we have openjpeg 2.5 installed. A quick fix: replaceopenjpeg-2.4
withopenjpeg-2.5
in thesetup.py
.petronny commented on 2022-07-04 06:13 (UTC)
Full build log: https://github.com/arch4edu/cactus/runs/7167001801?check_suite_focus=true
hottea commented on 2020-12-28 01:03 (UTC)
@BrainDamage Are you using ArchLinux? According to upstream code, they check if it's ArchLinux, and disable
zopfli
if true. For any further issue, report to upstream.BrainDamage commented on 2020-12-27 15:59 (UTC)
well, it's evidently not disabled since it attempts to source the header
wouldn'tt t be simpler to just add a quick path fix in prepare() ?
hottea commented on 2020-12-26 01:46 (UTC) (edited on 2020-12-26 01:51 (UTC) by hottea)
@JDAturbo, according to https://github.com/cgohlke/imagecodecs/blob/98a6ab040335393865e40a754c43970ded9aeb9a/setup.py#L185, for ArchLinux,
zopfli
is disable. I'll removezopfli
from the deps. But if you'd like to addzopfli
extension, you could modify this line toJDAturbo commented on 2020-12-25 23:19 (UTC)
zopfli.h
is installed at/usr/include/zopfli.h
.