commit 1b8d7ac0db420388430d7c2fbd9dc26113cf154e
parent e12fc955201f47dda722fd5d32c3fa285524c014
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 29 May 2026 17:00:21 +0200
Star-UVM: Fix to the build script in version 0.4.1
The optional dependency on Star-Mesh was not handled correctly.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/sci-libs/star-uvm_0.4.1.sh b/src/sci-libs/star-uvm_0.4.1.sh
@@ -39,6 +39,9 @@ else
url="$\(REPO\)/star-uvm.git"
dep="embree4 rsys"
+ if [ "${STAR_UVM_ADDON}" = "utils" ]; then
+ dep="${dep} star-mesh"
+ fi
opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\) ADDON=${STAR_UVM_ADDON}"
git_repo
fi