Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 13:00:00 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d10bd810b91 - main - cad/gmsh: adding support of external Gmm and Mmg
Message-ID:  <202406231300.45ND00LN070396@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406231300.45ND00LN070396>