Skip to content

Commit da93dce

Browse files
committed
split openroad install into sudo and non-sudo parts
1 parent 0b8944c commit da93dce

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

siliconcompiler/toolscripts/rhel9/install-openroad.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ deps_args=""
2121
if [ ! -z ${PREFIX} ]; then
2222
deps_args="-prefix=$PREFIX"
2323
fi
24-
sudo ./etc/DependencyInstaller.sh -all $deps_args
24+
sudo ./etc/DependencyInstaller.sh -base
25+
./etc/DependencyInstaller.sh -common $deps_args
2526

2627
cmake_args="-DENABLE_TESTS=OFF"
2728
if [ ! -z ${PREFIX} ]; then

siliconcompiler/toolscripts/ubuntu20/install-openroad.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ deps_args=""
1818
if [ ! -z ${PREFIX} ]; then
1919
deps_args="-prefix=$PREFIX"
2020
fi
21-
sudo ./etc/DependencyInstaller.sh -all $deps_args
21+
sudo ./etc/DependencyInstaller.sh -base
22+
./etc/DependencyInstaller.sh -common $deps_args
2223

2324
cmake_args="-DENABLE_TESTS=OFF"
2425
if [ ! -z ${PREFIX} ]; then

siliconcompiler/toolscripts/ubuntu22/install-openroad.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ deps_args=""
1818
if [ ! -z ${PREFIX} ]; then
1919
deps_args="-prefix=$PREFIX"
2020
fi
21-
sudo ./etc/DependencyInstaller.sh -all $deps_args
21+
sudo ./etc/DependencyInstaller.sh -base
22+
./etc/DependencyInstaller.sh -common $deps_args
2223

2324
cmake_args="-DENABLE_TESTS=OFF"
2425
if [ ! -z ${PREFIX} ]; then

siliconcompiler/toolscripts/ubuntu24/install-openroad.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ deps_args=""
1818
if [ ! -z ${PREFIX} ]; then
1919
deps_args="-prefix=$PREFIX"
2020
fi
21-
sudo ./etc/DependencyInstaller.sh -all $deps_args
21+
sudo ./etc/DependencyInstaller.sh -base
22+
./etc/DependencyInstaller.sh -common $deps_args
2223

2324
cmake_args="-DENABLE_TESTS=OFF"
2425
if [ ! -z ${PREFIX} ]; then

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy