diff options
author | bf <bf@FreeBSD.org> | 2012-07-09 19:11:44 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-07-09 19:11:44 +0800 |
commit | deed5e01fdd95315c9916898c4e4df970e927517 (patch) | |
tree | b4e677a0a626001da519b1e8b0bf211afdcc1c7b /math/taucs | |
parent | db274a3231bbeb8a0d981e20555844539d52d4b4 (diff) | |
download | freebsd-ports-gnome-deed5e01fdd95315c9916898c4e4df970e927517.tar.gz freebsd-ports-gnome-deed5e01fdd95315c9916898c4e4df970e927517.tar.zst freebsd-ports-gnome-deed5e01fdd95315c9916898c4e4df970e927517.zip |
add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriate
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly
note the restrictive license of the metis ports (while here, append the MPI port to
*DEPENDS in math/parmetis, rather than using an assignment)
PR: 169578
Diffstat (limited to 'math/taucs')
-rw-r--r-- | math/taucs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/taucs/Makefile b/math/taucs/Makefile index cba0ab59a340..e107f36b9643 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -7,7 +7,7 @@ PORTNAME= taucs PORTVERSION= 2.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/ DISTNAME= ${PORTNAME} @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= bf@FreeBSD.org COMMENT= C library of sparse linear solvers -LIB_DEPENDS= metis.1:${PORTSDIR}/math/metis +LIB_DEPENDS= metis.1:${PORTSDIR}/math/metis4 HAS_CONFIGURE= yes USE_FORTRAN= yes |