Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > af46c953547f0e2dc85acf6686cd6978 > files > 4

python-cvxopt-1.1.1-1mdv2010.0.src.rpm

--- src/setup.py.old	2008-01-03 10:51:03.000000000 -0500
+++ src/setup.py	2008-01-03 10:53:01.000000000 -0500
@@ -9,25 +9,25 @@
 BUILD_GSL = 0
 
 # Directory containing libgsl (used only when BUILD_GSL = 1).
-GSL_LIB_DIR = '/usr/lib'       
+GSL_LIB_DIR = '/usr/lib64'       
 
 # Directory containing the GSL header files (used only when BUILD_GSL = 1).
 GSL_INC_DIR = '/usr/include/gsl'  
 
 # Set to 1 if you are installing the fftw module.
-BUILD_FFTW = 0
+BUILD_FFTW = 1
 
 # Directory containing libfftw3 (used only when BUILD_FFTW = 1).
-FFTW_LIB_DIR = '/usr/lib'       
+FFTW_LIB_DIR = '/usr/lib64'       
 
 # Directory containing fftw.h (used only when BUILD_FFTW = 1).
 FFTW_INC_DIR = '/usr/include'  
 
 # Set to 1 if you are installing the glpk module.
-BUILD_GLPK = 0
+BUILD_GLPK = 1
 
 # Directory containing libglpk (used only when BUILD_GLPK = 1).
-GLPK_LIB_DIR = '/usr/lib'       
+GLPK_LIB_DIR = '/usr/lib64'       
 
 # Directory containing glpk.h (used only when BUILD_GLPK = 1).
 GLPK_INC_DIR = '/usr/include'  
@@ -36,7 +36,7 @@
 BUILD_DSDP = 0
 
 # Directory containing libdsdp (used only when BUILD_DSDP = 1).
-DSDP_LIB_DIR = '/usr/lib'
+DSDP_LIB_DIR = '/usr/lib64'
  
 # Directory containing dsdp5.h (used only when BUILD_DSDP = 1).
 DSDP_INC_DIR = '/usr/include'