star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit 59b974e35f82c9d64f9f0045da839407655b389a
parent c8370e0f17de16228d03afb3e954415d277f913e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 11 Sep 2024 14:45:59 +0200

Upd the version of the stardis and stardis-solver

Diffstat:
Mlint.mk | 4++--
Msrc/stardis-green_0.5.1.sh | 2+-
Asrc/stardis-solver_0.16.1.sh | 40++++++++++++++++++++++++++++++++++++++++
Dsrc/stardis-solver_0.16.sh | 40----------------------------------------
Asrc/stardis_0.11.1.sh | 42++++++++++++++++++++++++++++++++++++++++++
Dsrc/stardis_0.11.sh | 42------------------------------------------
6 files changed, 85 insertions(+), 85 deletions(-)

diff --git a/lint.mk b/lint.mk @@ -71,8 +71,8 @@ lint: shellcheck -o all -x -P src src/star-vx_0.3.sh shellcheck -o all -x -P src src/star-wf_0.0.sh shellcheck -o all -x -P src src/stardis_0.10.1.sh - shellcheck -o all -x -P src src/stardis_0.11.sh + shellcheck -o all -x -P src src/stardis_0.11.1.sh shellcheck -o all -x -P src src/stardis-green_0.5.1.sh shellcheck -o all -x -P src src/stardis-solver_0.15.2.sh - shellcheck -o all -x -P src src/stardis-solver_0.16.sh + shellcheck -o all -x -P src src/stardis-solver_0.16.1.sh shellcheck -o all -x -P src src/tbb_2021.13.0.sh diff --git a/src/stardis-green_0.5.1.sh b/src/stardis-green_0.5.1.sh @@ -22,7 +22,7 @@ export STARDIS_GREEN=1 . "build.sh" . "rsys_0.14.sh" -. "stardis_0.11.sh" +. "stardis_0.11.1.sh" name="stardis-green" url="$\(REPO\)/stardis-green.git" diff --git a/src/stardis-solver_0.16.1.sh b/src/stardis-solver_0.16.1.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.2.sh" +. "star-sp_0.14.sh" +. "star-wf_0.0.sh" + +name="stardis-solver" +url="$\(REPO\)/stardis-solver.git" +tag="0.16.1" +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.16.sh b/src/stardis-solver_0.16.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.2.sh" -. "star-sp_0.14.sh" -. "star-wf_0.0.sh" - -name="stardis-solver" -url="$\(REPO\)/stardis-solver.git" -tag="0.16" -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_0.11.1.sh b/src/stardis_0.11.1.sh @@ -0,0 +1,42 @@ +#!/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}" ] && return +export STARDIS=1 + +[ -z "${DISTRIB_PARALLELISM}" ] && DISTRIB_PARALLELISM=MPI + +. "build.sh" +. "rsys_0.14.sh" +. "star-3d_0.10.sh" +. "star-enclosures-3d_0.7.2.sh" +. "star-geometry-3d_0.2.sh" +. "star-sp_0.14.sh" +. "star-stl_0.5.sh" +. "stardis-solver_0.16.1.sh" + +name="stardis" +url="$\(REPO\)/stardis.git" +tag="0.11.1" +dep="rsys star-3d star-enclosures-3d star-geometry-3d star-sp star-stl stardis-solver" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +opt="${opt} DISTRIB_PARALLELISM=${DISTRIB_PARALLELISM}" +git_repo + +profile stardis.profile diff --git a/src/stardis_0.11.sh b/src/stardis_0.11.sh @@ -1,42 +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}" ] && return -export STARDIS=1 - -[ -z "${DISTRIB_PARALLELISM}" ] && DISTRIB_PARALLELISM=MPI - -. "build.sh" -. "rsys_0.14.sh" -. "star-3d_0.10.sh" -. "star-enclosures-3d_0.7.2.sh" -. "star-geometry-3d_0.2.sh" -. "star-sp_0.14.sh" -. "star-stl_0.5.sh" -. "stardis-solver_0.16.sh" - -name="stardis" -url="$\(REPO\)/stardis.git" -tag="0.11" -dep="rsys star-3d star-enclosures-3d star-geometry-3d star-sp star-stl stardis-solver" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -opt="${opt} DISTRIB_PARALLELISM=${DISTRIB_PARALLELISM}" -git_repo - -profile stardis.profile