star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit 27a2c2948bb22f41ce0a099de375506ca28d2c77
parent f68427ce16cbcbc9c4434c5b7aee80146ccf5f49
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  9 Apr 2026 11:53:46 +0200

stardis: add htpp as a dependency

It can be used as a post-processing tool for a Stardis render and, as
such, is mentioned in the Stardis manual page.

Diffstat:
Msrc/therm-apps/stardis_0.12.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/therm-apps/stardis_0.12.sh b/src/therm-apps/stardis_0.12.sh @@ -20,9 +20,10 @@ set -e . "misc/build.sh" . "cad-libs/star-stl_0.7.sh" -. "sci-libs/star-geometry-3d_0.2.sh" +. "sci-apps/htpp_0.5.sh" . "sci-libs/star-3d_0.10.sh" . "sci-libs/star-enclosures-3d_0.7.2.sh" +. "sci-libs/star-geometry-3d_0.2.sh" . "sci-libs/star-sp_0.15.sh" . "sys-libs/rsys_0.15.sh" . "therm-libs/stardis-solver_0.16.2.sh"