Ticket #37097: patch-make.include.diff.diff

File patch-make.include.diff.diff, 730 bytes (added by jjstickel (Jonathan Stickel), 10 years ago)

diff of the patch

  • patch-make.include.diff

    old new  
    3434 # Needed to link DSDP library to the driver ( read SDPA files, maxcut example, ...)
    3535 # Also include the math library and other libraries needed to link the BLAS to the C files that call them.
    3636-LAPACKBLAS  = -llapack -lblas -lg2c -lm
    37 +LAPACKBLAS  = -ltatlas -lm
     37+LAPACKBLAS  = -Wl,-framework -Wl,Accelerate -lm
    3838 #LAPACKBLAS  = -L/usr/lib/ -llapack -lblas -lg2c -lm
    3939 #LAPACKBLAS  = -L/home/benson/ATLAS/Linux_P4SSE2/lib -llapack -lcblas -lf77blas -latlas -lg2c -lm
    4040 #LAPACKBLAS  = -L/sandbox/benson/ATLAS-3.6/lib/Linux_P4SSE2  -llapack -lcblas -lf77blas -latlas -lg2c -lm