amd-bryanloz opened a new issue, #14684:
URL: https://github.com/apache/tvm/issues/14684
### This issue is to track progress for CPack Integration
- [ ] P1. CPack Integration.
For folks who aren't using python and aren't using Anaconda, it would be
advantageous to create relocatable installer packages for TVM. The most common
way to do that is with CPack integration into a CMake project.
Something like:
```
set(CPACK_GENERATOR "ZIP")
set(CPACK_PACKAGE_NAME "${LIBRARY_NAME}")
set(CPACK_PACKAGE_VERSION "${PROJECT_VERSION}")
set(CPACK_PACKAGE_VENDOR "TVM")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${LIBRARY_NAME} installer")
include(CPack)
```
### Triage
* dev:tools
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]