summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-07-09 11:11:44 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-07-09 11:11:44 +0000
commit5930109e8ef02d47e1be967f2448c6438b53cbac (patch)
treed5955a0f99e2e4b6d189f4fc466e0b90a59f82d6 /cad
parent- Add patch to fix installation without NLS (diff)
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
Notes
Notes: svn path=/head/; revision=300666
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