diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-16 03:03:13 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-16 03:03:13 +0000 |
commit | eb4ede63b794fcaf3990cc85e6f92a5435ea7020 (patch) | |
tree | 5c8b2bf3cdc1ae85765d8e6cffa08450230236e5 /math/suitesparse | |
parent | 89df580f48536f530ec395ab5338fbf6f1f4b4e2 (diff) | |
download | ports-eb4ede63b794fcaf3990cc85e6f92a5435ea7020.tar.gz ports-eb4ede63b794fcaf3990cc85e6f92a5435ea7020.zip |
Notes
Diffstat (limited to 'math/suitesparse')
-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 41143a955a0a..a076e1c99afa 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -16,7 +16,11 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= SuiteSparse is a set of packages for sparse matrices calculation -LIB_DEPENDS= metis:${PORTSDIR}/math/metis +LIB_DEPENDS= metis:${PORTSDIR}/math/metis + +CONFLICTS= umfpack-* + +.include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes @@ -32,10 +36,6 @@ BLAS= -L${LOCALBASE}/lib -lblas LAPACK= -L${LOCALBASE}/lib -llapack .endif -CONFLICTS= umfpack-* - -.include <bsd.port.pre.mk> - .if ${ARCH} == "sparc64" || ${ARCH} == "amd64" FPIC= -fPIC .else |