Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 201321 | Differences between
and this patch

Collapse All | Expand All

(-)cvxopt-0.9.p5/patches/setup_gfortran.py.orig (-6 / +6 lines)
Lines 9-40 Link Here
9
if os.uname()[0]=="Darwin":
9
if os.uname()[0]=="Darwin":
10
    libraries = ['m','lapack','blas','gfortran']
10
    libraries = ['m','lapack','blas','gfortran']
11
else:
11
else:
12
    libraries = ['m','lapack','cblas','f77blas','atlas','gfortran']
12
    libraries = ['m','lapack','cblas','blas','atlas','gfortran']
13
13
14
14
15
# Set to 1 if you are installing the fftw module.
15
# Set to 1 if you are installing the fftw module.
16
BUILD_FFTW = 0
16
BUILD_FFTW = 0
17
17
18
# directory containing libfftw3 (used only when BUILD_FFTW = 1)
18
# directory containing libfftw3 (used only when BUILD_FFTW = 1)
19
FFTW_LIB_DIR = '/usr/lib'       
19
FFTW_LIB_DIR = '/usr/lib'
20
20
21
# directory containing fftw.h (used only when BUILD_FFTW = 1)
21
# directory containing fftw.h (used only when BUILD_FFTW = 1)
22
FFTW_INC_DIR = '/usr/include'  
22
FFTW_INC_DIR = '/usr/include'
23
23
24
# Set to 1 if you are installing the glpk module.
24
# Set to 1 if you are installing the glpk module.
25
BUILD_GLPK = 0
25
BUILD_GLPK = 0
26
26
27
# directory containing libglpk (used only when BUILD_GLPK = 1)
27
# directory containing libglpk (used only when BUILD_GLPK = 1)
28
GLPK_LIB_DIR = '/usr/lib'       
28
GLPK_LIB_DIR = '/usr/lib'
29
29
30
# directory containing glpk.h (used only when BUILD_GLPK = 1)
30
# directory containing glpk.h (used only when BUILD_GLPK = 1)
31
GLPK_INC_DIR = '/usr/include'  
31
GLPK_INC_DIR = '/usr/include'
32
32
33
# Set to 1 if you are installing the MOSEK 4.0 module.
33
# Set to 1 if you are installing the MOSEK 4.0 module.
34
BUILD_MOSEK = 0
34
BUILD_MOSEK = 0
35
35
36
# directory containing libmosek (used only when BUILD_MOSEK = 1)
36
# directory containing libmosek (used only when BUILD_MOSEK = 1)
37
MOSEK_LIB_DIR = '/usr/local/mosek/4/tools/platform/linux32x86/bin'  
37
MOSEK_LIB_DIR = '/usr/local/mosek/4/tools/platform/linux32x86/bin'
38
38
39
# directory containing mosek.h (used only when BUILD_MOSEK = 1)
39
# directory containing mosek.h (used only when BUILD_MOSEK = 1)
40
MOSEK_INC_DIR = '/usr/local/mosek/4/tools/platform/linux32x86/h'
40
MOSEK_INC_DIR = '/usr/local/mosek/4/tools/platform/linux32x86/h'

Return to bug 201321