diff --git a/srcpkgs/tbb/template b/srcpkgs/tbb/template index 0d8db4928c1..3bc43e8c347 100644 --- a/srcpkgs/tbb/template +++ b/srcpkgs/tbb/template @@ -1,6 +1,6 @@ # Template file for 'tbb' pkgname=tbb -version=2022.3.0 +version=2023.0.0 revision=1 build_style=cmake configure_args="-DTBB_STRICT=OFF -DTBB_TEST=OFF" @@ -8,15 +8,15 @@ makedepends="libgomp-devel libhwloc-devel" short_desc="Intel Threading Building Blocks" maintainer="Andrea Brancaleoni " license="Apache-2.0" -homepage="https://oneapi-src.github.io/oneTBB/" -changelog="https://raw.githubusercontent.com/oneapi-src/oneTBB/v${version}/RELEASE_NOTES.md" -distfiles="https://github.com/oneapi-src/oneTBB/archive/refs/tags/v${version}.tar.gz" -checksum=01598a46c1162c27253a0de0236f520fd8ee8166e9ebb84a4243574f88e6e50a +homepage="https://uxlfoundation.github.io/oneTBB/" +changelog="https://raw.githubusercontent.com/uxlfoundation/oneTBB/v${version}/RELEASE_NOTES.md" +distfiles="https://github.com/uxlfoundation/oneTBB/archive/refs/tags/v${version}.tar.gz" +checksum=f8767b971ec6aea25dde58ae0f593e94e7aa75a739a86f67967012f69e2199b1 make_check=no # checks fail upstream on i686 case "$XBPS_TARGET_MACHINE" in x86_64*|aarch64*) - hostmakedepends+=" python3-packaging-bootstrap python3-setuptools python3-devel python3-distutils-extra swig" + hostmakedepends+=" python3-packaging-bootstrap python3-setuptools python3-devel python3-distutils-extra python3-pip swig" makedepends+=" python3-devel" configure_args+=" -DTBB4PY_BUILD=ON" ;;