mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-07 22:04:46 +03:00
Remove install_openjpeg.sh
This commit is contained in:
parent
30979d4dd4
commit
cdd6a12150
|
@ -26,9 +26,6 @@ install:
|
||||||
# webp
|
# webp
|
||||||
- pushd depends && ./install_webp.sh && popd
|
- pushd depends && ./install_webp.sh && popd
|
||||||
|
|
||||||
# openjpeg
|
|
||||||
- pushd depends && ./install_openjpeg.sh && popd
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage erase
|
- coverage erase
|
||||||
- python setup.py clean
|
- python setup.py clean
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
# install openjpeg
|
|
||||||
|
|
||||||
|
|
||||||
if [ ! -f openjpeg-2.1.0.tar.gz ]; then
|
|
||||||
wget 'http://iweb.dl.sourceforge.net/project/openjpeg.mirror/2.1.0/openjpeg-2.1.0.tar.gz'
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
rm -r openjpeg-2.1.0
|
|
||||||
tar -xvzf openjpeg-2.1.0.tar.gz
|
|
||||||
|
|
||||||
|
|
||||||
pushd openjpeg-2.1.0
|
|
||||||
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install
|
|
||||||
|
|
||||||
popd
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user