ssolver_0.11.sh (1320B)
1 #!/bin/sh 2 3 # Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) 4 # 5 # This file is part of Star-Build. 6 # Copyright (C) 2016, 2017 CNRS. 7 # 8 # Star-Build is free software: you can redistribute it and/or modify 9 # it under the terms of the GNU General Public License as published by 10 # the Free Software Foundation, either version 3 of the License, or 11 # (at your option) any later version. 12 # 13 # Star-Build is distributed in the hope that it will be useful, 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 # GNU General Public License for more details. 17 # 18 # You should have received a copy of the GNU General Public License 19 # along with Star-Build. If not, see <http://www.gnu.org/licenses/>. 20 21 set -e 22 23 . "misc/build.sh" 24 25 . "sys-libs/rsys_0.15.sh" 26 . "sci-libs/star-3d_0.10.1.sh" 27 . "cad-libs/star-3dut_0.4.sh" 28 . "cad-libs/star-cpr_0.5.sh" 29 . "rad-libs/star-sf_0.10.sh" 30 . "sci-libs/star-sp_0.15.sh" 31 . "sci-libs/star-cem_0.1.sh" 32 33 name="ssol" 34 tag="0.11" 35 36 if [ -n "${SSOLVER_SH}" ]; then 37 check_conflict "${name}" "${tag}" "${SSOLVER_SH}" 38 else 39 export HTMIE_SH="${tag}" 40 41 url="$\(REPO\)/solstice-solver.git" 42 dep="rsys star-3d star-3dut star-cpr star-cpr star-sf star-sp" 43 opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" 44 git_repo 45 fi