star-build

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

commit cf40b307bd2541f1ec27901763815a4a195a3ee7
parent 9eedb8f102f0304855192e718d6fc105111437ae
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  3 Jul 2025 14:37:29 +0200

Replace Star-STL 0.6 by Star-STL 0.7

Diffstat:
Dsrc/cad-libs/star-stl_0.6.sh | 35-----------------------------------
Asrc/cad-libs/star-stl_0.7.sh | 35+++++++++++++++++++++++++++++++++++
Msrc/dev-libs/star-engine_0.16.sh | 2+-
Msrc/sci-libs/star-3dstl_0.5.sh | 2+-
4 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/src/cad-libs/star-stl_0.6.sh b/src/cad-libs/star-stl_0.6.sh @@ -1,35 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2023-2025 |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 - -. "misc/build.sh" -. "sys-libs/rsys_0.15.sh" - -name="star-stl" -tag="0.6" - -if [ -n "${STAR_STL_SH}" ]; then - check_conflict "${name}" "${tag}" "${STAR_STL_SH}" -else - export STAR_STL_SH="${tag}" - - url="$\(REPO\)/star-stl.git" - dep="rsys" - opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" - git_repo -fi diff --git a/src/cad-libs/star-stl_0.7.sh b/src/cad-libs/star-stl_0.7.sh @@ -0,0 +1,35 @@ +#!/bin/sh + +# Copyright (C) 2023-2025 |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 + +. "misc/build.sh" +. "sys-libs/rsys_0.15.sh" + +name="star-stl" +tag="0.7" + +if [ -n "${STAR_STL_SH}" ]; then + check_conflict "${name}" "${tag}" "${STAR_STL_SH}" +else + export STAR_STL_SH="${tag}" + + url="$\(REPO\)/star-stl.git" + dep="rsys" + opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" + git_repo +fi diff --git a/src/dev-libs/star-engine_0.16.sh b/src/dev-libs/star-engine_0.16.sh @@ -28,7 +28,7 @@ export STAR_ENGINE_SH="${version}" . "cad-libs/aw_2.1.sh" . "cad-libs/star-3dut_0.4.sh" -. "cad-libs/star-stl_0.6.sh" +. "cad-libs/star-stl_0.7.sh" . "rad-libs/star-blackbody_0.0.sh" . "rad-libs/star-sf_0.10.sh" . "sci-apps/htpp_0.5.sh" diff --git a/src/sci-libs/star-3dstl_0.5.sh b/src/sci-libs/star-3dstl_0.5.sh @@ -19,7 +19,7 @@ set -e . "misc/build.sh" -. "cad-libs/star-stl_0.6.sh" +. "cad-libs/star-stl_0.7.sh" . "sci-libs/star-3d_0.10.sh" . "sys-libs/rsys_0.15.sh"