From e7742bb9daf387c1002339d81ba355d47c5d07d9 Mon Sep 17 00:00:00 2001 From: maho Date: Tue, 16 Feb 2010 06:00:27 +0000 Subject: Fux build with gotoblas. PR: 143970 Submitted by: nwhitehorn Feature safe: yes --- math/suitesparse/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'math') diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index d47b3fe938ca..705005ff30a7 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -29,7 +29,7 @@ CONFLICTS= umfpack-* USE_BLAS?= reference -.if exists(${LOCALBASE}/lib/libgoto.so) +.if exists(${LOCALBASE}/lib/libgoto2.so) USE_BLAS= gotoblas .elif exists(${LOCALBASE}/lib/libatlas_r.so) USE_BLAS= atlas @@ -41,10 +41,10 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack BLAS= -lblas LAPACK= -llapack .elif ${USE_BLAS} == gotoblas -LIB_DEPENDS+= goto:${PORTSDIR}/math/gotoblas +LIB_DEPENDS+= goto2:${PORTSDIR}/math/gotoblas LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack -BLAS= -pthread -lgotop -LAPACK= -pthread -lgotop -llapack +BLAS= -pthread -lgoto2p +LAPACK= -pthread -lgoto2p .elif ${USE_BLAS} == atlas LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas BLAS= -pthread -lptf77blas -lptcblas -latlas_r -- cgit