Commit 7785e68e authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

Add libtbb-dev to install_prereqs.sh

need to support std::execution::par used for parallel computation support.
parent bf446165
...@@ -33,7 +33,7 @@ export LANG=C.UTF-8 ...@@ -33,7 +33,7 @@ export LANG=C.UTF-8
# Need pip3 and Python headers to build dependencies # Need pip3 and Python headers to build dependencies
apt update && apt install -y python3-pip python3-dev cmake rocm-cmake rocblas miopen-hip openmp-extras apt update && apt install -y python3-pip python3-dev cmake rocm-cmake rocblas miopen-hip openmp-extras libtbb-dev
# Needed for cmake to build various pip packages # Needed for cmake to build various pip packages
pip3 install setuptools wheel pip3 install setuptools wheel
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment