city_generator2

Generated conformal 3D meshes representing a city
git clone git://git.meso-star.fr/city_generator2.git
Log | Files | Refs | README | LICENSE

commit aea311a64d2a4c4ff798b0b3741f2c1f1d930f38
parent 9fbdd0c8b03729329bb73c7665f26e7ab988d12b
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 11 Sep 2024 10:12:21 +0200

Upgrade star-cpr dependency to 0.5.1

Was still using the 0.4.1 version that rely on cmake build system.
On the other hand, the star-build script aimed at building
city-generator referenced star-cpr 0.5 that introduced a regression.
To clean things up upgrade both to the new 0.5.1

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

diff --git a/config.mk b/config.mk @@ -49,7 +49,7 @@ SCAD_VERSION = 0.5 SCAD_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags scad) SCAD_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs scad) -SCPR_VERSION = 0.4.1 +SCPR_VERSION = 0.5.1 SCPR_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags scpr) SCPR_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs scpr)