mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/intel-tbb to 4.4_20160526-2
This commit is contained in:
parent
2c7f20d6b2
commit
5b65df976a
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ pkgname=intel-tbb
|
|||
pkgver=4.4_20160526
|
||||
_tag=tbb${pkgver/\./}oss
|
||||
_file=${_tag}_src.tgz
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='High level abstract threading library'
|
||||
arch=(i686 x86_64)
|
||||
url='http://www.threadingbuildingblocks.org/'
|
||||
|
@ -24,6 +24,7 @@ sha1sums=('b08adf14c65511f1e9813a3e289d72f9a6cd3006')
|
|||
|
||||
build() {
|
||||
cd $_tag
|
||||
export CXXFLAGS+=" -fno-lifetime-dse" # FS#49898
|
||||
[[ $CARCH == "armv7h" ]] && 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