star-build

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

commit 2685ee5484d01dc5199ec902746baf2eb40c3fe4
parent 301ed191db8cac0251a6f99c6e201b803204fb52
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 16 Sep 2026 22:29:00 +0200

Fix HTMie conflicts

The Solstice-Anim and Solstice-Solver build scripts re-defined the HTMie
macro (instead of their respective macros) to register their version.

Diffstat:
Msrc/rad-libs/sanim_0.3.sh | 2+-
Msrc/rad-libs/sanim_0.4.sh | 2+-
Msrc/rad-libs/ssolver_0.10.sh | 2+-
Msrc/rad-libs/ssolver_0.11.sh | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/rad-libs/sanim_0.3.sh b/src/rad-libs/sanim_0.3.sh @@ -30,7 +30,7 @@ tag="0.3" if [ -n "${SANIM_SH}" ]; then check_conflict "${name}" "${tag}" "${SANIM_SH}" else - export HTMIE_SH="${tag}" + export SANIM_SH="${tag}" url="$\(REPO\)/solstice-anim.git" dep="rsys" diff --git a/src/rad-libs/sanim_0.4.sh b/src/rad-libs/sanim_0.4.sh @@ -30,7 +30,7 @@ tag="0.4" if [ -n "${SANIM_SH}" ]; then check_conflict "${name}" "${tag}" "${SANIM_SH}" else - export HTMIE_SH="${tag}" + export SANIM_SH="${tag}" url="$\(REPO\)/solstice-anim.git" dep="rsys" diff --git a/src/rad-libs/ssolver_0.10.sh b/src/rad-libs/ssolver_0.10.sh @@ -35,7 +35,7 @@ tag="0.10" if [ -n "${SSOLVER_SH}" ]; then check_conflict "${name}" "${tag}" "${SSOLVER_SH}" else - export HTMIE_SH="${tag}" + export SSOLVER_SH="${tag}" url="$\(REPO\)/solstice-solver.git" dep="rsys star-3d star-3dut star-cpr star-cpr star-sf star-sp" diff --git a/src/rad-libs/ssolver_0.11.sh b/src/rad-libs/ssolver_0.11.sh @@ -36,7 +36,7 @@ tag="0.11" if [ -n "${SSOLVER_SH}" ]; then check_conflict "${name}" "${tag}" "${SSOLVER_SH}" else - export HTMIE_SH="${tag}" + export SSOLVER_SH="${tag}" url="$\(REPO\)/solstice-solver.git" dep="rsys star-3d star-3dut star-cpr star-cpr star-sf star-sp"