star-build

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

commit c249d19a0f6c3c170883f547039145c8c89b8e7f
parent 3b47bdceea0cda91f032e06d9b46b004d1f740ad
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 14 Dec 2023 15:05:35 +0100

Updating the stardis-solver build script

Follow the develop branch which, as its name suggests, is still under
development but is no longer linked solely to POSIX make. In other
words, the former feature_posix_make branch is now merged with the
develop branch.

Diffstat:
Msrc/stardis-solver.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stardis-solver.sh b/src/stardis-solver.sh @@ -32,7 +32,7 @@ export STARDIS_SOLVER=1 name="stardis-solver" url="$\(REPO\)/stardis-solver.git" -tag="origin/feature_posix_make" +tag="origin/develop" dep="rsys star-2d star-3d star-enclosures-2d star-enclosures-3d star-sp" opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" opt="${opt} DISTRIB_PARALLELISM=${DISTRIB_PARALLELISM}"