mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'tbb'
|
||||||
pkgname=tbb
|
pkgname=tbb
|
||||||
version=2021.11.0
|
version=2021.11.0
|
||||||
revision=2
|
revision=3
|
||||||
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"
|
||||||
|
@ -16,9 +16,9 @@ make_check=no # checks fail upstream on i686
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|aarch64*)
|
x86_64*|aarch64*)
|
||||||
build_options_default+=" -DTBB4PY_BUILD=ON"
|
|
||||||
hostmakedepends+=" python3-devel python3-distutils-extra swig"
|
hostmakedepends+=" python3-devel python3-distutils-extra swig"
|
||||||
makedepends+=" python3-devel"
|
makedepends+=" python3-devel"
|
||||||
|
configure_args+=" -DTBB4PY_BUILD=ON"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue