Displaying 1 result from an estimated 1 matches for "symrl".
Did you mean:
sympl
2000 Nov 14
2
atlas for R1.1.1 and R1.2 different?
Dear R'ers,
when I e.g. install the integrate2.2-2 package under R1.1.1 (debian2.2)
atlas is linked into the library:
Installing package `integrate' ...
libs
gcc -shared -lc -shared -o
/usr/lib/R/library/integrate/libs/integrate.so adapt.o adapt_callback.o
bsrl.o flfm.o nxprt.o symrl.o wht.o -L/usr/local/lib -lf77blas -lcblas
-latlas -lg2c -lm -L/usr/lib/gcc-lib/i386-linux/2.95.2 -lm
R
...however, for R1.2.0 (snapshot ~3 days ago) it looks different:
Installing package `integrate' ...
libs
gcc -shared -o integrate.so adapt.o adapt_callback.o bsrl.o flfm.o
nxprt.o sym...