star-build

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

commit 0451132746cf70da9c6feebdb6d0b00085feffef
parent 47132fc46a7332ab068bcf30413d96746fefda6c
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 23 Jun 2026 17:46:10 +0200

Add the build script for solstice-pp 0.4

Diffstat:
Asrc/sci-apps/solpp_0.4.sh | 34++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+), 0 deletions(-)

diff --git a/src/sci-apps/solpp_0.4.sh b/src/sci-apps/solpp_0.4.sh @@ -0,0 +1,34 @@ +#!/bin/sh + +# Copyright (C) 2023-2026 |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 + +. "misc/build.sh" + +name="solstice-pp" +tag="0.4" + +if [ -n "${SOLSTICE_PP_SH}" ]; then + check_conflict "${name}" "${tag}" "${SOLSTICE_PP_SH}" +else + export SOLSTICE_PP_SH="${tag}" + + url="$\(REPO\)/solstice-pp.git" + dep="" + opt="BUILD_TYPE=$\(BUILD_TYPE\)" + git_repo +fi