Displaying 3 results from an estimated 3 matches for "atl_f77wrap_zger2c_".
Did you mean:
atl_f77wrap_cger2c_
2010 May 14
1
Compiling R with ATLAS
...est.c:193: warning: implicit declaration of function 'dgemm_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_zger2u_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_cger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_zger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_cger2u_'
collect2: ld returned 1 exit status
configure:28587: $? = 1
I found the following e-mail in the archives <
http://www.mail-archive.com/r-devel@r-project.org/msg16853.html>, but it has
a different error,...
2010 May 14
1
Compiling R with ATLAS
...est.c:193: warning: implicit declaration of function 'dgemm_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_zger2u_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_cger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_zger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_cger2u_'
collect2: ld returned 1 exit status
configure:28587: $? = 1
I found the following e-mail in the archives <
http://www.mail-archive.com/r-devel@r-project.org/msg16853.html>, but it has
a different error,...
2010 May 28
2
Compiling R-2.11.0 with ATLAS-tuned BLAS and LAPACK
...est.c:193: warning: implicit declaration of function 'dgemm_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to `atl_f77wrap_zger2u_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to `atl_f77wrap_cger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to `atl_f77wrap_zger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to `atl_f77wrap_cger2u_'
collect2: ld returned 1 exit status
configure:28587: $? = 1
If I run "make" after this, R starts compiling and uses its own
built-in blas and lapack
I tried various different flavors of the configu...