star-build

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

commit 212656be2335f7afdb374e22292c15607224b106
parent 563cfd0787666453dfd038c6dca55c32650637d7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  5 Mar 2025 15:45:27 +0100

Delete Star-CAD 0.5 build script

It has been replaced by version 0.5.1.

Diffstat:
Msrc/city_generator2_0.3.1.sh | 2+-
Dsrc/star-cad_0.5.sh | 34----------------------------------
2 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/src/city_generator2_0.3.1.sh b/src/city_generator2_0.3.1.sh @@ -24,7 +24,7 @@ export CITY_GENERATOR2=1 . "rsys_0.14.sh" . "libcyaml_1.4.1.sh" . "star-stl_0.5.1.sh" -. "star-cad_0.5.sh" +. "star-cad_0.5.1.sh" . "star-cpr_0.5.1.sh" name="city_generator2" diff --git a/src/star-cad_0.5.sh b/src/star-cad_0.5.sh @@ -1,34 +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_CAD_SH}" ] && return -export STAR_CAD_SH=1 - -. "build.sh" -. "gmsh_4.12.2.sh" -. "rsys_0.14.sh" -. "star-enclosures-3d_0.7.2.sh" -. "star-geometry-3d_0.2.sh" - -name="star-cad" -url="$\(REPO\)/star-cad.git" -tag="0.5" -dep="gmsh rsys star-enclosures-3d star-geometry-3d" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo