[SciPy-user] SciPy build problem SWIG?

Chris Myers myers at tc.cornell.edu
Fri Sep 21 13:43:33 EDT 2001


I had problems with build SciPy (RH Linux 7.0, Python 2.1), arising
from fftw. The problem I had was that libfftw.so (and all the variants,
e.g., sfftw, fftw_threads, etc.) was not found correctly in the
linking process.  Instead, my system has version like
libfftw.so.2.0.5, and I solved the problem by making symbolic links,
e.g.,

ln -s libfftw.so.2.0.5 libfftw.so

(and so on for all the lib*fftw* variants)

I don't know if that's the problem that you are having, but you might
give it a shot.

Chris

==========================================================================
Chris Myers 
Cornell Theory Center
--------------------------------------------------------------------------
636 Rhodes Hall              email: myers at tc.cornell.edu
Cornell University           phone: (607) 255-5894 / fax: (607) 254-8888
Ithaca, NY 14853             http://www.tc.cornell.edu/~myers
==========================================================================


On Fri, Sep 21, 2001 at 06:05:39PM +0100, Hartley, Ed wrote:
> Hi 
> I'm trying to build SciPy on Red Hat Linux 7.1 with Python 2.1
> I have built and installed fftw and the threading extension.
> The SciPy build fails at the point it's trying to build 
> scipy.fft.sfftw extension when linking fft/sfftw.so
> I believe these are dependent on SWIG if so is there a restriction on the SWIG
> revision?
> Regards
> Ed Hartley
> 
> 
> Distributed Multimedia Research Group
> Computing Department
> Lancaster University
> Lancaster 
> UK LA1 4YR
> Phone +44 (0) 1524 593675
> Fax   +44 (0) 1524 593608
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
> 



More information about the SciPy-User mailing list