mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
tbb: update to 2022.2.0.
This commit is contained in:
parent
9367958359
commit
ad6d6188d2
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue