Unverified Commit 01c0aa8f authored by aslepko's avatar aslepko Committed by GitHub

Update build_wheel.sh.in

parent 0096def7
...@@ -36,7 +36,7 @@ if [ "${PYTHON2_DETECTED}" == 1 ]; then ...@@ -36,7 +36,7 @@ if [ "${PYTHON2_DETECTED}" == 1 ]; then
cd ${BUILD_DIR} cd ${BUILD_DIR}
virtualenv -p "$(command -v python)" build/venv2 virtualenv -p "$(command -v python)" build/venv2
source build/venv2/bin/activate source build/venv2/bin/activate
pip install --upgrade setuptools pip wheel pip install --upgrade setuptools pip wheel plaidml
python ${SOURCE_DIR}/setup.py bdist_wheel python ${SOURCE_DIR}/setup.py bdist_wheel
deactivate deactivate
fi fi
...@@ -47,7 +47,7 @@ if [ "${PYTHON3_DETECTED}" == 1 ]; then ...@@ -47,7 +47,7 @@ if [ "${PYTHON3_DETECTED}" == 1 ]; then
cd ${BUILD_DIR} cd ${BUILD_DIR}
virtualenv -p "$(command -v python3)" build/venv3 virtualenv -p "$(command -v python3)" build/venv3
source build/venv3/bin/activate source build/venv3/bin/activate
pip install --upgrade setuptools pip wheel pip install --upgrade setuptools pip wheel plaidml
python ${SOURCE_DIR}/setup.py bdist_wheel python ${SOURCE_DIR}/setup.py bdist_wheel
python ${SOURCE_DIR}/setup.py sdist python ${SOURCE_DIR}/setup.py sdist
deactivate deactivate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment