Re: packaging of swig generated wrappers

2014-05-19 Thread Ghislain Vaillant
On Sat, 2014-05-17 at 23:56 +0200, Emmanuel Bourg wrote: > Le 16/05/2014 20:17, Ghislain Vaillant a écrit : > > > So far, I have created a libismrmrd-java.install which moves the JNI > > file to /usr/lib/jni and the JAR to /usr/share/java. > > > > Is that enough or is there anything missing ? >

Re: packaging of swig generated wrappers

2014-05-17 Thread Emmanuel Bourg
Le 16/05/2014 20:17, Ghislain Vaillant a écrit : > So far, I have created a libismrmrd-java.install which moves the JNI > file to /usr/lib/jni and the JAR to /usr/share/java. > > Is that enough or is there anything missing ? Hi Ghislain, If you want to adhere to the Java policy libjismrmrd.so w

packaging of swig generated wrappers

2014-05-16 Thread Ghislain Vaillant
Hi everyone, I am currently packaging a C++ library (ISMRMRD) which generates Java bindings using SWIG. The build system is CMake and it installs the Java bindings to /ismrmrd/java. The latter include a JNI library (libjismrmrd.so) and a JAR file (ismrmrd.jar). So far, I have created a libis