From f2cbc25c53769acaa60a0a953fd26bdadeece8c7 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 31 Dec 2025 11:51:45 +0100 Subject: [PATCH] tbb2018.5, reset libVersion for PROVIDES (#13550) fixes install for orcaslicer, superslicer --- dev-cpp/tbb/tbb2018.5-2018.5.recipe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-cpp/tbb/tbb2018.5-2018.5.recipe b/dev-cpp/tbb/tbb2018.5-2018.5.recipe index efbb607e9..a60fa453c 100644 --- a/dev-cpp/tbb/tbb2018.5-2018.5.recipe +++ b/dev-cpp/tbb/tbb2018.5-2018.5.recipe @@ -6,7 +6,7 @@ library manages and schedules threads to execute these tasks." HOMEPAGE="https://www.threadingbuildingblocks.org/" COPYRIGHT="2005-2018 Intel Corporation" LICENSE="Apache v2" -REVISION="4" +REVISION="5" SOURCE_URI="https://github.com/01org/tbb/archive/${portVersion/./_U}.tar.gz" CHECKSUM_SHA256="b8dbab5aea2b70cf07844f86fa413e549e099aa3205b6a04059ca92ead93a372" SOURCE_DIR="oneTBB-${portVersion/./_U}" @@ -19,9 +19,9 @@ libVersion="2" PROVIDES=" tbb2018.5$secondaryArchSuffix = $portVersion - lib:libtbb$secondaryArchSuffix = $libVersion - lib:libtbbmalloc$secondaryArchSuffix = $libVersion - lib:libtbbmalloc_proxy$secondaryArchSuffix = $libVersion + lib:libtbb$secondaryArchSuffix = $portVersion + lib:libtbbmalloc$secondaryArchSuffix = $portVersion + lib:libtbbmalloc_proxy$secondaryArchSuffix = $portVersion " REQUIRES=" haiku$secondaryArchSuffix @@ -32,9 +32,9 @@ CONFLICTS=" PROVIDES_devel=" tbb2018.5${secondaryArchSuffix}_devel = $portVersion - devel:libtbb$secondaryArchSuffix = $libVersion - devel:libtbbmalloc$secondaryArchSuffix = $libVersion - devel:libtbbmalloc_proxy$secondaryArchSuffix = $libVersion + devel:libtbb$secondaryArchSuffix = $portVersion + devel:libtbbmalloc$secondaryArchSuffix = $portVersion + devel:libtbbmalloc_proxy$secondaryArchSuffix = $portVersion " REQUIRES_devel=" tbb2018.5$secondaryArchSuffix == $portVersion base