Port details |
- gmsh-occ Automatic 3D finite element mesh generator
- 4.0.2_1 cad
=0 4.0.2_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-12-31 12:52:43
- Last Update: 2018-10-18 00:27:44
- SVN Revision: 482318
- License: AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21
- WWW:
- http://www.geuz.org/gmsh/
- Description:
- Gmsh is a free 3D finite element grid generator with a build-in CAD engine and
post-processor. Its design goal is to provide a fast, light and user-friendly
meshing tool with parametric input and advanced visualization capabilities. 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: gmsh-occ
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1538528267
SHA256 (gmsh/gmsh-4.0.2-source.tgz) = f3c993408153961bd0bbd762458231abe50aeaabe7ab2466462975f2971e5c0d
SIZE (gmsh/gmsh-4.0.2-source.tgz) = 12764404
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: cad/gmsh
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- gfortran7 : lang/gcc7
- as : devel/binutils
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xinerama.pc : x11/libXinerama
- xfixes.pc : x11/libXfixes
- xft.pc : x11-fonts/libXft
- xrender.pc : x11/libXrender
- Runtime dependencies:
-
- getdp : science/getdp
- gfortran7 : lang/gcc7
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xinerama.pc : x11/libXinerama
- xfixes.pc : x11/libXfixes
- xft.pc : x11-fonts/libXft
- xrender.pc : x11/libXrender
- Library dependencies:
-
- libfltk.so : x11-toolkits/fltk
- libfontconfig.so : x11-fonts/fontconfig
- libgmp.so : math/gmp
- libhdf5.so : science/hdf5
- libpng.so : graphics/png
- libsz.so : science/szip
- libcgns.so : science/cgnslib
- libmed.so : french/med
- libopenblas.so : math/openblas
- libTKernel.so : cad/opencascade
- libblas.so : math/blas
- liblapack.so : math/lapack
- libGL.so : graphics/mesa-libs
- libGLU.so : graphics/libGLU
- libjpeg.so : graphics/jpeg-turbo
- libcairo.so : graphics/cairo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gmsh-occ-4.0.2_1:
CGNS=on: Enable CGNS mesh import
MED=on: Enable MED mesh and post file formats
SHARED=off: Build shared library and install header files
STATIC=off: Build static library
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- blaslapack cmake fortran gl jpeg tar:tgz gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: cad/gmsh |
Commit | Credits | Log message |
4.0.2_1 18 Oct 2018 00:27:44 |
jrm |
Remove cad/gmsh-occ since cad/gmsh now builds with OCC by default |
3.0.6_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.14.1 22 Nov 2016 14:04:22 |
danfe |
In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken. |
2.14.0 12 Oct 2016 22:23:09 |
jrm |
cad/gmsh, cad/gmsh-occ: update to version 2.14.0
- Add libopenblas.so:math/openblas to OCC_LIB_DEPENDS
- Add USE_OCC= gnome=cairo
- Remove patch for taucs cmake configuration. It is now incorporated
upstream.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8229 |
2.13.2_1 03 Oct 2016 14:21:46 |
jrm |
Add LICENSE file and return PORTREVISION=1 to cad/gmsh-occ
Reported by: jbeich mat
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8134 |
2.13.2 30 Sep 2016 04:58:50 |
jrm |
Remove PORTREVISION after cad/gmsh update and take maintainership
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8087 |
2.12.0_1 24 Sep 2016 11:06:57 |
tijl |
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.9.3 18 Jan 2016 01:21:38 |
stephen |
- Use modern OPTIONS framework. |
2.9.2 07 Apr 2015 21:20:25 |
thierry |
Unbroken by r383483 (this is just a slave port). |
2.9.0 05 Apr 2015 18:34:46 |
bapt |
Mark as broken unfetchable ports |
2.8.5 22 Nov 2014 17:46:22 |
stephen |
- Update to 2.8.5 and chase cad/opencascade.
PR: ports/195173
Submitted by: Thierry Thomas <thierry@FreeBSD.org> |
2.8.4_5 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.8.4_4 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
2.8.4_4 06 May 2014 19:38:43 |
thierry |
Chase OpenCascade's upgrade. |
2.8.4_2 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
2.8.3_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
2.8.2 20 Sep 2013 15:58:42 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
2.5.0_1 26 Jul 2011 14:27:03 |
stephen |
- Bumping portrevision for master port cad/gmsh so that version for
cad/gmsh-occ does not go backwards.
Approved by: maho (mentor, implicit) |
2.5.0_1 26 Jul 2011 14:23:44 |
stephen |
- Removing portrevision from slave port cad/gmsh-occ. Portrevision for
cad/gmsh-occ should reflect that of cad/gmsh.
- Bumping portrevision for master port cad/gmsh so that version for
cad/cad-gmsh does not go backwards.
Approved by: maho (mentor) |
2.3.1_3 01 Dec 2009 20:33:45 |
makc |
Chase math/gsl update,
bump PORTREVISION |
2.2.6 31 Dec 2008 12:52:26 |
thierry |
Adding Gmsh with support of OpenCascade. |