diff options
author | jrm <jrm@FreeBSD.org> | 2018-10-18 08:27:44 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-10-18 08:27:44 +0800 |
commit | 858a5bf9fa563df0defbd55a2958b77ea4c12166 (patch) | |
tree | 0781bc72c39c0c784a301b86aa14c685f7cdc0af | |
parent | 0397b9f1fdff9523fc495ed88555a8f3a31b016a (diff) | |
download | freebsd-ports-gnome-858a5bf9fa563df0defbd55a2958b77ea4c12166.tar.gz freebsd-ports-gnome-858a5bf9fa563df0defbd55a2958b77ea4c12166.tar.zst freebsd-ports-gnome-858a5bf9fa563df0defbd55a2958b77ea4c12166.zip |
Remove cad/gmsh-occ since cad/gmsh now builds with OCC by default
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | cad/gmsh-occ/Makefile | 13 | ||||
-rw-r--r-- | cad/gmsh-occ/pkg-descr | 16 | ||||
-rw-r--r-- | cad/gmsh/Makefile | 2 |
4 files changed, 1 insertions, 31 deletions
@@ -10578,3 +10578,4 @@ www/swish++||2018-10-16|Has expired: Unmaintained upstream deskutils/tagutils||2018-10-16|Has expired: Unmaintained upstream devel/libleaftag||2018-10-16|Has expired: Unmaintained upstream net-im/jabber||2018-10-16|Has expired: Unmaintained upstream +cad/gmsh-occ||2018-10-17|To match upstream, cad/gmsh now builds with OCC 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 |