summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d9fa8ec68e726f6bcbfe4c457bb680a53d35dac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgname='python-tbb'
_module='tbb'
_src_folder='tbb-2021.13.1'
pkgver='2021.13.1'
pkgrel=1
pkgdesc="IntelĀ® oneAPI Threading Building Blocks (oneTBB)"
url="https://github.com/oneapi-src/oneTBB"
depends=('python')
makedepends=('python-build' 'python-installer' 'python-wheel')
license=('custom:Other/Proprietary License')
arch=('any')
source=("https://files.pythonhosted.org/packages/79/62/52e55f0045efa6b10a69edb306c9bfdf4ec7d59cf88906f4fd104482fbfa/tbb-2021.13.1-py2.py3-none-manylinux1_i686.whl")
sha256sums=('bb5bdea0c0e9e6ad0739e7a8796c2635ce9eccca86dd48c426cd8027ac70fb1d')

package() {
    python -m installer --destdir="${pkgdir}" *.whl
}