star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit f5db3052bf75463e410aa4c24fb87f6da14a79c1
parent 9182baeae54af2ef2b68ef305d30dfc755d103d8
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  8 Sep 2025 17:48:20 +0200

Use new 4.14.1 gmsh release

This release comes with a fix for the booleans operations' output. As a
consequence we stop using the dedicated workaround.

Diffstat:
Mconfig.mk | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -14,6 +14,7 @@ BUILD_TYPE = RELEASE CFLAGS_GMSH = \ -DFIX_GMSH_BOOLEAN_OUTPUTS +CFLAGS_GMSH = ################################################################################ # Tools @@ -31,7 +32,7 @@ RANLIB = ranlib PCFLAGS_STATIC = --static PCFLAGS = $(PCFLAGS_$(LIB_TYPE)) -GMSH_VERSION = 4.12.2 +GMSH_VERSION = 4.14.1 GMSH_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags gmsh) GMSH_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs gmsh)