star-build

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

commit 37d433c5ce57f42a124cbffddbf9b7f9ca3eddf4
parent b963f33f8088dc0638df5c55879e354d0d40a163
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 31 Oct 2023 16:37:11 +0100

Versioning (almost) all build scripts

All projects managed by star-build are now versioned. Their build
scripts are therefore no longer linked to a branch under development,
but to a specific tag defining their current version. Future versions
will have their own scripts.

And perhaps a link/copy to the latest version will be provided for
certain projects. For example, htrdr_latest.sh would be the latest
stable version of htrdr.

Diffstat:
Mlint.mk | 70++++++++++++++++++++++++++++++++++++----------------------------------
Dsrc/atrri.sh | 29-----------------------------
Asrc/atrri_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/atrstm.sh | 41-----------------------------------------
Asrc/atrstm_0.1.sh | 42++++++++++++++++++++++++++++++++++++++++++
Dsrc/atrtp.sh | 29-----------------------------
Asrc/atrtp_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/aw.sh | 29-----------------------------
Asrc/aw_2.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/htcp.sh | 29-----------------------------
Asrc/htcp_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/htgop.sh | 29-----------------------------
Asrc/htgop_0.2.sh | 29+++++++++++++++++++++++++++++
Dsrc/htmie.sh | 29-----------------------------
Asrc/htmie_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/htpp.sh | 30------------------------------
Asrc/htpp_0.5.sh | 30++++++++++++++++++++++++++++++
Dsrc/htrdr.sh | 59-----------------------------------------------------------
Asrc/htrdr_0.10.sh | 60++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dsrc/htsky.sh | 33---------------------------------
Asrc/htsky_0.3.sh | 33+++++++++++++++++++++++++++++++++
Dsrc/mrumtl.sh | 29-----------------------------
Asrc/mrumtl_0.2.sh | 29+++++++++++++++++++++++++++++
Dsrc/polygon.sh | 29-----------------------------
Asrc/polygon_0.2.sh | 29+++++++++++++++++++++++++++++
Dsrc/rnatm.sh | 39---------------------------------------
Asrc/rnatm_0.1.sh | 39+++++++++++++++++++++++++++++++++++++++
Dsrc/rngrd.sh | 35-----------------------------------
Asrc/rngrd_0.1.sh | 35+++++++++++++++++++++++++++++++++++
Dsrc/rnsf.sh | 29-----------------------------
Asrc/rnsf_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/rnsl.sh | 29-----------------------------
Asrc/rnsl_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/rsimd.sh | 30------------------------------
Asrc/rsimd_0.5.sh | 30++++++++++++++++++++++++++++++
Dsrc/rsys.sh | 27---------------------------
Asrc/rsys_0.14.sh | 27+++++++++++++++++++++++++++
Msrc/sgs.sh | 8++++----
Dsrc/star-2d.sh | 30------------------------------
Asrc/star-2d_0.7.sh | 30++++++++++++++++++++++++++++++
Dsrc/star-3d.sh | 30------------------------------
Asrc/star-3d_0.10.sh | 30++++++++++++++++++++++++++++++
Dsrc/star-3daw.sh | 32--------------------------------
Asrc/star-3daw_0.5.sh | 32++++++++++++++++++++++++++++++++
Dsrc/star-3dstl.sh | 31-------------------------------
Asrc/star-3dstl_0.4.sh | 32++++++++++++++++++++++++++++++++
Dsrc/star-3dut.sh | 29-----------------------------
Asrc/star-3dut_0.4.sh | 29+++++++++++++++++++++++++++++
Dsrc/star-aerosol.sh | 29-----------------------------
Asrc/star-aerosol_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/star-buffer.sh | 29-----------------------------
Asrc/star-buffer_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/star-camera.sh | 29-----------------------------
Asrc/star-camera_0.2.sh | 29+++++++++++++++++++++++++++++
Dsrc/star-ck.sh | 29-----------------------------
Asrc/star-ck_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/star-cmap.sh | 29-----------------------------
Asrc/star-cmap_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/star-engine.sh | 40----------------------------------------
Asrc/star-engine_0.15.sh | 40++++++++++++++++++++++++++++++++++++++++
Dsrc/star-mc.sh | 30------------------------------
Asrc/star-mc_0.6.sh | 30++++++++++++++++++++++++++++++
Dsrc/star-mesh.sh | 29-----------------------------
Asrc/star-mesh_0.1.sh | 29+++++++++++++++++++++++++++++
Dsrc/star-sf.sh | 40----------------------------------------
Asrc/star-sf_0.9.sh | 40++++++++++++++++++++++++++++++++++++++++
Dsrc/star-sp.sh | 30------------------------------
Asrc/star-sp_0.14.sh | 30++++++++++++++++++++++++++++++
Dsrc/star-stl.sh | 29-----------------------------
Asrc/star-stl_0.5.sh | 29+++++++++++++++++++++++++++++
Dsrc/star-uvm.sh | 30------------------------------
Asrc/star-uvm_0.3.sh | 30++++++++++++++++++++++++++++++
Dsrc/star-vx.sh | 29-----------------------------
Asrc/star-vx_0.3.sh | 29+++++++++++++++++++++++++++++
74 files changed, 1181 insertions(+), 1176 deletions(-)

diff --git a/lint.mk b/lint.mk @@ -14,45 +14,47 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. lint: - shellcheck -o all -x -P src src/atrri.sh - shellcheck -o all -x -P src src/atrtp.sh - shellcheck -o all -x -P src src/aw.sh + shellcheck -o all -x -P src src/atrstm_0.1.sh + shellcheck -o all -x -P src src/atrri_0.1.sh + shellcheck -o all -x -P src src/atrtp_0.1.sh + shellcheck -o all -x -P src src/aw_2.1.sh shellcheck -o all -x -P src src/build.sh shellcheck -o all -x -P src src/embree_4.0.1.sh - shellcheck -o all -x -P src src/htcp.sh - shellcheck -o all -x -P src src/htgop.sh - shellcheck -o all -x -P src src/htmie.sh - shellcheck -o all -x -P src src/htrdr.sh - shellcheck -o all -x -P src src/htsky.sh - shellcheck -o all -x -P src src/mrumtl.sh + shellcheck -o all -x -P src src/htcp_0.1.sh + shellcheck -o all -x -P src src/htgop_0.2.sh + shellcheck -o all -x -P src src/htmie_0.1.sh + shellcheck -o all -x -P src src/htpp_0.5.sh + shellcheck -o all -x -P src src/htrdr_0.10.sh + shellcheck -o all -x -P src src/htsky_0.3.sh + shellcheck -o all -x -P src src/mrumtl_0.2.sh shellcheck -o all -x -P src src/noweb_2.13rc3.sh - shellcheck -o all -x -P src src/polygon.sh + shellcheck -o all -x -P src src/polygon_0.2.sh shellcheck -o all -x -P src src/prereq.sh shellcheck -o all -x -P src src/random123_1.14.0.sh - shellcheck -o all -x -P src src/rnatm.sh - shellcheck -o all -x -P src src/rngrd.sh - shellcheck -o all -x -P src src/rnsf.sh - shellcheck -o all -x -P src src/rnsl.sh - shellcheck -o all -x -P src src/rsimd.sh - shellcheck -o all -x -P src src/rsys.sh + shellcheck -o all -x -P src src/rnatm_0.1.sh + shellcheck -o all -x -P src src/rngrd_0.1.sh + shellcheck -o all -x -P src src/rnsf_0.1.sh + shellcheck -o all -x -P src src/rnsl_0.1.sh + shellcheck -o all -x -P src src/rsimd_0.5.sh + shellcheck -o all -x -P src src/rsys_0.14.sh shellcheck -o all -x -P src src/scdoc_1.11.2-r1.sh shellcheck -o all -x -P src src/sgs.sh shellcheck -o all -x -P src src/sleef_3.5.2-r0.sh - shellcheck -o all -x -P src src/star-2d.sh - shellcheck -o all -x -P src src/star-3daw.sh - shellcheck -o all -x -P src src/star-3d.sh - shellcheck -o all -x -P src src/star-3dstl.sh - shellcheck -o all -x -P src src/star-3dut.sh - shellcheck -o all -x -P src src/star-aerosol.sh - shellcheck -o all -x -P src src/star-buffer.sh - shellcheck -o all -x -P src src/star-camera.sh - shellcheck -o all -x -P src src/star-ck.sh - shellcheck -o all -x -P src src/star-cmap.sh - shellcheck -o all -x -P src src/star-engine.sh - shellcheck -o all -x -P src src/star-mc.sh - shellcheck -o all -x -P src src/star-mesh.sh - shellcheck -o all -x -P src src/star-sf.sh - shellcheck -o all -x -P src src/star-sp.sh - shellcheck -o all -x -P src src/star-stl.sh - shellcheck -o all -x -P src src/star-uvm.sh - shellcheck -o all -x -P src src/star-vx.sh + shellcheck -o all -x -P src src/star-2d_0.7.sh + shellcheck -o all -x -P src src/star-3daw_0.5.sh + shellcheck -o all -x -P src src/star-3d_0.10.sh + shellcheck -o all -x -P src src/star-3dstl_0.4.sh + shellcheck -o all -x -P src src/star-3dut_0.4.sh + shellcheck -o all -x -P src src/star-aerosol_0.1.sh + shellcheck -o all -x -P src src/star-buffer_0.1.sh + shellcheck -o all -x -P src src/star-camera_0.2.sh + shellcheck -o all -x -P src src/star-ck_0.1.sh + shellcheck -o all -x -P src src/star-cmap_0.1.sh + shellcheck -o all -x -P src src/star-engine_0.15.sh + shellcheck -o all -x -P src src/star-mc_0.6.sh + shellcheck -o all -x -P src src/star-mesh_0.1.sh + shellcheck -o all -x -P src src/star-sf_0.9.sh + shellcheck -o all -x -P src src/star-sp_0.14.sh + shellcheck -o all -x -P src src/star-stl_0.5.sh + shellcheck -o all -x -P src src/star-uvm_0.3.sh + shellcheck -o all -x -P src src/star-vx_0.3.sh diff --git a/src/atrri.sh b/src/atrri.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${ATRRI_SH}" ] && return -export ATRRI_SH=1 - -. "build.sh" -. "rsys.sh" - -name="atrri" -url="$\(REPO\)/atrri.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/atrri_0.1.sh b/src/atrri_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${ATRRI_SH}" ] && return +export ATRRI_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="atrri" +url="$\(REPO\)/atrri.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/atrstm.sh b/src/atrstm.sh @@ -1,41 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${ATRSTM_SH}" ] && return -export ATRSTM_SH=1 - -[ "${USE_SIMD}" != 0 ] && . "rsimd.sh" - -. "build.sh" -. "atrri.sh" -. "atrtp.sh" -. "rsys.sh" -. "star-mesh.sh" -. "star-uvm.sh" -. "star-vx.sh" - -name="atrstm" -url="$\(REPO\)/atrstm.git" -tag="origin/feature_posix_make" -dep="atrri atrtp rsys star-mesh star-uvm star-vx" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" - -if [ "${USE_SIMD}" != "0" ]; then - dep="${dep} rsimd" -fi - -git_repo diff --git a/src/atrstm_0.1.sh b/src/atrstm_0.1.sh @@ -0,0 +1,42 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${ATRSTM_SH}" ] && return +export ATRSTM_SH=1 + +. "build.sh" +. "atrri_0.1.sh" +. "atrtp_0.1.sh" +. "rsys_0.14.sh" +. "star-mesh_0.1.sh" +. "star-uvm_0.3.sh" +. "star-vx_0.3.sh" + +[ -z "${USE_SIMD}" ] && USE_SIMD="0" +[ "${USE_SIMD}" != 0 ] && . "rsimd_0.5.sh" + +name="atrstm" +url="$\(REPO\)/atrstm.git" +tag="0.1" +dep="atrri atrtp rsys star-mesh star-uvm star-vx" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" + +if [ "${USE_SIMD}" != "0" ]; then + dep="${dep} rsimd" +fi + +git_repo diff --git a/src/atrtp.sh b/src/atrtp.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${ATRTP_SH}" ] && return -export ATRTP_SH=1 - -. "build.sh" -. "rsys.sh" - -name="atrtp" -url="$\(REPO\)/atrtp.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/atrtp_0.1.sh b/src/atrtp_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${ATRTP_SH}" ] && return +export ATRTP_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="atrtp" +url="$\(REPO\)/atrtp.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/aw.sh b/src/aw.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${AW_SH}" ] && return -export AW_SH=1 - -. "build.sh" -. "rsys.sh" - -name="aw" -url="$\(REPO_VAPLV\)/loader_aw.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/aw_2.1.sh b/src/aw_2.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${AW_SH}" ] && return +export AW_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="aw" +url="$\(REPO_VAPLV\)/loader_aw.git" +tag="2.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/htcp.sh b/src/htcp.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${HTCP_SH}" ] && return -export HTCP_SH=1 - -. "build.sh" -. "rsys.sh" - -name="htcp" -url="$\(REPO\)/htcp.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/htcp_0.1.sh b/src/htcp_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${HTCP_SH}" ] && return +export HTCP_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="htcp" +url="$\(REPO\)/htcp.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/htgop.sh b/src/htgop.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${HTGOP_SH}" ] && return -export HTGOP_SH=1 - -. "build.sh" -. "rsys.sh" - -name="htgop" -url="$\(REPO\)/htgop.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/htgop_0.2.sh b/src/htgop_0.2.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${HTGOP_SH}" ] && return +export HTGOP_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="htgop" +url="$\(REPO\)/htgop.git" +tag="0.2" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/htmie.sh b/src/htmie.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${HTMIE_SH}" ] && return -export HTMIE_SH=1 - -. "build.sh" -. "rsys.sh" - -name="htmie" -url="$\(REPO\)/htmie.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/htmie_0.1.sh b/src/htmie_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${HTMIE_SH}" ] && return +export HTMIE_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="htmie" +url="$\(REPO\)/htmie.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/htpp.sh b/src/htpp.sh @@ -1,30 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${HTPP_SH}" ] && return -export HTPP_SH=1 - -. "build.sh" -. "rsys.sh" -. "star-cmap.sh" - -name="htpp" -url="$\(REPO\)/htpp.git" -tag="origin/feature_posix_make" -dep="rsys star-cmap" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/htpp_0.5.sh b/src/htpp_0.5.sh @@ -0,0 +1,30 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${HTPP_SH}" ] && return +export HTPP_SH=1 + +. "build.sh" +. "rsys_0.14.sh" +. "star-cmap_0.1.sh" + +name="htpp" +url="$\(REPO\)/htpp.git" +tag="0.5" +dep="rsys star-cmap" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/htrdr.sh b/src/htrdr.sh @@ -1,59 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${HTRDR_SH}" ] && return -export HTRDR_SH=1 - -[ -z "${ATMOSPHERE}" ] && ATMOSPHERE=ENABLE -[ -z "${COMBUSTION}" ] && COMBUSTION=ENABLE -[ -z "${PLANETO}" ] && PLANETO=ENABLE - -. "build.sh" -. "aw.sh" -. "mrumtl.sh" -. "rsys.sh" -. "star-3d.sh" -. "star-camera.sh" -. "star-sf.sh" -. "star-sp.sh" -. "star-vx.sh" - -if [ "${ATMOSPHERE}" = "ENABLE" ]; then - . "htsky.sh" - dep="${dep} htsky" -fi -if [ "${COMBUSTION}" = "ENABLE" ]; then - . "atrstm.sh" - dep="${dep} atrstm" -fi -if [ "${PLANETO}" = "ENABLE" ]; then - . "rnatm.sh" - . "rngrd.sh" - . "star-buffer.sh" - dep="${dep} rnatm rngrd star-buffer" -fi - -opt="ATMOSPHERE=${ATMOSPHERE} COMBUSTION=${COMBUSTION} PLANETO=${PLANETO}" - -name="htrdr" -url="$\(REPO\)/htrdr.git" -tag="origin/feature_posix_make" -dep="${dep} aw mrumtl rsys star-3d star-camera star-sf star-sp star-vx" -opt="${opt} BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo - -profile htrdr.profile diff --git a/src/htrdr_0.10.sh b/src/htrdr_0.10.sh @@ -0,0 +1,60 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${HTRDR_SH}" ] && return +export HTRDR_SH=1 + +[ -z "${ATMOSPHERE}" ] && ATMOSPHERE=ENABLE +[ -z "${COMBUSTION}" ] && COMBUSTION=ENABLE +[ -z "${PLANETO}" ] && PLANETO=ENABLE + +. "build.sh" +. "aw_2.1.sh" +. "htpp_0.5.sh" +. "mrumtl_0.2.sh" +. "rsys_0.14.sh" +. "star-3d_0.10.sh" +. "star-camera_0.2.sh" +. "star-sf_0.9.sh" +. "star-sp_0.14.sh" +. "star-vx_0.3.sh" + +if [ "${ATMOSPHERE}" = "ENABLE" ]; then + . "htsky_0.3.sh" + dep="${dep} htsky" +fi +if [ "${COMBUSTION}" = "ENABLE" ]; then + . "atrstm_0.1.sh" + dep="${dep} atrstm" +fi +if [ "${PLANETO}" = "ENABLE" ]; then + . "rnatm_0.1.sh" + . "rngrd_0.1.sh" + . "star-buffer_0.1.sh" + dep="${dep} rnatm rngrd star-buffer" +fi + +opt="ATMOSPHERE=${ATMOSPHERE} COMBUSTION=${COMBUSTION} PLANETO=${PLANETO}" + +name="htrdr" +url="$\(REPO\)/htrdr.git" +tag="0.10" +dep="${dep} aw mrumtl rsys star-3d star-camera star-sf star-sp star-vx" +opt="${opt} BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo + +profile htrdr.profile diff --git a/src/htsky.sh b/src/htsky.sh @@ -1,33 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${HTSKY_SH}" ] && return -export HTSKY_SH=1 - -. "build.sh" -. "htcp.sh" -. "htgop.sh" -. "htmie.sh" -. "rsys.sh" -. "star-vx.sh" - -name="htsky" -url="$\(REPO\)/htsky.git" -tag="origin/feature_posix_make" -dep="htcp htgop htmie rsys star-vx" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/htsky_0.3.sh b/src/htsky_0.3.sh @@ -0,0 +1,33 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${HTSKY_SH}" ] && return +export HTSKY_SH=1 + +. "build.sh" +. "htcp_0.1.sh" +. "htgop_0.2.sh" +. "htmie_0.1.sh" +. "rsys_0.14.sh" +. "star-vx_0.3.sh" + +name="htsky" +url="$\(REPO\)/htsky.git" +tag="0.3" +dep="htcp htgop htmie rsys star-vx" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/mrumtl.sh b/src/mrumtl.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${MRUMTL_SH}" ] && return -export MRUMTL_SH=1 - -. "build.sh" -. "rsys.sh" - -name="mrumtl" -url="$\(REPO\)/mrumtl.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/mrumtl_0.2.sh b/src/mrumtl_0.2.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${MRUMTL_SH}" ] && return +export MRUMTL_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="mrumtl" +url="$\(REPO\)/mrumtl.git" +tag="0.2" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/polygon.sh b/src/polygon.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${POLYGON_SH}" ] && return -export POLYGON_SH=1 - -. "build.sh" -. "rsys.sh" - -name="polygon" -url="$\(REPO_VAPLV\)/polygon.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/polygon_0.2.sh b/src/polygon_0.2.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${POLYGON_SH}" ] && return +export POLYGON_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="polygon" +url="$\(REPO_VAPLV\)/polygon.git" +tag="0.2" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/rnatm.sh b/src/rnatm.sh @@ -1,39 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${RNATM_SH}" ] && return -export RNATM_SH=1 - -. "build.sh" -. "rnsf.sh" -. "rnsl.sh" -. "rsys.sh" -. "star-aerosol.sh" -. "star-buffer.sh" -. "star-ck.sh" -. "star-mesh.sh" -. "star-sf.sh" -. "star-uvm.sh" -. "star-vx.sh" - -name="rnatm" -url="$\(REPO\)/rnatm.git" -tag="origin/feature_posix_make" -dep="rnsf rnsl rsys star-aerosol star-buffer star-ck star-mesh star-sf \ - star-uvm star-vx" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/rnatm_0.1.sh b/src/rnatm_0.1.sh @@ -0,0 +1,39 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${RNATM_SH}" ] && return +export RNATM_SH=1 + +. "build.sh" +. "rnsf_0.1.sh" +. "rnsl_0.1.sh" +. "rsys_0.14.sh" +. "star-aerosol_0.1.sh" +. "star-buffer_0.1.sh" +. "star-ck_0.1.sh" +. "star-mesh_0.1.sh" +. "star-sf_0.9.sh" +. "star-uvm_0.3.sh" +. "star-vx_0.3.sh" + +name="rnatm" +url="$\(REPO\)/rnatm.git" +tag="0.1" +dep="rnsf rnsl rsys star-aerosol star-buffer star-ck star-mesh star-sf \ + star-uvm star-vx" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/rngrd.sh b/src/rngrd.sh @@ -1,35 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${RNGRD_SH}" ] && return -export RNGRD_SH=1 - -. "build.sh" -. "mrumtl.sh" -. "rnsl.sh" -. "rsys.sh" -. "star-3d.sh" -. "star-buffer.sh" -. "star-mesh.sh" -. "star-sf.sh" - -name="rngrd" -url="$\(REPO\)/rngrd.git" -tag="origin/feature_posix_make" -dep="mrumtl rnsl rsys star-3d star-buffer star-mesh star-sf" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/rngrd_0.1.sh b/src/rngrd_0.1.sh @@ -0,0 +1,35 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${RNGRD_SH}" ] && return +export RNGRD_SH=1 + +. "build.sh" +. "mrumtl_0.2.sh" +. "rnsl_0.1.sh" +. "rsys_0.14.sh" +. "star-3d_0.10.sh" +. "star-buffer_0.1.sh" +. "star-mesh_0.1.sh" +. "star-sf_0.9.sh" + +name="rngrd" +url="$\(REPO\)/rngrd.git" +tag="0.1" +dep="mrumtl rnsl rsys star-3d star-buffer star-mesh star-sf" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/rnsf.sh b/src/rnsf.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${RNSF_SH}" ] && return -export RNSF_SH=1 - -. "build.sh" -. "rsys.sh" - -name="rnsf" -url="$\(REPO\)/rnsf.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/rnsf_0.1.sh b/src/rnsf_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${RNSF_SH}" ] && return +export RNSF_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="rnsf" +url="$\(REPO\)/rnsf.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/rnsl.sh b/src/rnsl.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${RNSL_SH}" ] && return -export RNSL_SH=1 - -. "build.sh" -. "rsys.sh" - -name="rnsl" -url="$\(REPO\)/rnsl.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/rnsl_0.1.sh b/src/rnsl_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${RNSL_SH}" ] && return +export RNSL_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="rnsl" +url="$\(REPO\)/rnsl.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/rsimd.sh b/src/rsimd.sh @@ -1,30 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${RSIMD_SH}" ] && return -export RSIMD_SH=1 - -. "build.sh" -. "rsys.sh" -. "sleef_3.5.2-r0.sh" - -name="rsimd" -url="$\(REPO_VAPLV\)/rsimd.git" -tag="origin/feature_posix_make" -dep="rsys sleef" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/rsimd_0.5.sh b/src/rsimd_0.5.sh @@ -0,0 +1,30 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${RSIMD_SH}" ] && return +export RSIMD_SH=1 + +. "build.sh" +. "rsys_0.14.sh" +. "sleef_3.5.2-r0.sh" + +name="rsimd" +url="$\(REPO_VAPLV\)/rsimd.git" +tag="0.5" +dep="rsys sleef" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/rsys.sh b/src/rsys.sh @@ -1,27 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${RSYS_SH}" ] && return -export RSYS_SH=1 - -. "build.sh" - -name="rsys" -url="$\(REPO_VAPLV\)/rsys.git" -tag="origin/feature_posix_make" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/rsys_0.14.sh b/src/rsys_0.14.sh @@ -0,0 +1,27 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${RSYS_SH}" ] && return +export RSYS_SH=1 + +. "build.sh" + +name="rsys" +url="$\(REPO_VAPLV\)/rsys.git" +tag="0.14" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/sgs.sh b/src/sgs.sh @@ -23,10 +23,10 @@ export SGS_SH=1 . "build.sh" . "noweb_2.13rc3.sh" -. "rsys.sh" -. "star-3d.sh" -. "star-sp.sh" -. "star-mc.sh" +. "rsys_0.14.sh" +. "star-3d_0.10.sh" +. "star-sp_0.14.sh" +. "star-mc_0.6.sh" # Setup make directives for the profile file profile sgs.profile diff --git a/src/star-2d.sh b/src/star-2d.sh @@ -1,30 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_2D_SH}" ] && return -export STAR_2D_SH=1 - -. "build.sh" -. "embree_4.0.1.sh" -. "rsys.sh" - -name="star-2d" -url="$\(REPO\)/star-2d.git" -tag="origin/feature_posix_make" -dep="rsys embree4" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-2d_0.7.sh b/src/star-2d_0.7.sh @@ -0,0 +1,30 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_2D_SH}" ] && return +export STAR_2D_SH=1 + +. "build.sh" +. "embree_4.0.1.sh" +. "rsys_0.14.sh" + +name="star-2d" +url="$\(REPO\)/star-2d.git" +tag="0.7" +dep="rsys embree4" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-3d.sh b/src/star-3d.sh @@ -1,30 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_3D_SH}" ] && return -export STAR_3D_SH=1 - -. "build.sh" -. "embree_4.0.1.sh" -. "rsys.sh" - -name="star-3d" -url="$\(REPO\)/star-3d.git" -tag="origin/feature_posix_make" -dep="rsys embree4" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-3d_0.10.sh b/src/star-3d_0.10.sh @@ -0,0 +1,30 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_3D_SH}" ] && return +export STAR_3D_SH=1 + +. "build.sh" +. "embree_4.0.1.sh" +. "rsys_0.14.sh" + +name="star-3d" +url="$\(REPO\)/star-3d.git" +tag="0.10" +dep="rsys embree4" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-3daw.sh b/src/star-3daw.sh @@ -1,32 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_3DAW_SH}" ] && return -export STAR_3DAW_SH=1 - -. "build.sh" -. "aw.sh" -. "polygon.sh" -. "rsys.sh" -. "star-3d.sh" - -name="star-3daw" -url="$\(REPO\)/star-3daw.git" -tag="origin/feature_posix_make" -dep="aw polygon rsys star-3d" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-3daw_0.5.sh b/src/star-3daw_0.5.sh @@ -0,0 +1,32 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_3DAW_SH}" ] && return +export STAR_3DAW_SH=1 + +. "build.sh" +. "aw_2.1.sh" +. "polygon_0.2.sh" +. "rsys_0.14.sh" +. "star-3d_0.10.sh" + +name="star-3daw" +url="$\(REPO\)/star-3daw.git" +tag="0.5" +dep="aw polygon rsys star-3d" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-3dstl.sh b/src/star-3dstl.sh @@ -1,31 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_3DSTL_SH}" ] && return -export STAR_3DSTL_SH=1 - -. "build.sh" -. "rsys.sh" -. "star-3d.sh" -. "star-stl.sh" - -name="star-3dstl" -url="$\(REPO\)/star-3dstl.git" -tag="origin/feature_posix_make" -dep="rsys star-3d star-stl" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-3dstl_0.4.sh b/src/star-3dstl_0.4.sh @@ -0,0 +1,32 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_3DSTL_SH}" ] && return +export STAR_3DSTL_SH=1 + +. "build.sh" + +. "rsys_0.14.sh" +. "star-3d_0.10.sh" +. "star-stl_0.5.sh" + +name="star-3dstl" +url="$\(REPO\)/star-3dstl.git" +tag="0.4" +dep="rsys star-3d star-stl" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-3dut.sh b/src/star-3dut.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_3DUT}" ] && return -export STAR_3DUT_SH=1 - -. "build.sh" -. "rsys.sh" - -name="star-3dut" -url="$\(REPO\)/star-3dut.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-3dut_0.4.sh b/src/star-3dut_0.4.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_3DUT}" ] && return +export STAR_3DUT_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-3dut" +url="$\(REPO\)/star-3dut.git" +tag="0.4" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-aerosol.sh b/src/star-aerosol.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_AEROSOL_SH}" ] && return -export STAR_AEROSOL_SH=1 - -. "build.sh" -. "rsys.sh" - -name="star-aerosol" -url="$\(REPO\)/star-aerosol.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-aerosol_0.1.sh b/src/star-aerosol_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_AEROSOL_SH}" ] && return +export STAR_AEROSOL_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-aerosol" +url="$\(REPO\)/star-aerosol.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-buffer.sh b/src/star-buffer.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_BUFFER_SH}" ] && return -export STAR_BUFFER_SH=1 - -. "build.sh" -. "rsys.sh" - -name="star-buffer" -url="$\(REPO\)/star-buffer.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-buffer_0.1.sh b/src/star-buffer_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_BUFFER_SH}" ] && return +export STAR_BUFFER_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-buffer" +url="$\(REPO\)/star-buffer.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-camera.sh b/src/star-camera.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_CAMERA_SH}" ] && return -export STAR_CAMERA_SH=1 - -. "build.sh" -. "rsys.sh" - -name="star-camera" -url="$\(REPO\)/star-camera.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-camera_0.2.sh b/src/star-camera_0.2.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_CAMERA_SH}" ] && return +export STAR_CAMERA_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-camera" +url="$\(REPO\)/star-camera.git" +tag="0.2" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-ck.sh b/src/star-ck.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_CK_SH}" ] && return -export STAR_CK_SH=1 - -. "build.sh" -. "rsys.sh" - -name="star-ck" -url="$\(REPO\)/star-ck.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-ck_0.1.sh b/src/star-ck_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_CK_SH}" ] && return +export STAR_CK_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-ck" +url="$\(REPO\)/star-ck.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-cmap.sh b/src/star-cmap.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_CMAP_SH}" ] && return -export STAR_CMAP_SH=1 - -. "build.sh" -. "rsys.sh" - -name="star-cmap" -url="$\(REPO\)/star-cmap.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-cmap_0.1.sh b/src/star-cmap_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_CMAP_SH}" ] && return +export STAR_CMAP_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-cmap" +url="$\(REPO\)/star-cmap.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-engine.sh b/src/star-engine.sh @@ -1,40 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_ENGINE_SH}" ] && return -export STAR_ENGINE_SH=1 - -[ -z "${USE_SIMD}" ] && USE_SIMD="0" - -. "aw.sh" -. "polygon.sh" -. "rsys.sh" -. "star-2d.sh" -. "star-3d.sh" -. "star-3daw.sh" -. "star-3dstl.sh" -. "star-3dut.sh" -. "star-sf.sh" -. "star-sp.sh" -. "star-stl.sh" -. "star-mc.sh" -. "star-uvm.sh" -. "star-vx.sh" - -[ "${USE_SIMD}" != "0" ] && . "rsimd.sh" - -profile star-engine.profile diff --git a/src/star-engine_0.15.sh b/src/star-engine_0.15.sh @@ -0,0 +1,40 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_ENGINE_SH}" ] && return +export STAR_ENGINE_SH=1 + +[ -z "${USE_SIMD}" ] && USE_SIMD="0" + +. "aw_2.1.sh" +. "polygon_0.2.sh" +. "rsys_0.14.sh" +. "star-2d_0.7.sh" +. "star-3d_0.10.sh" +. "star-3daw_0.5.sh" +. "star-3dstl_0.4.sh" +. "star-3dut_0.4.sh" +. "star-sf_0.9.sh" +. "star-sp_0.14.sh" +. "star-stl_0.5.sh" +. "star-mc_0.6.sh" +. "star-uvm_0.3.sh" +. "star-vx_0.3.sh" + +[ "${USE_SIMD}" != "0" ] && . "rsimd_0.5.sh" + +profile star-engine.profile diff --git a/src/star-mc.sh b/src/star-mc.sh @@ -1,30 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_MC_SH}" ] && return -export STAR_MC_SH=1 - -. "build.sh" -. "rsys.sh" -. "star-sp.sh" - -name="star-mc" -url="$\(REPO\)/star-mc.git" -tag="origin/feature_posix_make" -dep="star-sp rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-mc_0.6.sh b/src/star-mc_0.6.sh @@ -0,0 +1,30 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_MC_SH}" ] && return +export STAR_MC_SH=1 + +. "build.sh" +. "rsys_0.14.sh" +. "star-sp_0.14.sh" + +name="star-mc" +url="$\(REPO\)/star-mc.git" +tag="0.6" +dep="star-sp rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-mesh.sh b/src/star-mesh.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_MESH_SH}" ] && return -export STAR_MESH_SH=1 - -. "build.sh" -. "rsys.sh" - -name="star-mesh" -url="$\(REPO\)/star-mesh.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-mesh_0.1.sh b/src/star-mesh_0.1.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_MESH_SH}" ] && return +export STAR_MESH_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-mesh" +url="$\(REPO\)/star-mesh.git" +tag="0.1" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-sf.sh b/src/star-sf.sh @@ -1,40 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_SF_SH}" ] && return -export STAR_SF_SH=1 - -. "build.sh" -. "rsys.sh" -. "star-sp.sh" - -[ -z "${USE_SIMD}" ] && USE_SIMD="0" -[ "${USE_SIMD}" != 0 ] && . "rsimd.sh" - -name="star-sf" -url="$\(REPO\)/star-sf.git" -tag="origin/feature_posix_make" -dep="rsys star-sp" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" - -if [ "${USE_SIMD}" = "0" ]; then - opt="${opt} SIMD_WIDTH=NONE" -else - dep="${dep} rsimd" -fi - -git_repo diff --git a/src/star-sf_0.9.sh b/src/star-sf_0.9.sh @@ -0,0 +1,40 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_SF_SH}" ] && return +export STAR_SF_SH=1 + +. "build.sh" +. "rsys_0.14.sh" +. "star-sp_0.14.sh" + +[ -z "${USE_SIMD}" ] && USE_SIMD="0" +[ "${USE_SIMD}" != 0 ] && . "rsimd_0.5.sh" + +name="star-sf" +url="$\(REPO\)/star-sf.git" +tag="0.9" +dep="rsys star-sp" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" + +if [ "${USE_SIMD}" = "0" ]; then + opt="${opt} SIMD_WIDTH=NONE" +else + dep="${dep} rsimd" +fi + +git_repo diff --git a/src/star-sp.sh b/src/star-sp.sh @@ -1,30 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_SP_SH}" ] && return -export STAR_SP_SH=1 - -. "build.sh" -. "random123_1.14.0.sh" -. "rsys.sh" - -name="star-sp" -url="$\(REPO\)/star-sp.git" -tag="origin/feature_posix_make" -dep="random123 rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-sp_0.14.sh b/src/star-sp_0.14.sh @@ -0,0 +1,30 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_SP_SH}" ] && return +export STAR_SP_SH=1 + +. "build.sh" +. "random123_1.14.0.sh" +. "rsys_0.14.sh" + +name="star-sp" +url="$\(REPO\)/star-sp.git" +tag="0.14" +dep="random123 rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-stl.sh b/src/star-stl.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_STL_SH}" ] && return -export STAR_STL_SH=1 - -. "build.sh" -. "rsys.sh" - -name="star-stl" -url="$\(REPO\)/star-stl.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-stl_0.5.sh b/src/star-stl_0.5.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_STL_SH}" ] && return +export STAR_STL_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-stl" +url="$\(REPO\)/star-stl.git" +tag="0.5" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-uvm.sh b/src/star-uvm.sh @@ -1,30 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_UVM_SH}" ] && return -export STAR_UVM_SH=1 - -. "build.sh" -. "embree_4.0.1.sh" -. "rsys.sh" - -name="star-uvm" -url="$\(REPO\)/star-uvm.git" -tag="origin/feature_posix_make" -dep="embree4 rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-uvm_0.3.sh b/src/star-uvm_0.3.sh @@ -0,0 +1,30 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_UVM_SH}" ] && return +export STAR_UVM_SH=1 + +. "build.sh" +. "embree_4.0.1.sh" +. "rsys_0.14.sh" + +name="star-uvm" +url="$\(REPO\)/star-uvm.git" +tag="0.3" +dep="embree4 rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo diff --git a/src/star-vx.sh b/src/star-vx.sh @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Copyright (C) 2023 |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/>. - -[ -n "${STAR_VX_SH}" ] && return -export STAR_VX_SH=1 - -. "build.sh" -. "rsys.sh" - -name="star-vx" -url="$\(REPO\)/star-vx.git" -tag="origin/feature_posix_make" -dep="rsys" -opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" -git_repo diff --git a/src/star-vx_0.3.sh b/src/star-vx_0.3.sh @@ -0,0 +1,29 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${STAR_VX_SH}" ] && return +export STAR_VX_SH=1 + +. "build.sh" +. "rsys_0.14.sh" + +name="star-vx" +url="$\(REPO\)/star-vx.git" +tag="0.3" +dep="rsys" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo