stardis

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

commit 4420fb636d44ed52426252babd1de11fadaa6099
parent 192123e2d3c7a9fa7634e704b5340833d0aa78d5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 17 Jul 2024 11:23:02 +0200

Star-Enclosure-3D dependency version update

Set it to version 0.7.2. This version fixes a bug that caused speakers
to be detected incorrectly, resulting in Stardis errors.

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.16 SDIS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags sdis) SDIS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs sdis) -SENC3D_VERSION = 0.7.1 +SENC3D_VERSION = 0.7.2 SENC3D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags senc3d) SENC3D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs senc3d)