Skip to content

Commit

Permalink
Set USE_MICRO_STANDALONE_RUNTIME ON in the Linux wheel builds. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandron authored Sep 15, 2021
1 parent 023049e commit dfa35a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wheel/build_wheel_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfa35a6

Please sign in to comment.