remove cache
This commit is contained in:
parent
8895f9bf17
commit
1e34104100
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ cd `dirname $0`
|
|||
export PIP_DOWNLOAD_CACHE=`pwd`/pip_cache
|
||||
|
||||
$prefix/bin/pip3 install -r ../../../openmedialibrary/requirements.txt
|
||||
$prefix/bin/pip3 install pillow
|
||||
$prefix/bin/pip3 install -U pillow
|
||||
|
||||
install_name_tool -change "$prefix/lib/libjpeg.62.dylib" "@rpath/libjpeg.62.dylib" $prefix/lib/python3.4/site-packages/PIL/_imaging.so
|
||||
install_name_tool -change "$prefix/lib/libz.1.dylib" "@rpath/libz.1.dylib" $prefix/lib/python3.4/site-packages/PIL/_imaging.so
|
||||
|
|
1
make.sh
1
make.sh
|
@ -22,6 +22,7 @@ done
|
|||
cp -a lib/python3.4 dist/lib/python3.4
|
||||
cp -a include/python3.4m dist/include/python3.4m
|
||||
rm -r dist/lib/python3.4/test
|
||||
find dist/ -name __pycache__ -type d | xargs rm -r
|
||||
|
||||
# libboost_system.dylib \
|
||||
# libtorrent-rasterbar.7.dylib \
|
||||
|
|
Loading…
Reference in a new issue