mirror of https://github.com/KLayout/klayout.git
Using recent auditwheel program as the original one does not support manylinux2014
This commit is contained in:
parent
fd8c12c5ee
commit
ee984f6b32
|
|
@ -38,6 +38,7 @@ echo $PATH
|
|||
export CCACHE_DIR="/io/ccache"
|
||||
ccache -M 5 G # set cache size to 5 G
|
||||
|
||||
if false; then
|
||||
# Download proper auditwheel program
|
||||
git clone https://github.com/thomaslima/auditwheel.git /tmp/auditwheel
|
||||
cd /tmp/auditwheel
|
||||
|
|
@ -45,6 +46,7 @@ git checkout 87f5306ec02cc68020afaa9933543c898b1d47c1 # patched version
|
|||
AUDITWHEEL_PYTHON=$(cat `which auditwheel` | head -1 | sed -e 's/#!\(.*\)/\1/')
|
||||
# Install auditwheel, replacing the system's auditwheel binary
|
||||
$AUDITWHEEL_PYTHON -m pip install .
|
||||
fi
|
||||
|
||||
# Show ccache stats
|
||||
echo "Cache stats:"
|
||||
|
|
|
|||
Loading…
Reference in New Issue