Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 67e0fe0

Browse files
zhaoguoquan94poojanilangekar
authored andcommitted
add tbb dependency
1 parent dec4bd2 commit 67e0fe0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

script/installation/packages.sh

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ if [ "$DISTRO" = "UBUNTU" ]; then
103103
libpqxx-dev \
104104
libedit-dev \
105105
libssl-dev \
106-
postgresql-client
106+
postgresql-client \
107+
libtbb-dev
107108

108109
## ------------------------------------------------
109110
## DEBIAN
@@ -130,7 +131,8 @@ elif [ "$DISTRO" = "DEBIAN OS" ]; then
130131
libpqxx-dev \
131132
llvm-dev \
132133
libedit-dev \
133-
postgresql-client
134+
postgresql-client \
135+
libtbb-dev
134136

135137
## ------------------------------------------------
136138
## FEDORA
@@ -166,7 +168,8 @@ elif [[ "$DISTRO" == *"FEDORA"* ]]; then
166168
libasan \
167169
libtsan \
168170
libubsan \
169-
libatomic
171+
libatomic \
172+
libtbb-dev
170173

171174
## ------------------------------------------------
172175
## REDHAT
@@ -229,7 +232,8 @@ elif [[ "$DISTRO" == *"REDHAT"* ]] && [[ "${DISTRO_VER%.*}" == "7" ]]; then
229232
llvm3.9 \
230233
llvm3.9-static \
231234
llvm3.9-devel \
232-
postgresql
235+
postgresql \
236+
libtbb-dev
233237

234238
# Manually download some packages to guarantee
235239
# version compatibility
@@ -260,6 +264,7 @@ elif [ "$DISTRO" = "DARWIN" ]; then
260264
brew install libedit
261265
brew install [email protected]
262266
brew install postgresql
267+
brew install tbb
263268

264269
## ------------------------------------------------
265270
## UNKNOWN

0 commit comments

Comments
 (0)