Displaying 1 result from an estimated 1 matches for "libgoto_prescott".
2005 Jun 12
2
linking R to goto blas
Dear all,
I am currently trying to link R 2.1.0 to the GOTO BLAS 0.99.3 library on
a box running Fedora Core 3 , basically following the steps indicated in
the R-Admin document:
1: I downloaded the current libgoto.xxx.so from
http://www.cs.utexas.edu/users/kgoto/libraries/libgoto_prescott-32-r0.99-3.so.gz,
a version suitable for our XEON machine (Nocona core), unpacked it to
/usr/lib and created a symlink libgoto.so pointing to the library.
2: Then, I got ready to re-configure and re-compile R (2.1.0) using the
following configure flags: ./configure --prefix=/usr --enable-R-shlib
-...