onetbb: oneAPI Threading Building Blocks#
Description#
C++ parallelization library
License#
Apache License, Version 2.0
Upstream Contact#
Type#
optional
Dependencies#
Version Information#
package-version.txt:
2021.7.0
Equivalent System Packages#
alpine: install the following packages: libtbb-dev
arch:
$ sudo pacman -S intel-oneapi-tbb
conda:
$ conda install tbb
Debian/Ubuntu:
$ sudo apt-get install libtbb-dev
Fedora/Redhat/CentOS:
$ sudo yum install tbb-devel
freebsd:
$ sudo pkg install devel/onetbb
gentoo:
$ sudo emerge dev-cpp/tbb
homebrew:
$ brew install tbb
macports: install the following packages: onetbb
nix:
$ nix-env --install tbb
void:
$ sudo xbps-install tbb-devel
If the system package is installed, ./configure will check whether it can be used.