Update to 2023.1.23
Add more test dependencies We also need a rebuild for blosc2-2.14.4 which changes the SONAME of libblosc2, which this update handles.
This commit is contained in:
parent
e055c1366d
commit
422d0bdfff
5 changed files with 365 additions and 10 deletions
|
|
@ -7,10 +7,12 @@ def customize_build(EXTENSIONS, OPTIONS):
|
|||
del EXTENSIONS['jetraw'] # commercial
|
||||
del EXTENSIONS['jpeg12'] # jpeg12 requires custom build
|
||||
del EXTENSIONS['jpegls'] # Fedora's charls is too old at the moment
|
||||
del EXTENSIONS['jpegsof3'] # Uses 3rdparty source
|
||||
del EXTENSIONS['jpegxl'] # requires static linking?
|
||||
del EXTENSIONS['ljpeg'] # Uses 3rdparty source
|
||||
del EXTENSIONS['lz4f'] # requires static linking
|
||||
del EXTENSIONS['lzf'] # Uses 3rdparty source
|
||||
del EXTENSIONS['lzham'] # Uses 3rdparty source
|
||||
del EXTENSIONS['mozjpeg'] # Win32 only
|
||||
del EXTENSIONS['pglz'] # Uses 3rdparty source
|
||||
del EXTENSIONS['qoi'] # Uses 3rdparty source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue