diff --git a/wheel/build_wheel_manylinux.sh b/wheel/build_wheel_manylinux.sh index 5092247..7c316c4 100755 --- a/wheel/build_wheel_manylinux.sh +++ b/wheel/build_wheel_manylinux.sh @@ -65,6 +65,7 @@ echo set\(USE_SORT ON\) >> config.cmake echo set\(USE_GRAPH_RUNTIME ON\) >> config.cmake echo set\(USE_ETHOSN /opt/arm/ethosn-driver\) >> config.cmake echo set\(USE_ARM_COMPUTE_LIB /opt/arm/acl\) >> config.cmake +echo set\(USE_MICRO ON\) >> config.cmake if [[ ${CUDA} != "none" ]]; then echo set\(USE_CUDA ON\) >> config.cmake echo set\(USE_CUBLAS ON\) >> config.cmake