solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 4b4fa8ba0ad06e975538d87e1637c7390f640b27
parent f283d091784e57875ad0c835a04402f12f137b98
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 20 May 2026 08:57:34 +0200

Raise the expected minimum version for associated libs

To use the new solstice-anim and solstice-solver libs.

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

diff --git a/config.mk b/config.mk @@ -47,8 +47,8 @@ S3DUT_VERSION = 0.4 SSP_VERSION = 0.15 SSTL_VERSION = 0.7 YAML_VERSION = 0.2 -SSOL_VERSION = 0.9 -SANIM_VERSION = 0.2 +SSOL_VERSION = 0.10 +SANIM_VERSION = 0.3 INCS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsys s3dut star-sp sstl yaml-0.1 ssol sanim)\ -fopenmp