[SciPy-user] installation problem w/ scipy 0.2: flbas.so has undefined symbol srotmg_

David Marimont marimont at nxpdata.com
Mon Jun 3 11:30:37 EDT 2002


Here's what system_info.py tells me:


atlas_info:
   FOUND:
     libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
     library_dirs = ['/usr/local/lib']

blas_info:
   FOUND:
     libraries = ['blas']
     library_dirs = ['/usr/lib']

fftw_info:
   FOUND:
     libraries = ['fftw', 'rfftw', 'fftw_threads', 'rfftw_threads', 'sfftw', 'srfftw', 
'sfftw_threads', 'srfftw_threads']
     library_dirs = ['/usr/local/lib']
     define_macros = [('SCIPY_FFTW_H', 1), ('SCIPY_SFFTW_H', 1)]
     include_dirs = ['/usr/local/include']

lapack_info:
   FOUND:
     libraries = ['lapack']
     library_dirs = ['/usr/local/lib']

x11_info:
   FOUND:
     libraries = ['X11']
     library_dirs = ['/usr/X11R6/lib']
     include_dirs = ['/usr/X11R6/include']



> Note that you can use ATLAS environment variable to indicate the location
> of atlas libraries. It is assumed that the corresponding directory will
> contain the following libraries:
> 
>   lapack f77blas cblas atlas
> 
> where the lapack library *must* be also complete. See
> 
>   http://math-atlas.sourceforge.net/errata.html#completelp
>

Can you tell from the lapack info above whether my lapack library is complete?
If not, I'll go ahead and do what the "completelp" URL says to do.

This is all pretty complicated!  Thanks a lot for your help.

   David




More information about the SciPy-User mailing list