star-build

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

ssolver_0.10.sh (1291B)


      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 
     32 name="ssol"
     33 tag="0.10"
     34 
     35 if [ -n "${SSOLVER_SH}" ]; then
     36   check_conflict "${name}" "${tag}" "${SSOLVER_SH}"
     37 else
     38   export HTMIE_SH="${tag}"
     39 
     40   url="$\(REPO\)/solstice-solver.git"
     41   dep="rsys star-3d star-3dut star-cpr star-cpr star-sf star-sp"
     42   opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
     43   git_repo
     44 fi