This repository was archived by the owner on Sep 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ if [ "$DISTRO" = "UBUNTU" ]; then
103
103
libpqxx-dev \
104
104
libedit-dev \
105
105
libssl-dev \
106
- postgresql-client
106
+ postgresql-client \
107
+ libtbb-dev
107
108
108
109
# # ------------------------------------------------
109
110
# # DEBIAN
@@ -130,7 +131,8 @@ elif [ "$DISTRO" = "DEBIAN OS" ]; then
130
131
libpqxx-dev \
131
132
llvm-dev \
132
133
libedit-dev \
133
- postgresql-client
134
+ postgresql-client \
135
+ libtbb-dev
134
136
135
137
# # ------------------------------------------------
136
138
# # FEDORA
@@ -166,7 +168,8 @@ elif [[ "$DISTRO" == *"FEDORA"* ]]; then
166
168
libasan \
167
169
libtsan \
168
170
libubsan \
169
- libatomic
171
+ libatomic \
172
+ libtbb-dev
170
173
171
174
# # ------------------------------------------------
172
175
# # REDHAT
@@ -229,7 +232,8 @@ elif [[ "$DISTRO" == *"REDHAT"* ]] && [[ "${DISTRO_VER%.*}" == "7" ]]; then
229
232
llvm3.9 \
230
233
llvm3.9-static \
231
234
llvm3.9-devel \
232
- postgresql
235
+ postgresql \
236
+ libtbb-dev
233
237
234
238
# Manually download some packages to guarantee
235
239
# version compatibility
@@ -260,6 +264,7 @@ elif [ "$DISTRO" = "DARWIN" ]; then
260
264
brew install libedit
261
265
262
266
brew install postgresql
267
+ brew install tbb
263
268
264
269
# # ------------------------------------------------
265
270
# # UNKNOWN
You can’t perform that action at this time.
0 commit comments