Displaying 1 result from an estimated 1 matches for "_soversion".
Did you mean:
soversion
2016 Jul 23
0
status of the FreeBSD port/package and some questions
...MD} -e "s|/usr/local|${LOCALBASE}|g" \
${WRKSRC}/configure
We created versions for shared libraries.
.for L in R Rblas Rlapack
@if [ -d ${STAGEDIR}${PREFIX}/lib/R/lib ] ; then \
cd ${STAGEDIR}${PREFIX}/lib/R/lib; if [ -f lib${L}.so ] ; then \
${LN} -sf lib${L}.so lib${L}.so.${${L:tu}_SOVERSION} ; fi; fi
.endfor
We've also created a separate, simple port/package for libRMath. It basically
turns off all configuration options
--without-cairo --without-ICU --disable-java --without-jpeglib
--without-libintl-prefix --without-libpng --disable-nls --without-readline
--without-tcltk --...