commit a417560387aac31ff42c11448d0b50cfb0f29358
parent e301d5631715fdae4fb983a9dd9f11a6463d13ec
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 9 Apr 2024 12:24:59 +0200
Update the stardis-solver build script
Add the star-wf build script as a dependency.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/stardis-solver.sh b/src/stardis-solver.sh
@@ -29,11 +29,12 @@ export STARDIS_SOLVER=1
. "star-enclosures-2d.sh"
. "star-enclosures-3d.sh"
. "star-sp_0.14.sh"
+. "star-wf.sh"
name="stardis-solver"
url="$\(REPO\)/stardis-solver.git"
tag="origin/develop"
-dep="rsys star-2d star-3d star-enclosures-2d star-enclosures-3d star-sp"
+dep="rsys star-2d star-3d star-enclosures-2d star-enclosures-3d star-sp star-wf"
opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
opt="${opt} DISTRIB_PARALLELISM=${DISTRIB_PARALLELISM}"
git_repo