You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/23 13:02:52 UTC

[GitHub] leontalbot opened a new issue #13971: clojure: cross-platform unique library dependency

leontalbot opened a new issue #13971: clojure: cross-platform unique library dependency
URL: https://github.com/apache/incubator-mxnet/issues/13971
 
 
   I am building a clojure library. I'd like to use MxNet in it. 
   
   I found these different dependencies I could use:
   [org.apache.mxnet.contrib.clojure/clojure-mxnet-osx-cpu "1.3.1"]
   [org.apache.mxnet.contrib.clojure/clojure-mxnet-linux-cpu "1.3.1"]
   [org.apache.mxnet.contrib.clojure/clojure-mxnet-linux-gpu "1.3.1"]
   
   Say I want to build a Clojure library that needs to use Clojure MXNet
   I cannot tell someone who will be using my library in on Windows Mac or Linux.
   
   How should I handle this?
   I'd like to avoid packaging the native files up on one jar myself and having it choose the right one
   https://github.com/swannodette/native-deps
   
   This idea was added here: https://cwiki.apache.org/confluence/display/MXNET/Clojure+Package+Contribution+Needs
   
   Would it be a good idea to have a unique cross-platform jar as dependency?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services