Include Raspberry Pi armv6 (0, 0W,...)

This commit is contained in:
Ottavio Miele 2021-09-17 18:03:54 +02:00 committed by GitHub
parent 4ce1375bf3
commit fb6beb90e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ function updateenv() {
then then
REQUIREMENTS_PLOT="-r requirements-plot.txt" REQUIREMENTS_PLOT="-r requirements-plot.txt"
fi fi
if [ "${SYS_ARCH}" == "armv7l" ]; then if [ "${SYS_ARCH}" == "armv7l" ] || [ "${SYS_ARCH}" == "armv6l" ]; then
echo "Detected Raspberry, installing cython, skipping hyperopt installation." echo "Detected Raspberry, installing cython, skipping hyperopt installation."
${PYTHON} -m pip install --upgrade cython ${PYTHON} -m pip install --upgrade cython
else else