star-build

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

commit fd8ce227bd850e61f4f1b45f73667a451c6e74e8
parent a417560387aac31ff42c11448d0b50cfb0f29358
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 19 Apr 2024 15:26:44 +0200

Versioning the stardis-enclosures-3d build script

Set it to version 0.7

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

diff --git a/lint.mk b/lint.mk @@ -50,7 +50,7 @@ lint: 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-3d.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 shellcheck -o all -x -P src src/star-mc_0.6.sh @@ -60,4 +60,5 @@ lint: shellcheck -o all -x -P src src/star-stl_0.5.sh shellcheck -o all -x -P src src/star-uvm_0.3.1.sh shellcheck -o all -x -P src src/star-vx_0.3.sh + shellcheck -o all -x -P src src/star-wf.sh shellcheck -o all -x -P src src/stardis-solver.sh diff --git a/src/star-enclosures-3d.sh b/src/star-enclosures-3d.sh @@ -1,32 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2023 |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_3D}" ] && return -export STAR_ENCLOSURES_3D=1 - -. "build.sh" -. "rsys_0.14.sh" -. "star-3d_0.10.sh" - -name="star-enclosures-3d" -url="$\(REPO\)/star-enclosures-3d.git" -tag="origin/feature_posix_make" -dep="rsys star-3d" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-enclosures-3d_0.7.sh b/src/star-enclosures-3d_0.7.sh @@ -0,0 +1,32 @@ +#!/bin/sh + +# Copyright (C) 2023 |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_3D}" ] && return +export STAR_ENCLOSURES_3D=1 + +. "build.sh" +. "rsys_0.14.sh" +. "star-3d_0.10.sh" + +name="star-enclosures-3d" +url="$\(REPO\)/star-enclosures-3d.git" +tag="0.7" +dep="rsys star-3d" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/stardis-solver.sh b/src/stardis-solver.sh @@ -27,7 +27,7 @@ export STARDIS_SOLVER=1 . "star-2d_0.7.sh" . "star-3d_0.10.sh" . "star-enclosures-2d.sh" -. "star-enclosures-3d.sh" +. "star-enclosures-3d_0.7.sh" . "star-sp_0.14.sh" . "star-wf.sh"