commit 292861430b806f74d1a75f9eddb6800f953f0dd6
parent 2e4abc28ae2c06be1848ef9b068cfa7b7650c684
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 18 Jul 2024 17:38:53 +0200
Versioning the star-cad build script
Set to version 0.5
Diffstat:
4 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/lint.mk b/lint.mk
@@ -51,7 +51,7 @@ lint:
shellcheck -o all -x -P src src/star-3dut_0.4.sh
shellcheck -o all -x -P src src/star-aerosol_0.1.sh
shellcheck -o all -x -P src src/star-buffer_0.1.sh
- shellcheck -o all -x -P src src/star-cad.sh
+ shellcheck -o all -x -P src src/star-cad_0.5.sh
shellcheck -o all -x -P src src/star-camera_0.2.sh
shellcheck -o all -x -P src src/star-ck_0.1.sh
shellcheck -o all -x -P src src/star-cmap_0.1.sh
diff --git a/src/city_generator2_0.3.sh b/src/city_generator2_0.3.sh
@@ -24,7 +24,7 @@ export CITY_GENERATOR2=1
. "rsys_0.14.sh"
. "libcyaml_1.4.1.sh"
. "star-stl_0.5.sh"
-. "star-cad.sh"
+. "star-cad_0.5.sh"
. "star-cpr.sh"
name="city_generator2"
diff --git a/src/star-cad.sh b/src/star-cad.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="origin/develop"
-dep="gmsh rsys star-enclosures-3d star-geometry-3d"
-opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
-git_repo
diff --git a/src/star-cad_0.5.sh b/src/star-cad_0.5.sh
@@ -0,0 +1,34 @@
+#!/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