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/Makefile | |
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/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c24adf81ad89..51ed4206ee19 100644 --- a/math/Makefile +++ b/math/Makefile @@ -233,6 +233,7 @@ SUBDIR += mbasecalc SUBDIR += metis SUBDIR += metis-edf + SUBDIR += metis4 SUBDIR += mingw32-libgmp SUBDIR += miracl SUBDIR += moo |