mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/intel-tbb to 2019.9-2
This commit is contained in:
parent
7ac10e28c5
commit
769a83f118
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
pkgname=intel-tbb
|
||||
pkgver=2019.9
|
||||
_tagname=${pkgver/./_U}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='High level abstract threading library'
|
||||
arch=(x86_64)
|
||||
url='https://www.threadingbuildingblocks.org/'
|
||||
|
@ -23,7 +23,6 @@ sha256sums=('15652f5328cf00c576f065e5cd3eaf3317422fe82afb67a9bcec0dc065bd2abe')
|
|||
|
||||
build() {
|
||||
cd tbb-$_tagname
|
||||
sed -i '/debug/d' Makefile
|
||||
[[ $CARCH != "aarch64" ]] && CXXFLAGS+=" -DTBB_USE_GCC_BUILTINS=1 -D__TBB_64BIT_ATOMICS=0"
|
||||
[[ $CARCH == "aarch64" ]] && CXXFLAGS+=" -DTBB_USE_GCC_BUILTINS=1 -D__TBB_64BIT_ATOMICS=1"
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue