commit d7195f65a671f05953f725724dad1f747e28e270
parent ba73a7fd6d9324cc410169bf60f4838f745d436d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 19 Apr 2024 16:17:08 +0200
Version the star-wf build script to 0.0
Diffstat:
4 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/lint.mk b/lint.mk
@@ -60,5 +60,5 @@ lint:
shellcheck -o all -x -P src src/star-stl_0.5.sh
shellcheck -o all -x -P src src/star-uvm_0.3.1.sh
shellcheck -o all -x -P src src/star-vx_0.3.sh
- shellcheck -o all -x -P src src/star-wf.sh
+ shellcheck -o all -x -P src src/star-wf_0.0.sh
shellcheck -o all -x -P src src/stardis-solver.sh
diff --git a/src/star-wf.sh b/src/star-wf.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_WF}" ] && return
-export STAR_WF=1
-
-. "build.sh"
-. "rsys_0.14.sh"
-
-name="star-wf"
-url="$\(REPO\)/star-wf.git"
-tag="origin/master"
-dep="rsys"
-opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
-git_repo
diff --git a/src/star-wf_0.0.sh b/src/star-wf_0.0.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_WF}" ] && return
+export STAR_WF=1
+
+. "build.sh"
+. "rsys_0.14.sh"
+
+name="star-wf"
+url="$\(REPO\)/star-wf.git"
+tag="0.0"
+dep="rsys"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+git_repo
diff --git a/src/stardis-solver.sh b/src/stardis-solver.sh
@@ -29,7 +29,7 @@ export STARDIS_SOLVER=1
. "star-enclosures-2d_0.6.sh"
. "star-enclosures-3d_0.7.sh"
. "star-sp_0.14.sh"
-. "star-wf.sh"
+. "star-wf_0.0.sh"
name="stardis-solver"
url="$\(REPO\)/stardis-solver.git"