Skip to content

Commit ed0934f

Browse files
committed
Merge branch 'master' of https://github.com/verilog-to-routing/vtr-verilog-to-routing into map_lookahead_bug_fix
2 parents 95a01e4 + 87b8586 commit ed0934f

File tree

7 files changed

+16
-627
lines changed

7 files changed

+16
-627
lines changed

.github/scripts/hostsetup.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ apt install -y \
6868
default-jdk \
6969
g++-9 \
7070
gcc-9 \
71-
wget
72-
# Don't include libtbb-dev since it may increase memory usage
73-
#libtbb-dev \
71+
wget \
72+
libtbb-dev
7473

7574
# installing the latest version of cmake
7675
apt install -y apt-transport-https ca-certificates gnupg

.github/scripts/install_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ sudo apt install -y \
5454
gcc-11 \
5555
clang-6.0 \
5656
clang-7 \
57-
clang-10
58-
# libtbb-dev
57+
clang-10 \
58+
libtbb-dev
5959

6060
pip install -r requirements.txt
6161

cmake/modules/FindTBB.cmake

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)