mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
tbb: unbreak build loop (fix issue #7805)
This commit is contained in:
parent
9cf3423ddf
commit
2097ad8c19
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'tbb'
|
# Template file for 'tbb'
|
||||||
pkgname=tbb
|
pkgname=tbb
|
||||||
_ver=2018
|
version=2018
|
||||||
version=${_ver/_U/.}
|
revision=2
|
||||||
revision=1
|
# version rewrite: 2017_U7 (upstream) => 2017.7 (xbps)
|
||||||
|
_ver=${version/./_U}
|
||||||
wrksrc="${pkgname}-${_ver}"
|
wrksrc="${pkgname}-${_ver}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Intel Threading Building Blocks"
|
short_desc="Intel Threading Building Blocks"
|
||||||
|
@ -14,8 +15,6 @@ checksum=94f643f1edfaccb57d64b503c7c96f00dec64e8635c054bbaa33855d72c5822d
|
||||||
|
|
||||||
only_for_archs="i686-musl x86_64-musl armv7l-musl aarch64-musl i686 x86_64 armv7l aarch64"
|
only_for_archs="i686-musl x86_64-musl armv7l-musl aarch64-musl i686 x86_64 armv7l aarch64"
|
||||||
|
|
||||||
broken="https://github.com/voidlinux/void-packages/issues/7805"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv7l*)
|
armv7l*)
|
||||||
make_build_args="arch=armv7"
|
make_build_args="arch=armv7"
|
||||||
|
|
Loading…
Add table
Reference in a new issue