Hi guys,
I am finishing the openSUSE package of Julia 0.7. However, I noticed a strange thing. Julia is requiring unversioned libraries to be placed at /usr/lib64/julia/
, such as /usr/lib64/julia/libamd.so
. Is this correct? Or am I doing something wrong in the build?
The problem is that unversioned files inside libraries directories are considered part of developments packages and rpmlint is giving me many errors. I am not sure if this will be approved to be included in the official repos.