commit b072f7cb73d22fc6c4585d956c355ab5c7acd183
parent 9a277e9f23feb29b43908cf9d3d69347591db9b5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 2 Nov 2023 12:03:08 +0100
Replace atrstm 0.1 by atrstm 0.1.1
Diffstat:
4 files changed, 46 insertions(+), 46 deletions(-)
diff --git a/lint.mk b/lint.mk
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
lint:
- shellcheck -o all -x -P src src/atrstm_0.1.sh
+ shellcheck -o all -x -P src src/atrstm_0.1.1.sh
shellcheck -o all -x -P src src/atrri_0.1.sh
shellcheck -o all -x -P src src/atrtp_0.1.sh
shellcheck -o all -x -P src src/aw_2.1.sh
diff --git a/src/atrstm_0.1.1.sh b/src/atrstm_0.1.1.sh
@@ -0,0 +1,44 @@
+#!/bin/sh
+
+# Copyright (C) 2023 |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 "${ATRSTM_SH}" ] && return
+export ATRSTM_SH=1
+
+. "build.sh"
+. "atrri_0.1.sh"
+. "atrtp_0.1.sh"
+. "rsys_0.14.sh"
+. "star-mesh_0.1.sh"
+. "star-uvm_0.3.sh"
+. "star-vx_0.3.sh"
+
+[ -z "${USE_SIMD}" ] && USE_SIMD="0"
+[ "${USE_SIMD}" != 0 ] && . "rsimd_0.5.sh"
+
+name="atrstm"
+url="$\(REPO\)/atrstm.git"
+tag="0.1.1"
+dep="atrri atrtp rsys star-mesh star-uvm star-vx"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+
+if [ "${USE_SIMD}" != "0" ]; then
+ dep="${dep} rsimd"
+fi
+
+git_repo
diff --git a/src/atrstm_0.1.sh b/src/atrstm_0.1.sh
@@ -1,44 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2023 |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 "${ATRSTM_SH}" ] && return
-export ATRSTM_SH=1
-
-. "build.sh"
-. "atrri_0.1.sh"
-. "atrtp_0.1.sh"
-. "rsys_0.14.sh"
-. "star-mesh_0.1.sh"
-. "star-uvm_0.3.sh"
-. "star-vx_0.3.sh"
-
-[ -z "${USE_SIMD}" ] && USE_SIMD="0"
-[ "${USE_SIMD}" != 0 ] && . "rsimd_0.5.sh"
-
-name="atrstm"
-url="$\(REPO\)/atrstm.git"
-tag="0.1"
-dep="atrri atrtp rsys star-mesh star-uvm star-vx"
-opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
-
-if [ "${USE_SIMD}" != "0" ]; then
- dep="${dep} rsimd"
-fi
-
-git_repo
diff --git a/src/htrdr_0.10.sh b/src/htrdr_0.10.sh
@@ -40,7 +40,7 @@ if [ "${ATMOSPHERE}" = "ENABLE" ]; then
dep="${dep} htsky"
fi
if [ "${COMBUSTION}" = "ENABLE" ]; then
- . "atrstm_0.1.sh"
+ . "atrstm_0.1.1.sh"
dep="${dep} atrstm"
fi
if [ "${PLANETO}" = "ENABLE" ]; then