git: 7d10bd810b91 - main - cad/gmsh: adding support of external Gmm and Mmg
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jun 2024 13:00:00 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d10bd810b91fe68756af1e8eecbbbb06c7e57ae commit 7d10bd810b91fe68756af1e8eecbbbb06c7e57ae Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-06-22 21:12:38 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-06-23 12:58:40 +0000 cad/gmsh: adding support of external Gmm and Mmg --- cad/gmsh/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index dcb2eaf9601a..55c2590f9f5a 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -1,5 +1,6 @@ PORTNAME= gmsh DISTVERSION= 4.13.1 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -13,10 +14,12 @@ LICENSE= AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= getdp:science/getdp +BUILD_DEPENDS= getdp:science/getdp \ + gmm++>0:math/gmm++ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ libgmp.so:math/gmp \ + libmmg.so:science/mmg \ libmetis.so:math/metis \ libhdf5.so:science/hdf5 \ libpng.so:graphics/png \