Displaying 1 result from an estimated 1 matches for "makefile_librmath".
2016 Jul 23
0
status of the FreeBSD port/package and some questions
...-libpng --disable-nls --without-readline
--without-tcltk --without-libtiff --without-x
and installs
include/Rmath.h lib/libRmath.a lib/libRmath.so
lib/libRmath.so.%%RMATH_SOVERSION%%
Here are my proposed Makefiles for math/R and math/libRmath
http://ftfl.ca/misc/Makefile_R
http://ftfl.ca/misc/Makefile_libRMath
They are built for the FreeBSD ports system, but I guess most of what's going on
will be clear. If you have any comments or suggestions for improvements, please
share.
Regards,
Joseph
[1] A port is what we call the "blueprint" system for package building. Most
users will probabl...