Displaying 2 results from an estimated 2 matches for "atlaslib".
2010 May 14
1
Compiling R with ATLAS
...logize if the answer to
this is obvious.
I am trying to compile R with ATLAS (successfully compiled 3.9.24 on Ubuntu
10.04 64 bit). I configured with:
./configure --enable-R-shlib --enable-BLAS-shlib
--with-blas="-L/usr/local/atlas/lib -lf77blas -latlas"
--with-lapack="-L/usr/local/atlaslib -llapack -lcblas" --with-x
and I get this error (from config.log):
configure:28566: checking for dgemm_ in -L/usr/local/atlas/lib -lf77blas
-latlas
configure:28587: gcc -std=gnu99 -o conftest -g -O2 -fpic
-I/usr/local/include -L/usr/local/lib64 conftest.c -L/usr/local/atlas/lib
-lf77blas -l...
2010 May 14
1
Compiling R with ATLAS
...logize if the answer to
this is obvious.
I am trying to compile R with ATLAS (successfully compiled 3.9.24 on Ubuntu
10.04 64 bit). I configured with:
./configure --enable-R-shlib --enable-BLAS-shlib
--with-blas="-L/usr/local/atlas/lib -lf77blas -latlas"
--with-lapack="-L/usr/local/atlaslib -llapack -lcblas" --with-x
and I get this error (from config.log):
configure:28566: checking for dgemm_ in -L/usr/local/atlas/lib -lf77blas
-latlas
configure:28587: gcc -std=gnu99 -o conftest -g -O2 -fpic
-I/usr/local/include -L/usr/local/lib64 conftest.c -L/usr/local/atlas/lib
-lf77blas -l...