Revision
115520
Author
ryandesign@macports.org
Date
2014-01-03 16:23:34 -0800 (Fri, 03 Jan 2014)

Log Message

DSDP: fix build failure with current atlas (#35851)

Modified Paths

Diff

Modified: trunk/dports/math/DSDP/files/patch-make.include.diff (115519 => 115520)


--- trunk/dports/math/DSDP/files/patch-make.include.diff	2014-01-04 00:05:38 UTC (rev 115519)
+++ trunk/dports/math/DSDP/files/patch-make.include.diff	2014-01-04 00:23:34 UTC (rev 115520)
@@ -34,7 +34,7 @@
  # Needed to link DSDP library to the driver ( read SDPA files, maxcut example, ...)
  # Also include the math library and other libraries needed to link the BLAS to the C files that call them.
 -LAPACKBLAS  = -llapack -lblas -lg2c -lm
-+LAPACKBLAS  = -llapack -lblas -lm
++LAPACKBLAS  = -ltatlas -lm
  #LAPACKBLAS  = -L/usr/lib/ -llapack -lblas -lg2c -lm
  #LAPACKBLAS  = -L/home/benson/ATLAS/Linux_P4SSE2/lib -llapack -lcblas -lf77blas -latlas -lg2c -lm
  #LAPACKBLAS  = -L/sandbox/benson/ATLAS-3.6/lib/Linux_P4SSE2  -llapack -lcblas -lf77blas -latlas -lg2c -lm