commit a9e2550326b788804433c2a058451560c43bc2e6
parent d7195f65a671f05953f725724dad1f747e28e270
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sun, 21 Apr 2024 20:27:11 +0200
Versionize the stardis-solver build script to 0.15
Diffstat:
2 files changed, 40 insertions(+), 40 deletions(-)
diff --git a/src/stardis-solver.sh b/src/stardis-solver.sh
@@ -1,40 +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 "${STARDIS_SOLVER}" ] && return
-export STARDIS_SOLVER=1
-
-[ -z "${DISTRIB_PARALLELISM}" ] && DISTRIB_PARALLELISM=MPI
-
-. "build.sh"
-. "rsys_0.14.sh"
-. "star-2d_0.7.sh"
-. "star-3d_0.10.sh"
-. "star-enclosures-2d_0.6.sh"
-. "star-enclosures-3d_0.7.sh"
-. "star-sp_0.14.sh"
-. "star-wf_0.0.sh"
-
-name="stardis-solver"
-url="$\(REPO\)/stardis-solver.git"
-tag="origin/develop"
-dep="rsys star-2d star-3d star-enclosures-2d star-enclosures-3d star-sp star-wf"
-opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
-opt="${opt} DISTRIB_PARALLELISM=${DISTRIB_PARALLELISM}"
-git_repo
diff --git a/src/stardis-solver_0.15.sh b/src/stardis-solver_0.15.sh
@@ -0,0 +1,40 @@
+#!/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 "${STARDIS_SOLVER}" ] && return
+export STARDIS_SOLVER=1
+
+[ -z "${DISTRIB_PARALLELISM}" ] && DISTRIB_PARALLELISM=MPI
+
+. "build.sh"
+. "rsys_0.14.sh"
+. "star-2d_0.7.sh"
+. "star-3d_0.10.sh"
+. "star-enclosures-2d_0.6.sh"
+. "star-enclosures-3d_0.7.sh"
+. "star-sp_0.14.sh"
+. "star-wf_0.0.sh"
+
+name="stardis-solver"
+url="$\(REPO\)/stardis-solver.git"
+tag="0.15"
+dep="rsys star-2d star-3d star-enclosures-2d star-enclosures-3d star-sp star-wf"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+opt="${opt} DISTRIB_PARALLELISM=${DISTRIB_PARALLELISM}"
+git_repo