mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
tbb: update to 2021.12.0.
This commit is contained in:
parent
cb5b362997
commit
65a8306abb
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tbb'
|
# Template file for 'tbb'
|
||||||
pkgname=tbb
|
pkgname=tbb
|
||||||
version=2021.11.0
|
version=2021.12.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DTBB_STRICT=OFF -DTBB_TEST=OFF"
|
configure_args="-DTBB_STRICT=OFF -DTBB_TEST=OFF"
|
||||||
makedepends="libgomp-devel libhwloc-devel"
|
makedepends="libgomp-devel libhwloc-devel"
|
||||||
|
@ -11,12 +11,12 @@ license="Apache-2.0"
|
||||||
homepage="https://oneapi-src.github.io/oneTBB/"
|
homepage="https://oneapi-src.github.io/oneTBB/"
|
||||||
changelog="https://raw.githubusercontent.com/oneapi-src/oneTBB/v${version}/RELEASE_NOTES.md"
|
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"
|
distfiles="https://github.com/oneapi-src/oneTBB/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=782ce0cab62df9ea125cdea253a50534862b563f1d85d4cda7ad4e77550ac363
|
checksum=c7bb7aa69c254d91b8f0041a71c5bcc3936acb64408a1719aec0b2b7639dd84f
|
||||||
make_check=no # checks fail upstream on i686
|
make_check=no # checks fail upstream on i686
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|aarch64*)
|
x86_64*|aarch64*)
|
||||||
hostmakedepends+=" python3-devel python3-distutils-extra swig"
|
hostmakedepends+=" python3-setuptools python3-devel python3-distutils-extra swig"
|
||||||
makedepends+=" python3-devel"
|
makedepends+=" python3-devel"
|
||||||
configure_args+=" -DTBB4PY_BUILD=ON"
|
configure_args+=" -DTBB4PY_BUILD=ON"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue