tbb: update to 2022.2.0.

This commit is contained in:
Andrea Brancaleoni 2025-07-01 23:13:25 +02:00
parent 9367958359
commit ad6d6188d2
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
# Template file for 'tbb'
pkgname=tbb
version=2022.1.0
version=2022.2.0
revision=1
build_style=cmake
configure_args="-DTBB_STRICT=OFF -DTBB_TEST=OFF"
@ -11,12 +11,12 @@ 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=ed067603ece0dc832d2881ba5c516625ac2522c665d95f767ef6304e34f961b5
checksum=f0f78001c8c8edb4bddc3d4c5ee7428d56ae313254158ad1eec49eced57f6a5b
make_check=no # checks fail upstream on i686
case "$XBPS_TARGET_MACHINE" in
x86_64*|aarch64*)
hostmakedepends+=" python3-setuptools python3-devel python3-distutils-extra swig"
hostmakedepends+=" python3-packaging-bootstrap python3-setuptools python3-devel python3-distutils-extra swig"
makedepends+=" python3-devel"
configure_args+=" -DTBB4PY_BUILD=ON"
;;