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. -- Peter Jeremy
pgpDfQSrffWMg.pgp
Description: PGP signature