Does it mean that the scala binding of mxnet will be an independent package 
that doesn’t directly depend on the native package, and user projects need to 
declare dependency on both the scala binding and one of the native packages?

-sz

> On Jul 2, 2019, at 5:50 PM, Frank Liu <frankfliu2...@gmail.com> wrote:
> 
> Currently, MXNet were built along with different language bindings such as
> Scala.
> 
> The libmxnet.so files are bundled within scala jar package.
> 
> It would be nice to distribute libmxnet.so library independently in maven,
> and scala package can choose which native library to use.
> 
> Here is the design document on cwiki:
> https://cwiki.apache.org/confluence/display/MXNET/Make+MXNet+deploy+it%27s+own+distribution
> 
> Thanks,
> 
> Frank

Reply via email to