Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > e9f8a7a0b86dce75c3e451f61c404154 > files > 1

python-cvxopt-0.8.2-1mdv2008.0.src.rpm

--- src/C/SuiteSparse/UFconfig/UFconfig.mk.old	2007-06-13 10:23:34.000000000 -0400
+++ src/C/SuiteSparse/UFconfig/UFconfig.mk	2007-06-13 10:25:09.000000000 -0400
@@ -73,7 +73,7 @@
 # These settings will probably not work, since there is no fixed convention for
 # naming the BLAS and LAPACK library (*.a or *.so) files.  Assume the Goto
 # BLAS are available.
-BLAS = -lgoto -lgfortran -lgfortranbegin
+BLAS = -lblas -lgfortran -lgfortranbegin
 LAPACK = -llapack
 
 # The BLAS might not contain xerbla, an error-handling routine for LAPACK and