File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed
Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,18 @@ apt install -y \
7070 g++-9 \
7171 gcc-9 \
7272 wget \
73- libtbb-dev
73+ libtbb-dev \
74+ ant \
75+ default-jre \
76+ google-perftools \
77+ libfl-dev \
78+ libgoogle-perftools-dev \
79+ python3-orderedmultidict \
80+ swig \
81+ tcl-dev \
82+ tclsh \
83+ uuid
84+
7485
7586# installing the latest version of cmake
7687apt install -y apt-transport-https ca-certificates gnupg
Original file line number Diff line number Diff line change @@ -57,7 +57,18 @@ sudo apt install -y \
5757 clang-13 \
5858 clang-14 \
5959 clang-format-14 \
60- libtbb-dev
60+ libtbb-dev \
61+ ant \
62+ default-jre \
63+ google-perftools \
64+ libfl-dev \
65+ libgoogle-perftools-dev \
66+ python3-orderedmultidict \
67+ swig \
68+ tcl-dev \
69+ tclsh \
70+ uuid
71+
6172
6273pip install -r requirements.txt
6374
Original file line number Diff line number Diff line change @@ -56,7 +56,18 @@ sudo apt install -y \
5656 clang-14 \
5757 clang-18 \
5858 clang-format-14 \
59- libtbb-dev
59+ libtbb-dev \
60+ ant \
61+ default-jre \
62+ google-perftools \
63+ libfl-dev \
64+ libgoogle-perftools-dev \
65+ python3-orderedmultidict \
66+ swig \
67+ tcl-dev \
68+ tclsh \
69+ uuid
70+
6071
6172pip install -r requirements.txt
6273
You can’t perform that action at this time.
0 commit comments