blob: fa2854cf633d2fa5b32741e7a2fd81f5dc3a355b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# disable waitpkg extensions (error is inline failing in _tpause)
# (see https://github.com/oneapi-src/oneTBB/issues/370 and
# https://github.com/oneapi-src/oneTBB/pull/609/commits/542a27fa1cfafaf76772e793549d9f4d288d03a9)
source+=('oneTBB-2021.5.0-no-waitpkg.patch')
sha512sums+=('0050970336052909d0572514bb88b8ca12210224bec1245f1c05423f1a8e6e28a5048cc06f969efd81f2de14d342f69641cdfbf9f82ad8e41ca618ae4ce16f16')
eval "$(
{
declare -f prepare || \
printf 'prepare() { cd ${srcdir}/oneTBB-${pkgver}\n}\n'
} \
| sed '
$i patch -p1 -i "$srcdir/oneTBB-2021.5.0-no-waitpkg.patch"
'
)"
|