BIC-MNI / bicpl

BICPL: The Brain Imaging Centre Programming Library
Other
3 stars 10 forks source link

Final library missing name/version info #3

Open gdevenyi opened 7 years ago

gdevenyi commented 7 years ago

Not sure how this is solved, but while working on debian packaging of minc-toolkit-v2, get the following warning: dpkg-shlibdeps: warning: can't extract name and version from library name 'libbicpl.so'

vfonov commented 7 years ago

Probably something like this : https://github.com/BIC-MNI/libminc/blob/master/CMakeLists.txt#L358 is required.

gdevenyi commented 7 years ago

Yup, based on a bit of googling, SOVERSION info is what is needed. See other issues on oobicpl mni_autoreg and libarguments