aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-10-18 00:27:44 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-10-18 00:27:44 +0000
commit8b29c89086a670c9e9e281d5d740de8b571ee1fb (patch)
tree0781bc72c39c0c784a301b86aa14c685f7cdc0af /cad
parent74a51579ef9d3e6481b11e515c7dead6eddf19d4 (diff)
downloadports-8b29c89086a670c9e9e281d5d740de8b571ee1fb.tar.gz
ports-8b29c89086a670c9e9e281d5d740de8b571ee1fb.zip
Remove cad/gmsh-occ since cad/gmsh now builds with OCC by default
Notes
Notes: svn path=/head/; revision=482318
Diffstat (limited to 'cad')
-rw-r--r--cad/gmsh-occ/Makefile13
-rw-r--r--cad/gmsh-occ/pkg-descr16
-rw-r--r--cad/gmsh/Makefile2
3 files changed, 0 insertions, 31 deletions
diff --git a/cad/gmsh-occ/Makefile b/cad/gmsh-occ/Makefile
deleted file mode 100644
index 7baac8f210ac..000000000000
--- a/cad/gmsh-occ/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Created by: Thierry Thomas <thierry@pompo.net>
-# $FreeBSD$
-
-PORTREVISION= 1
-PKGNAMESUFFIX= -occ
-
-COMMENT= Automatic 3D finite element mesh generator with OpenCascade support
-
-MASTERDIR= ${.CURDIR}/../../cad/gmsh
-
-OPTIONS_SLAVE= OCC
-
-.include "${MASTERDIR}/Makefile"
diff --git a/cad/gmsh-occ/pkg-descr b/cad/gmsh-occ/pkg-descr
deleted file mode 100644
index 1c95b8f960d0..000000000000
--- a/cad/gmsh-occ/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-This is Gmsh with support of OpenCascade.
-
-Gmsh is an automatic 3D finite element mesh generator (primarily
-Delaunay) with build-in CAD and post-processing facilities. Its primal
-design goal is to provide a simple meshing tool for academic test cases
-with parametric input and up to date visualization capabilities. One of
-its strengths is the ability to respect a characteristic length field for
-the generation of adapted meshes on lines, surfaces and volumes, and to
-mix these meshes with simple structured grids.
-
-Gmsh is built around four modules: geometry, mesh, solver and
-post-processing. The specification of any input to these modules is done
-either interactively using the graphical user interface or in ASCII text
-files using Gmsh's own scripting language.
-
-WWW: http://www.geuz.org/gmsh/
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 57c36a80add4..62ddf4bb860f 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -29,8 +29,6 @@ USES= blaslapack cmake fortran gl jpeg tar:tgz
USE_GL= gl glu
USE_XORG= x11 xcursor xext xinerama xfixes xft xrender
-SLAVEDIRS= cad/gmsh-occ
-
MAKE_JOBS_UNSAFE= yes
CMAKE_ARGS= -DCMAKE_SKIP_RPATH:BOOL=YES