Sophie

Sophie

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

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:51:49.000000000 -0500
@@ -15,7 +15,7 @@
 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'       
@@ -24,7 +24,7 @@
 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'