commit 13a05812d570ece346542337139936ea8b571b4c
parent f0e7b9d1cfadab50345499e24adb2e179798925d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 25 Apr 2024 16:30:20 +0200
Update required stardis-solver version
Update it to 0.15.1, the version that makes radiative environment
properties time-dependent.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -74,7 +74,7 @@ S3D_VERSION = 0.10
S3D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags s3d)
S3D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs s3d)
-SDIS_VERSION = 0.15
+SDIS_VERSION = 0.15.1
SDIS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags sdis)
SDIS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs sdis)