Ticket #19933: make.include.diff
File make.include.diff, 1.2 KB (added by max@…, 15 years ago) |
---|
-
make.include
old new 32 32 #DSDPTIMER = DSDP_MS_TIME 33 33 34 34 # STEP 3c: Add other compiler flags. 35 DSDPCFLAGS = 35 DSDPCFLAGS = -DDSDP_TIME -I/usr/include/sys 36 36 #DSDPCFLAGS = -Wall 37 37 #DSDPCFLAGS = -DDSDPMATLAB 38 38 # Other flags concern BLAS and LAPACK libraries -- see next step. … … 55 55 # Not needed to compile library or matlab executable 56 56 # Needed to link DSDP library to the driver ( read SDPA files, maxcut example, ...) 57 57 # Also include the math library and other libraries needed to link the BLAS to the C files that call them. 58 LAPACKBLAS = -llapack -lblas -l g2c -lm58 LAPACKBLAS = -llapack -lblas -lm 59 59 #LAPACKBLAS = -L/usr/lib/ -llapack -lblas -lg2c -lm 60 60 #LAPACKBLAS = -L/home/benson/ATLAS/Linux_P4SSE2/lib -llapack -lcblas -lf77blas -latlas -lg2c -lm 61 61 #LAPACKBLAS = -L/sandbox/benson/ATLAS-3.6/lib/Linux_P4SSE2 -llapack -lcblas -lf77blas -latlas -lg2c -lm … … 63 63 64 64 65 65 # STEP 6, MATLAB MACROS - If compiling Matlab interface, check MEX flag. 66 MEX = m ex -O66 MEX = mkoctfile --mex 67 67 #MEX = C:\Matlab\bin\mex 68 68 DSDPMATLABDIR = ${DSDPROOT}/matlab 69 69