[SciPy-user] Building Scipy from source

Glen Shennan glen.shennan at gmail.com
Tue Dec 2 09:08:10 EST 2008


I installed swig 1.3.36 and tried again, it produced the same error.  In
both site.cfg files I have the entries

[atlas]
atlas_libs = lapack, f77blas, cblas, atlas

[blas_opt]
libraries = f77blas, cblas, atlas

[lapack_opt]
libraries = lapack, f77blas, cblas, atlas

though the remarks in site.cfg.example say "Some other sections still exist
for linking against certain optimized libraries (e.g. [atlas],
[lapack_atlas]), however, they are now deprecated and should not be used."

I have been trying different combinations of the above entries (removing
[atlas], then removing the other two) but not had any success with this
either.

Glen

2008/12/2 Nathan Bell <wnbell at gmail.com>

> On Tue, Dec 2, 2008 at 7:34 AM, Glen Shennan <glen.shennan at gmail.com>
> wrote:
> >
> > 01: error: 'result' undeclared (first use in this function)
> >
> build/src.linux-x86_64-2.5/scipy/sparse/linalg/dsolve/umfpack/_umfpack_wrap.c:6201:
> > warning: implicit declaration of function 'umfpack_zl_get_numeric'
> >
> build/src.linux-x86_64-2.5/scipy/sparse/linalg/dsolve/umfpack/_umfpack_wrap.c:6202:
> > error: expected expression before ')' token
> >
> build/src.linux-x86_64-2.5/scipy/sparse/linalg/dsolve/umfpack/_umfpack_wrap.c:6202:
> > error: too few arguments to function 'SWIG_Python_NewPointerObj'
> > error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2
>
> This looks like a SWIG error.  What version of SWIG do you have (run
> $swig -version)?  Does installing a more recent version (
> http://www.swig.org/ ) solve the problem?
>
> --
> Nathan Bell wnbell at gmail.com
> http://graphics.cs.uiuc.edu/~wnbell/<http://graphics.cs.uiuc.edu/%7Ewnbell/>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20081203/061ee245/attachment.html>


More information about the SciPy-User mailing list