diff --git a/dev-cpp/tbb/patches/tbb-2018_U2.patchset b/dev-cpp/tbb/patches/tbb-2018_U3.patchset similarity index 100% rename from dev-cpp/tbb/patches/tbb-2018_U2.patchset rename to dev-cpp/tbb/patches/tbb-2018_U3.patchset diff --git a/dev-cpp/tbb/tbb-2018.2.recipe b/dev-cpp/tbb/tbb-2018.3.recipe similarity index 87% rename from dev-cpp/tbb/tbb-2018.2.recipe rename to dev-cpp/tbb/tbb-2018.3.recipe index d3564c598..3f3a7b24e 100644 --- a/dev-cpp/tbb/tbb-2018.2.recipe +++ b/dev-cpp/tbb/tbb-2018.3.recipe @@ -4,13 +4,13 @@ developed by Intel for parallel programming on multi-core processors. Using \ TBB, a computation is broken down into tasks that can run in parallel. The \ library manages and schedules threads to execute these tasks." HOMEPAGE="https://www.threadingbuildingblocks.org/" -COPYRIGHT="2005-2017 Intel Corporation" +COPYRIGHT="2005-2018 Intel Corporation" LICENSE="Apache v2" REVISION="1" -SOURCE_URI="https://github.com/01org/tbb/archive/2018_U2.tar.gz" -CHECKSUM_SHA256="78bb9bae474736d213342f01fe1a6d00c6939d5c75b367e2e43e7bf29a6d8eca" -PATCHES="tbb-2018_U2.patchset" -SOURCE_DIR="tbb-2018_U2" +SOURCE_URI="https://github.com/01org/tbb/archive/${portVersion/./_U}.tar.gz" +CHECKSUM_SHA256="23793c8645480148e9559df96b386b780f92194c80120acce79fcdaae0d81f45" +SOURCE_DIR="tbb-${portVersion/./_U}" +PATCHES="tbb-${portVersion/./_U}.patchset" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="?x86"