tbb: unbreak build loop (fix issue #7805)
This commit is contained in:
parent
9cf3423ddf
commit
2097ad8c19
@ -1,8 +1,9 @@
|
||||
# Template file for 'tbb'
|
||||
pkgname=tbb
|
||||
_ver=2018
|
||||
version=${_ver/_U/.}
|
||||
revision=1
|
||||
version=2018
|
||||
revision=2
|
||||
# version rewrite: 2017_U7 (upstream) => 2017.7 (xbps)
|
||||
_ver=${version/./_U}
|
||||
wrksrc="${pkgname}-${_ver}"
|
||||
build_style=gnu-makefile
|
||||
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"
|
||||
|
||||
broken="https://github.com/voidlinux/void-packages/issues/7805"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv7l*)
|
||||
make_build_args="arch=armv7"
|
||||
|
Loading…
x
Reference in New Issue
Block a user