star-build

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

star-engine_0.16.sh (1569B)


      1 #!/bin/sh
      2 
      3 # Copyright (C) 2023-2026 |Méso|Star> (contact@meso-star.com)
      4 #
      5 # This file is part of Star-Build.
      6 #
      7 # Star-Build is free software: you can redistribute it and/or modify
      8 # it under the terms of the GNU General Public License as published by
      9 # the Free Software Foundation, either version 3 of the License, or
     10 # (at your option) any later version.
     11 #
     12 # Star-Build is distributed in the hope that it will be useful,
     13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     15 # GNU General Public License for more details.
     16 #
     17 # You should have received a copy of the GNU General Public License
     18 # along with Star-Build. If not, see <http://www.gnu.org/licenses/>.
     19 
     20 set -e
     21 
     22 version="0.16"
     23 
     24 if [ -n "${STAR_ENGINE_SH}" ]; then
     25   check_conflict "Star-Engine" "${version}" "${STAR_ENGINE_SH}"
     26   return
     27 fi
     28 
     29 export STAR_ENGINE_SH="${version}"
     30 
     31 . "cad-libs/aw_2.1.sh"
     32 . "cad-libs/star-3dut_0.4.sh"
     33 . "cad-libs/star-stl_0.7.sh"
     34 . "rad-libs/star-blackbody_0.0.sh"
     35 . "rad-libs/star-sf_0.10.sh"
     36 . "sci-apps/htpp_0.5.sh"
     37 . "sci-apps/star-4v_s_0.6.sh"
     38 . "sci-libs/star-2d_0.7.sh"
     39 . "sci-libs/star-3d_0.10.1.sh"
     40 . "sci-libs/star-3daw_0.5.sh"
     41 . "sci-libs/star-3dstl_0.5.sh"
     42 . "sci-libs/star-camera_0.2.sh"
     43 . "sci-libs/star-cmap_0.1.sh"
     44 . "sci-libs/star-mc_0.6.sh"
     45 . "sci-libs/star-sp_0.15.sh"
     46 . "sci-libs/star-uniq_0.0.sh"
     47 . "sci-libs/star-uvm_0.4.1.sh"
     48 . "sci-libs/star-vx_0.3.1.sh"
     49 . "sci-libs/star-wf_0.0.sh"
     50 
     51 # shellcheck disable=SC2310
     52 if use_simd; then
     53   . "sci-libs/rsimd_0.6.1.sh"
     54 fi
     55 
     56 profile profile