stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit b80211d2ad3d3d95fd618a6556738fb57430d9da
parent 2d75c863286813a332361a7f82144f8ee0fd1c4f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  3 May 2024 10:47:05 +0200

Set Star-Enclosure-3D dependency to 0.7

This is the first version to provide a pkgconfig file required by the
Stardis Makefile.

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

diff --git a/config.mk b/config.mk @@ -78,7 +78,7 @@ SDIS_VERSION = 0.15.1 SDIS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags sdis) SDIS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs sdis) -SENC3D_VERSION = 0.5 +SENC3D_VERSION = 0.7 SENC3D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags senc3d) SENC3D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs senc3d)