commit 66a37d31f94c1ba91a3ffa7d4c59bb2d0f6c79d5
parent a9e2550326b788804433c2a058451560c43bc2e6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 24 Apr 2024 15:18:23 +0200
Version the stardis-solver build script to 0.15
Diffstat:
2 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/src/star-geometry-3d.sh b/src/star-geometry-3d.sh
@@ -1,31 +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_GEOMETRY_3D}" ] && return
-export STAR_GEOMETRY_3D=1
-
-. "build.sh"
-. "rsys_0.14.sh"
-
-name="star-geometry-3d"
-url="$\(REPO\)/star-geometry-3d.git"
-tag="origin/feature_posix_make"
-dep="rsys"
-opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
-git_repo
diff --git a/src/star-geometry-3d_0.2.sh b/src/star-geometry-3d_0.2.sh
@@ -0,0 +1,31 @@
+#!/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_GEOMETRY_3D}" ] && return
+export STAR_GEOMETRY_3D=1
+
+. "build.sh"
+. "rsys_0.14.sh"
+
+name="star-geometry-3d"
+url="$\(REPO\)/star-geometry-3d.git"
+tag="0.2"
+dep="rsys"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+git_repo