aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/libtbb/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/libtbb/APKBUILD b/testing/libtbb/APKBUILD
index 74291b4574a..84d7b101714 100644
--- a/testing/libtbb/APKBUILD
+++ b/testing/libtbb/APKBUILD
@@ -2,12 +2,14 @@
# Maintainer: David Huffman <storedbox@outlook.com>
pkgname=libtbb
pkgver=2020.3
-pkgrel=0
-pkgdesc="IntelĀ® TBB, a widely used C++ template library for task parallelism"
+pkgrel=1
+pkgdesc="C++ template library for task parallelism"
+options="!check" # No testsuite
url="https://github.com/oneapi-src/oneTBB"
arch="all"
license="GPL-2.0-only"
-makedepends="linux-headers cmake"
+depends_dev="linux-headers libtbb"
+makedepends="$depends_dev cmake"
subpackages="$pkgname-dev"
source="tbb-$pkgver.tar.gz::https://github.com/oneapi-src/oneTBB/archive/v$pkgver.tar.gz
musl.patch