On Aug 2, 9:23 pm, Peter Jeremy <peterjer...@acm.org> wrote:
> On 2010-Aug-02 06:58:10 -0700, Dima Pasechnik <dimp...@gmail.com> wrote:
>
> >install the cvxopt-1.1.2.spkg from the link I posted on #6456,
> >run spkg-check, first without the 1-line change below, then with)
>
> >diff -r 117baef5ef34 patches/setup.py
> >--- a/patches/setup.py  Sun Aug 01 11:48:42 2010 -0700
> >+++ b/patches/setup.py  Mon Aug 02 09:53:17 2010 -0400
> >@@ -13,7 +13,7 @@
> >     libraries =
> >['m','lapack','gsl','gslcblas','blas','cblas','atlas']
> > else:
> > #    libraries = ['m','lapack','blas','cblas','atlas','gfortran']
> >-    libraries = 
> >['m','lapack','gsl','gslcblas','blas','cblas','gfortran','atlas']
> >+    libraries = 
> >['m','lapack','gsl','gslcblas','blas','cblas','gfortran','atlas','gcc_s']
>
> I would not recommend this fix as it will be needed wherever liblapack
> is used (and will not work if there are any cases where liblapack is
> dlopen()d.  I believe the better fix is to add a dependency on libgcc_s
> to liblapack.so as per my fix in #9600.
>

yes, that's exactly what I was trying to figure out, but failed how to
do this properly.
(and my internet access and thus gcc-4.5 access it very limited these
weeks)

It would be great if you can post such a patch somewhere.

Dima

> --
> Peter Jeremy
>
>  application_pgp-signature_part
> < 1KViewDownload

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to