breandan opened a new issue #5707: URL: https://github.com/apache/incubator-tvm/issues/5707
It would be great if there were a single multi-platform JAR for TVM4J, including Mac OS X, Windows and *nix x64 builds, available on a publicly accessible package repository to avoid [manual compilation](https://github.com/apache/incubator-tvm/tree/master/jvm#installation). The [Z3-TurnKey](https://github.com/tudo-aqua/z3-turnkey#how) project is a pretty good example of how this works. If you inspect [the JAR](https://search.maven.org/remotecontent?filepath=io/github/tudo-aqua/z3-turnkey/4.8.7.1/z3-turnkey-4.8.7.1.jar), it contains prebuilt native binaries for OS X/Linux/Windows, [dispatching](https://github.com/tudo-aqua/z3-turnkey/blob/eb2ae31ad0390c1175e9a876b977d688e673ea2d/src/main/java/com/microsoft/z3/Z3Loader.java#L55) to the correct native library at runtime. ---------------------------------------------------------------- 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: [email protected]
