star-build

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

commit ba7aa04065d29a5d9c03316169adbd0f29e0e28f
parent 47beb8d42b23e424cd3efe2736278609b62a6180
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 11 Sep 2024 10:05:30 +0200

Upgrade city-generator to 0.3.1

The 0.3 star-build script referenced star-cpr 0.5 while city-genrator
0.3 own config file referenced star-cpr 0.4.1.
Upgrade star-cpr dependency to 0.5.1 to clean things up.
Additionally, star-cpr 0.5 introduced a bug as it reverted its Clipper2
dependency to the obsolete 1.1.1 version.

Diffstat:
Asrc/city_generator2_0.3.1.sh | 37+++++++++++++++++++++++++++++++++++++
Dsrc/city_generator2_0.3.sh | 37-------------------------------------
2 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/src/city_generator2_0.3.1.sh b/src/city_generator2_0.3.1.sh @@ -0,0 +1,37 @@ +#!/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 "${CITY_GENERATOR2}" ] && return +export CITY_GENERATOR2=1 + +. "build.sh" +. "rsys_0.14.sh" +. "libcyaml_1.4.1.sh" +. "star-stl_0.5.sh" +. "star-cad_0.5.sh" +. "star-cpr_0.5.1.sh" + +name="city_generator2" +url="$\(REPO\)/city_generator2.git" +tag="0.3" +dep="rsys libcyaml star-stl star-cad star-cpr" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo + +profile city_generator2.profile diff --git a/src/city_generator2_0.3.sh b/src/city_generator2_0.3.sh @@ -1,37 +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 "${CITY_GENERATOR2}" ] && return -export CITY_GENERATOR2=1 - -. "build.sh" -. "rsys_0.14.sh" -. "libcyaml_1.4.1.sh" -. "star-stl_0.5.sh" -. "star-cad_0.5.sh" -. "star-cpr_0.5.sh" - -name="city_generator2" -url="$\(REPO\)/city_generator2.git" -tag="0.3" -dep="rsys libcyaml star-stl star-cad star-cpr" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo - -profile city_generator2.profile