From f9de403cbc245c4e0fe344778268ca8798de44d3 Mon Sep 17 00:00:00 2001 From: maho Date: Tue, 9 Jan 2007 22:58:12 +0000 Subject: *Use gfortran compiled atlas --- math/suitesparse/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'math') diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 822b7f9ae541..5a22cc2dfd72 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -22,14 +22,14 @@ BUILD_DEPENDS= metis:${PORTSDIR}/math/metis WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas -BLAS= -L${LOCALBASE}/lib -lf77blas -latlas -LAPACK= -L${LOCALBASE}/lib -lalapack +LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas +BLAS= -L${LOCALBASE}/lib -lf77blas -latlas +LAPACK= -L${LOCALBASE}/lib -lalapack .else LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack -BLAS= -L${LOCALBASE}/lib -lblas -LAPACK= -L${LOCALBASE}/lib -llapack +BLAS= -L${LOCALBASE}/lib -lblas +LAPACK= -L${LOCALBASE}/lib -llapack .endif CONFLICTS= elmer-umfpack-4* -- cgit