star-build

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

commit ba73a7fd6d9324cc410169bf60f4838f745d436d
parent 20a886a5d2abf68e3b3b4b25e5a41026c155a9ba
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 19 Apr 2024 15:55:54 +0200

Versioning the stardis-enclosures-2d build script

Set it to version 0.6

Diffstat:
Mlint.mk | 2+-
Dsrc/star-enclosures-2d.sh | 32--------------------------------
Asrc/star-enclosures-2d_0.6.sh | 32++++++++++++++++++++++++++++++++
Msrc/stardis-solver.sh | 2+-
4 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/lint.mk b/lint.mk @@ -49,7 +49,7 @@ lint: shellcheck -o all -x -P src src/star-camera_0.2.sh shellcheck -o all -x -P src src/star-ck_0.1.sh shellcheck -o all -x -P src src/star-cmap_0.1.sh - shellcheck -o all -x -P src src/star-enclosures-2d.sh + shellcheck -o all -x -P src src/star-enclosures-2d_0.6.sh shellcheck -o all -x -P src src/star-enclosures-3d_0.7.sh shellcheck -o all -x -P src src/star-engine_0.15.sh shellcheck -o all -x -P src src/star-geometry-3d.sh diff --git a/src/star-enclosures-2d.sh b/src/star-enclosures-2d.sh @@ -1,32 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2023, 2024 |Méso|Star> (contact@meso-star.com) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - -set -e - -[ -n "${STAR_ENCLOSURES_2D}" ] && return -export STAR_ENCLOSURES_2D=1 - -. "build.sh" -. "rsys_0.14.sh" -. "star-2d_0.7.sh" - -name="star-enclosures-2d" -url="$\(REPO\)/star-enclosures-2d.git" -tag="origin/feature_posix_make" -dep="rsys star-2d" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-enclosures-2d_0.6.sh b/src/star-enclosures-2d_0.6.sh @@ -0,0 +1,32 @@ +#!/bin/sh + +# Copyright (C) 2023, 2024 |Méso|Star> (contact@meso-star.com) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +set -e + +[ -n "${STAR_ENCLOSURES_2D}" ] && return +export STAR_ENCLOSURES_2D=1 + +. "build.sh" +. "rsys_0.14.sh" +. "star-2d_0.7.sh" + +name="star-enclosures-2d" +url="$\(REPO\)/star-enclosures-2d.git" +tag="0.6" +dep="rsys star-2d" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/stardis-solver.sh b/src/stardis-solver.sh @@ -26,7 +26,7 @@ export STARDIS_SOLVER=1 . "rsys_0.14.sh" . "star-2d_0.7.sh" . "star-3d_0.10.sh" -. "star-enclosures-2d.sh" +. "star-enclosures-2d_0.6.sh" . "star-enclosures-3d_0.7.sh" . "star-sp_0.14.sh" . "star-wf.sh"