diff options
-rw-r--r-- | math/suitesparse/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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* |