python-imagecodecs: add charls dependency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
diff -Naur imagecodecs-2021.1.11_orig/setup.py imagecodecs-2021.1.11/setup.py
|
||||
--- imagecodecs-2021.1.11_orig/setup.py 2021-01-12 05:06:22.000000000 +0100
|
||||
+++ imagecodecs-2021.1.11/setup.py 2021-01-12 11:06:37.866632200 +0100
|
||||
+++ imagecodecs-2021.1.11/setup.py 2021-01-12 15:05:51.063607600 +0100
|
||||
@@ -179,7 +179,7 @@
|
||||
"""Customize build for common platforms: recent Debian, arch..."""
|
||||
import platform
|
||||
@@ -10,7 +10,12 @@ diff -Naur imagecodecs-2021.1.11_orig/setup.py imagecodecs-2021.1.11/setup.py
|
||||
del EXTENSIONS['jpeg12'] # jpeg12 requires custom build
|
||||
del EXTENSIONS['lerc'] # LERC library not commonly available
|
||||
del EXTENSIONS['lz4f'] # requires static linking
|
||||
@@ -191,13 +191,10 @@
|
||||
@@ -187,17 +187,14 @@
|
||||
if 'arch' in platform.platform():
|
||||
del EXTENSIONS['zopfli'] # zopfli/zopfli.h does not exist
|
||||
else:
|
||||
- del EXTENSIONS['jpegls'] # CharLS 2.1 library not commonly available
|
||||
+ # del EXTENSIONS['jpegls'] # CharLS 2.1 library not commonly available
|
||||
del EXTENSIONS['jpegxl'] # Brunsli library not commonly available
|
||||
del EXTENSIONS['zfp'] # ZFP library not commonly available
|
||||
|
||||
|
||||
Reference in New Issue
Block a user