From ef8ee98d8114240b20458af60ed23b5ab035254b Mon Sep 17 00:00:00 2001 From: Filip Dimitrovski Date: Sun, 24 Jan 2021 12:14:12 +0100 Subject: [PATCH] Update build_wheels.sh --- build_wheels.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build_wheels.sh b/build_wheels.sh index f6fc601..551bcfc 100644 --- a/build_wheels.sh +++ b/build_wheels.sh @@ -6,22 +6,10 @@ yum install -y atlas-devel MPATH="$PATH" -# Don't need this hack anymore, cmake is available! -if [[ 0 -eq 1 ]]; then -# Reuse 3.7 CMake for 3.8 -for PYBIN in /opt/python/cp37*/bin; do - "${PYBIN}/python" -m pip install cmake - cp -r /opt/python/cp37*/lib/python3.7/site-packages/cmake /opt/python/cp38-cp38/lib/python3.8/site-packages/ - cp /opt/python/cp37*/bin/cmake /opt/python/cp38-cp38/bin -done -fi - # Compile wheels for PYBIN in /opt/python/cp3*/bin; do PATH="${PYBIN}/:${MPATH}" - #if [[ $PYBIN != *"cp38"* ]]; then "${PYBIN}/python" -m pip install cmake - #fi "${PYBIN}/python" -m pip install scikit-build ninja "${PYBIN}/python" -m pip wheel /io/ -w dist/ /bin/rm -rf /io/_skbuild