Skip to content
Prev 17756 / 63421 Next

complex.h in R

Hi,
I checked config.log and BLAS_LIBS was not set. However, I have set 
BLAS_LIBS='-L/usr/lib64 -lblas' in config.site file.
I can't figure out why BLAS_LIBS is not set, when PGI compiler is used. 
When gcc is used, BLAS_LIBS need not be set in config.site and 
automatically get picked up by the configuration script.

Here is a snapshot of the configuration script output (for buidling R 
with PGI compiler):
checking for complex.h... yes
checking for double complex... no
checking for sgemm_ in -L/usr/lib64 -lblas... yes
checking whether double complex BLAS can be used... no

Is there other thing I should look into in the config.log?
Your help is very much appreicated.


Thanks,
Jennifer
Prof Brian Ripley wrote: