commit a5b93015193c73a8aa1eb4182e3460ece20ceaa2
parent a17da0b6bbcc6e383e3e3b5ed02a3d295eac4e03
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 17 Jul 2024 11:33:32 +0200
Version of stardis-enclosure-3d updated to 0.7.2
Diffstat:
6 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/lint.mk b/lint.mk
@@ -56,7 +56,7 @@ lint:
shellcheck -o all -x -P src src/star-ck_0.1.sh
shellcheck -o all -x -P src src/star-cmap_0.1.sh
shellcheck -o all -x -P src src/star-enclosures-2d_0.6.sh
- shellcheck -o all -x -P src src/star-enclosures-3d_0.7.1.sh
+ 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-mc_0.6.sh
diff --git a/src/star-cad.sh b/src/star-cad.sh
@@ -23,7 +23,7 @@ export STAR_CAD_SH=1
. "build.sh"
. "gmsh_4.12.2.sh"
. "rsys_0.14.sh"
-. "star-enclosures-3d_0.7.1.sh"
+. "star-enclosures-3d_0.7.2.sh"
. "star-geometry-3d_0.2.sh"
name="star-cad"
diff --git a/src/star-enclosures-3d_0.7.1.sh b/src/star-enclosures-3d_0.7.1.sh
@@ -1,32 +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_ENCLOSURES_3D}" ] && return
-export STAR_ENCLOSURES_3D=1
-
-. "build.sh"
-. "rsys_0.14.sh"
-. "star-3d_0.10.sh"
-
-name="star-enclosures-3d"
-url="$\(REPO\)/star-enclosures-3d.git"
-tag="0.7.1"
-dep="rsys star-3d"
-opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
-git_repo
diff --git a/src/star-enclosures-3d_0.7.2.sh b/src/star-enclosures-3d_0.7.2.sh
@@ -0,0 +1,32 @@
+#!/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_ENCLOSURES_3D}" ] && return
+export STAR_ENCLOSURES_3D=1
+
+. "build.sh"
+. "rsys_0.14.sh"
+. "star-3d_0.10.sh"
+
+name="star-enclosures-3d"
+url="$\(REPO\)/star-enclosures-3d.git"
+tag="0.7.2"
+dep="rsys star-3d"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+git_repo
diff --git a/src/stardis-solver_0.15.2.sh b/src/stardis-solver_0.15.2.sh
@@ -27,7 +27,7 @@ export STARDIS_SOLVER=1
. "star-2d_0.7.sh"
. "star-3d_0.10.sh"
. "star-enclosures-2d_0.6.sh"
-. "star-enclosures-3d_0.7.1.sh"
+. "star-enclosures-3d_0.7.2.sh"
. "star-sp_0.14.sh"
. "star-wf_0.0.sh"
diff --git a/src/stardis_0.10.1.sh b/src/stardis_0.10.1.sh
@@ -25,7 +25,7 @@ export STARDIS=1
. "build.sh"
. "rsys_0.14.sh"
. "star-3d_0.10.sh"
-. "star-enclosures-3d_0.7.1.sh"
+. "star-enclosures-3d_0.7.2.sh"
. "star-geometry-3d_0.2.sh"
. "star-sp_0.14.sh"
. "star-stl_0.5.sh"