star-build

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

commit 1b125693a93c6658d6135ebe56957858f09e11c2
parent d3ad0ae3ed43be8f067e3e7f8c41991fa8d81713
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 27 Feb 2025 17:58:34 +0100

Upgrade build scripts to star-stl_0.5.1

Diffstat:
Mlint.mk | 2+-
Msrc/city_generator2_0.3.1.sh | 2+-
Msrc/star-3dstl_0.4.sh | 2+-
Msrc/star-engine_0.15.sh | 2+-
Dsrc/star-stl_0.5.sh | 31-------------------------------
Msrc/stardis_0.10.1.sh | 2+-
Msrc/stardis_0.11.1.sh | 2+-
7 files changed, 6 insertions(+), 37 deletions(-)

diff --git a/lint.mk b/lint.mk @@ -71,7 +71,7 @@ lint: shellcheck -o all -x -P src src/star-mesh_0.1.sh shellcheck -o all -x -P src src/star-sf_0.9.sh shellcheck -o all -x -P src src/star-sp_0.14.sh - shellcheck -o all -x -P src src/star-stl_0.5.sh + shellcheck -o all -x -P src src/star-stl_0.5.1.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_0.0.sh diff --git a/src/city_generator2_0.3.1.sh b/src/city_generator2_0.3.1.sh @@ -23,7 +23,7 @@ export CITY_GENERATOR2=1 . "build.sh" . "rsys_0.14.sh" . "libcyaml_1.4.1.sh" -. "star-stl_0.5.sh" +. "star-stl_0.5.1.sh" . "star-cad_0.5.sh" . "star-cpr_0.5.1.sh" diff --git a/src/star-3dstl_0.4.sh b/src/star-3dstl_0.4.sh @@ -24,7 +24,7 @@ export STAR_3DSTL_SH=1 . "rsys_0.14.sh" . "star-3d_0.10.sh" -. "star-stl_0.5.sh" +. "star-stl_0.5.1.sh" name="star-3dstl" url="$\(REPO\)/star-3dstl.git" diff --git a/src/star-engine_0.15.sh b/src/star-engine_0.15.sh @@ -32,7 +32,7 @@ export STAR_ENGINE_SH=1 . "star-3dut_0.4.sh" . "star-sf_0.9.sh" . "star-sp_0.14.sh" -. "star-stl_0.5.sh" +. "star-stl_0.5.1.sh" . "star-mc_0.6.sh" . "star-uvm_0.3.1.sh" . "star-vx_0.3.sh" diff --git a/src/star-stl_0.5.sh b/src/star-stl_0.5.sh @@ -1,31 +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_STL_SH}" ] && return -export STAR_STL_SH=1 - -. "build.sh" -. "rsys_0.14.sh" - -name="star-stl" -url="$\(REPO\)/star-stl.git" -tag="0.5" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/stardis_0.10.1.sh b/src/stardis_0.10.1.sh @@ -28,7 +28,7 @@ export STARDIS=1 . "star-enclosures-3d_0.7.2.sh" . "star-geometry-3d_0.2.sh" . "star-sp_0.14.sh" -. "star-stl_0.5.sh" +. "star-stl_0.5.1.sh" . "stardis-solver_0.15.2.sh" name="stardis" diff --git a/src/stardis_0.11.1.sh b/src/stardis_0.11.1.sh @@ -28,7 +28,7 @@ export STARDIS=1 . "star-enclosures-3d_0.7.2.sh" . "star-geometry-3d_0.2.sh" . "star-sp_0.14.sh" -. "star-stl_0.5.sh" +. "star-stl_0.5.1.sh" . "stardis-solver_0.16.1.sh" name="stardis"