star-build

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

commit edb0d9506b1f361642e89d4409fee8b3664f4fa3
parent 4a5e19db2ada61e7ef39e39446918a3e9d073470
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 13 Nov 2023 15:29:52 +0100

Replace star-uvm 0.3 by star-uvm 0.3.1

Diffstat:
Mlint.mk | 2+-
Msrc/atrstm_0.1.1.sh | 2+-
Msrc/rnatm_0.1.sh | 2+-
Msrc/star-engine_0.15.sh | 2+-
Asrc/star-uvm_0.3.1.sh | 32++++++++++++++++++++++++++++++++
Dsrc/star-uvm_0.3.sh | 32--------------------------------
6 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/lint.mk b/lint.mk @@ -55,5 +55,5 @@ lint: 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-uvm_0.3.1.sh shellcheck -o all -x -P src src/star-vx_0.3.sh diff --git a/src/atrstm_0.1.1.sh b/src/atrstm_0.1.1.sh @@ -25,7 +25,7 @@ export ATRSTM_SH=1 . "atrtp_0.1.sh" . "rsys_0.14.sh" . "star-mesh_0.1.sh" -. "star-uvm_0.3.sh" +. "star-uvm_0.3.1.sh" . "star-vx_0.3.sh" [ -z "${USE_SIMD}" ] && USE_SIMD="0" diff --git a/src/rnatm_0.1.sh b/src/rnatm_0.1.sh @@ -29,7 +29,7 @@ export RNATM_SH=1 . "star-ck_0.1.sh" . "star-mesh_0.1.sh" . "star-sf_0.9.sh" -. "star-uvm_0.3.sh" +. "star-uvm_0.3.1.sh" . "star-vx_0.3.sh" name="rnatm" diff --git a/src/star-engine_0.15.sh b/src/star-engine_0.15.sh @@ -34,7 +34,7 @@ export STAR_ENGINE_SH=1 . "star-sp_0.14.sh" . "star-stl_0.5.sh" . "star-mc_0.6.sh" -. "star-uvm_0.3.sh" +. "star-uvm_0.3.1.sh" . "star-vx_0.3.sh" [ "${USE_SIMD}" != "0" ] && . "rsimd_0.5.sh" diff --git a/src/star-uvm_0.3.1.sh b/src/star-uvm_0.3.1.sh @@ -0,0 +1,32 @@ +#!/bin/sh + +# 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/>. + +set -e + +[ -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.1" +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 @@ -1,32 +0,0 @@ -#!/bin/sh - -# 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/>. - -set -e - -[ -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