File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ install:
3535- curl -fsSL -o nasm-win64.zip https://raw.githubusercontent.com/python-pillow/pillow-depends/main/nasm-2.16.03-win64.zip
3636- 7z x nasm-win64.zip -oc:\
3737- choco install ghostscript --version=10.3.1
38- - path c:\nasm-2.16.03;C:\Program Files\gs\gs10.00.0 \bin;%PATH%
38+ - path c:\nasm-2.16.03;C:\Program Files\gs\gs10.03.1 \bin;%PATH%
3939- cd c:\pillow\winbuild\
4040- ps : |
4141 c:\python38\python.exe c:\pillow\winbuild\build_prepare.py -v --depends=C:\pillow-depends\
Original file line number Diff line number Diff line change @@ -7,11 +7,15 @@ brew install \
77 ghostscript \
88 libimagequant \
99 libjpeg \
10- libraqm \
1110 libtiff \
1211 little-cms2 \
1312 openjpeg \
1413 webp
14+ if [[ " $ImageOS " == " macos13" ]]; then
15+ brew install --ignore-dependencies libraqm
16+ else
17+ brew install libraqm
18+ fi
1519export PKG_CONFIG_PATH=" /usr/local/opt/openblas/lib/pkgconfig"
1620
1721# TODO Update condition when cffi supports 3.13
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33formats : [pdf]
44
55build :
6- os : ubuntu-22.04
6+ os : ubuntu-lts-latest
77 tools :
88 python : " 3"
99 jobs :
You can’t perform that action at this time.
0 commit comments