Rttov build with soname

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #13106
    Antoine TranAntoine Tran
    Participant

    Dear all,

    When building Rttov with rttov_compile.sh, the output rttov_wrapper_f2py.so does not have the soname attribute. This is necessary for JNI to find the library. See for example: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=5009832 .

    Workaround:
    I did patchelf –set-soname rttov_wrapper_f2py.so /tmp/rttov_wrapper_f2py.so

    I couldn’t give it as additional flag to rttov_compile.sh because this is library dependent, and the flag applies to all libraries.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.