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 (1258B)


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