--- cvxopt-0.9.p5/patches/setup_gfortran.py.orig 2008-01-01 20:28:02.000000000 +1300 +++ cvxopt-0.9.p5/patches/setup_gfortran.py 2007-12-30 10:05:32.000000000 +1300 @@ -9,32 +9,32 @@ if os.uname()[0]=="Darwin": libraries = ['m','lapack','blas','gfortran'] else: - libraries = ['m','lapack','cblas','f77blas','atlas','gfortran'] + libraries = ['m','lapack','cblas','blas','atlas','gfortran'] # Set to 1 if you are installing the fftw module. BUILD_FFTW = 0 # directory containing libfftw3 (used only when BUILD_FFTW = 1) -FFTW_LIB_DIR = '/usr/lib' +FFTW_LIB_DIR = '/usr/lib' # directory containing fftw.h (used only when BUILD_FFTW = 1) -FFTW_INC_DIR = '/usr/include' +FFTW_INC_DIR = '/usr/include' # Set to 1 if you are installing the glpk module. BUILD_GLPK = 0 # directory containing libglpk (used only when BUILD_GLPK = 1) -GLPK_LIB_DIR = '/usr/lib' +GLPK_LIB_DIR = '/usr/lib' # directory containing glpk.h (used only when BUILD_GLPK = 1) -GLPK_INC_DIR = '/usr/include' +GLPK_INC_DIR = '/usr/include' # Set to 1 if you are installing the MOSEK 4.0 module. BUILD_MOSEK = 0 # directory containing libmosek (used only when BUILD_MOSEK = 1) -MOSEK_LIB_DIR = '/usr/local/mosek/4/tools/platform/linux32x86/bin' +MOSEK_LIB_DIR = '/usr/local/mosek/4/tools/platform/linux32x86/bin' # directory containing mosek.h (used only when BUILD_MOSEK = 1) MOSEK_INC_DIR = '/usr/local/mosek/4/tools/platform/linux32x86/h'