commit 3404e665910c776b16379cff70c6cd786c47a29d
parent ad547ee22df2562ac413e36d0f9d4e278f6ccd83
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 16 Dec 2024 12:38:35 +0100
Add a build script for Star Gebhart Factor 0.3
Diffstat:
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/lint.mk b/lint.mk
@@ -65,6 +65,7 @@ lint:
shellcheck -o all -x -P src src/star-enclosures-3d_0.7.2.sh
shellcheck -o all -x -P src src/star-engine_0.15.sh
shellcheck -o all -x -P src src/star-geometry-3d_0.2.sh
+ shellcheck -o all -x -P src src/star-gf_0.3.sh
shellcheck -o all -x -P src src/star-mc_0.6.sh
shellcheck -o all -x -P src src/star-mesh_0.1.sh
shellcheck -o all -x -P src src/star-sf_0.9.sh
diff --git a/src/star-gf_0.3.sh b/src/star-gf_0.3.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_GF_SH}" ] && return
+export STAR_GF_SH=1
+
+. "build.sh"
+. "rsys_0.14.sh"
+. "star-2d_0.7.sh"
+. "star-3d_0.10.sh"
+. "star-sp_0.14.sh"
+
+name="star-gf"
+url="$\(REPO\)/star-gf.git"
+tag="0.3"
+dep="rsys star-2d star-3d star-sp"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+git_repo