commit cee859889358f742894c23adee83abc115c77fc7 parent 9d80b16e4113d199d30d6c99a2732bafd99350aa Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 29 Apr 2025 10:49:58 +0200 Add star-cad 0.5.2 build script Diffstat:
| A | src/star-cad_0.5.2.sh | | | 34 | ++++++++++++++++++++++++++++++++++ |
1 file changed, 34 insertions(+), 0 deletions(-)
diff --git a/src/star-cad_0.5.2.sh b/src/star-cad_0.5.2.sh @@ -0,0 +1,34 @@ +#!/bin/sh + +# Copyright (C) 2023-2025 |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_CAD_SH}" ] && return +export STAR_CAD_SH=1 + +. "build.sh" +. "gmsh_4.12.2.sh" +. "rsys_0.14.sh" +. "star-enclosures-3d_0.7.2.sh" +. "star-geometry-3d_0.2.sh" + +name="star-cad" +url="$\(REPO\)/star-cad.git" +tag="0.5.2" +dep="gmsh rsys star-enclosures-3d star-geometry-3d" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo