aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-16 11:03:13 +0800
committermaho <maho@FreeBSD.org>2007-01-16 11:03:13 +0800
commit0b8994d29e11464331b8776156c3a2cd0425d032 (patch)
treedc57cb6ee9d7505f5b4b18a00c735d773ab7408d /math
parent507d1b967a80bc590c4709be98670b4baed27989 (diff)
downloadfreebsd-ports-graphics-0b8994d29e11464331b8776156c3a2cd0425d032.tar.gz
freebsd-ports-graphics-0b8994d29e11464331b8776156c3a2cd0425d032.tar.zst
freebsd-ports-graphics-0b8994d29e11464331b8776156c3a2cd0425d032.zip
* Build fix [1].
* Automatic atlas/blas detection is now correctly works. Submitted by: kris [1]
Diffstat (limited to 'math')
-rw-r--r--math/suitesparse/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 41143a955a0..a076e1c99af 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