You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/21 23:41:05 UTC

[GitHub] [incubator-tvm] areusch opened a new pull request #6524: fix libtvm build dependencies when USE_MICRO is ON

areusch opened a new pull request #6524:
URL: https://github.com/apache/incubator-tvm/pull/6524


    * previously, building from scratch would fail with Unix Makefiles
      due to cmake limitation
   
   thanks @hogepodge for reporting this bug: when USE_MICRO is on and cmake generator is Unix Makefiles, tvm builds fail with:
   ```
   make[2]: *** No rule to make target `host_standalone_crt/libutvm_rpc_common.a', needed by `libtvm_runtime.dylib'.  Stop.`
   ```
   
   This PR fixes that bug.
   
   cc @tqchen 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen merged pull request #6524: fix libtvm build dependencies when USE_MICRO is ON

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6524:
URL: https://github.com/apache/incubator-tvm/pull/6524


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen merged pull request #6524: fix libtvm build dependencies when USE_MICRO is ON

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6524:
URL: https://github.com/apache/incubator-tvm/pull/6524


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org