mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
tbb: fix configure_args on x86_64*/aarch64*.
This commit is contained in:
parent
1516a4cbd2
commit
941946043c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tbb'
|
||||
pkgname=tbb
|
||||
version=2021.11.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DTBB_STRICT=OFF -DTBB_TEST=OFF"
|
||||
makedepends="libgomp-devel libhwloc-devel"
|
||||
|
@ -16,9 +16,9 @@ make_check=no # checks fail upstream on i686
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|aarch64*)
|
||||
build_options_default+=" -DTBB4PY_BUILD=ON"
|
||||
hostmakedepends+=" python3-devel python3-distutils-extra swig"
|
||||
makedepends+=" python3-devel"
|
||||
configure_args+=" -DTBB4PY_BUILD=ON"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue