Closed thouis closed 12 years ago
Comment in Trac by atmention:alanmcintyre, 2008-05-14
There's a note about this in the SciPy INSTALL.txt file; I'm not sure how helpful it will be, but here it is:
Using non-GNU Fortran Compiler
------------------------------
If import scipy shows a message
::
ImportError: undefined symbol: s_wsfe
and you are using non-GNU Fortran compiler, then it means that any of
the (may be system provided) Fortran libraries such as LAPACK or BLAS
were compiled with g77. See also compilers notes above.
Recommended fix: Recompile all Fortran libraries with the same Fortran
compiler and rebuild/reinstall scipy.
Another fix: See `Using non-GNU Fortran compiler with gcc/g77 compiled
Atlas/Lapack libraries` section above.
Comment in Trac by atmention:charris, 2008-05-20
Can you supply more information? What version of RHEL, what compilers, etc.
Comment in Trac by atmention:charris, 2008-05-21
Could you also test the latest version just to be sure?
Comment in Trac by atmention:chanley, 2008-05-21
As of r5211 the problem appears to be resolved.
Original ticket http://projects.scipy.org/numpy/ticket/790 Reported 2008-05-12 by atmention:chanley, assigned to unknown.
I am unable to import numpy after building from svn. I receive the following error:
This is a RedHat Enterprise system running on a 64-bit processor. The build is from r5157.
This has never been an issue before.