commit c9357323c68862046be6f252821c9399b2866510 parent 435a9399672e087052a95adb625b4bf2976b7ce4 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 30 May 2025 12:03:18 +0200 Add the build script of TBB 2022.2.0-rc1 Diffstat:
| A | src/sys-libs/tbb_2022.2.0-rc1.sh | | | 29 | +++++++++++++++++++++++++++++ |
1 file changed, 29 insertions(+), 0 deletions(-)
diff --git a/src/sys-libs/tbb_2022.2.0-rc1.sh b/src/sys-libs/tbb_2022.2.0-rc1.sh @@ -0,0 +1,29 @@ +#!/bin/sh + +# Copyright (C) 2023-2025 |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 + +. "misc/build.sh" + +tag="v2022.2.0-rc1" + +if [ -n "${TBB_SH}" ]; then + check_conflict "${name}" "${tag}" "${TBB_SH}" +else + export TBB_SH="${tag}" + sed -e "s/@TAG@/${tag}/" sys-libs/tbb.mk.in +fi