aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2012-07-09 19:11:44 +0800
committerbf <bf@FreeBSD.org>2012-07-09 19:11:44 +0800
commitdeed5e01fdd95315c9916898c4e4df970e927517 (patch)
treeb4e677a0a626001da519b1e8b0bf211afdcc1c7b /cad
parentdb274a3231bbeb8a0d981e20555844539d52d4b4 (diff)
downloadfreebsd-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 'cad')
-rw-r--r--cad/calculix/Makefile3
-rw-r--r--cad/salome/Makefile.ext6
2 files changed, 5 insertions, 4 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile
index 14e73fdb595f..1321f19e9632 100644
--- a/cad/calculix/Makefile
+++ b/cad/calculix/Makefile
@@ -7,6 +7,7 @@
PORTNAME= CalculiX
PORTVERSION= 2.4
+PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://www.dhondt.de/
DISTFILES= ${DIST_SOURCES}
@@ -30,7 +31,7 @@ COMMENT= A Three-Dimensional Structural Finite Element Program
LIB_DEPENDS= arpack.1:${PORTSDIR}/math/arpack \
spooles.1:${PORTSDIR}/math/spooles \
- metis.1:${PORTSDIR}/math/metis \
+ metis.1:${PORTSDIR}/math/metis4 \
taucs.1:${PORTSDIR}/math/taucs
USE_BZIP2= yes
diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext
index 2d440c1fe0c3..a7cb5f0b1de5 100644
--- a/cad/salome/Makefile.ext
+++ b/cad/salome/Makefile.ext
@@ -231,9 +231,9 @@ BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:${PORTSDIR}/textproc/py-qt4
#Dependency from metis & scotsch
.if ${SAL_MODULE} == "med"
-. if exists(${LOCALBASE}/bin/graphchk)
-BUILD_DEPENDS+= kmetis:${PORTSDIR}/math/metis
-RUN_DEPENDS+= kmetis:${PORTSDIR}/math/metis
+. if exists(${LOCALBASE}/bin/oemetis)
+BUILD_DEPENDS+= kmetis:${PORTSDIR}/math/metis4
+RUN_DEPENDS+= kmetis:${PORTSDIR}/math/metis4
. else
BUILD_DEPENDS+= kmetis:${PORTSDIR}/math/metis-edf
RUN_DEPENDS+= kmetis:${PORTSDIR}/math/metis-edf