From dfa35a63084cc8a4764c201d1b14fbbaecf0ef31 Mon Sep 17 00:00:00 2001 From: Leandro Nunes Date: Wed, 15 Sep 2021 15:30:43 +0100 Subject: [PATCH] Set USE_MICRO_STANDALONE_RUNTIME ON in the Linux wheel builds. (#73) --- wheel/build_wheel_manylinux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wheel/build_wheel_manylinux.sh b/wheel/build_wheel_manylinux.sh index 7c316c4..b6cf800 100755 --- a/wheel/build_wheel_manylinux.sh +++ b/wheel/build_wheel_manylinux.sh @@ -66,6 +66,7 @@ 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 +echo set\(USE_MICRO_STANDALONE_RUNTIME ON\) >> config.cmake if [[ ${CUDA} != "none" ]]; then echo set\(USE_CUDA ON\) >> config.cmake echo set\(USE_CUBLAS ON\) >> config.cmake