Skip to content

Commit 230a5fd

Browse files
authored
Merge pull request The-OpenROAD-Project#9417 from The-OpenROAD-Project-staging/dep-installer-fix
Install abseil after or-tools.
2 parents eef7448 + be1cdf3 commit 230a5fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

etc/DependencyInstaller.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,6 @@ _install_common_dev() {
781781
_install_lemon
782782
_install_spdlog
783783
_install_gtest
784-
_install_abseil
785784

786785
if [[ "${EQUIVALENCE_DEPS}" == "yes" ]]; then
787786
_install_equivalence_deps
@@ -1143,6 +1142,7 @@ main() {
11431142
ubuntu_version_normalized="20.04"
11441143
fi
11451144
_install_or_tools "ubuntu" "${ubuntu_version_normalized}" "amd64" "${SKIP_SYSTEM_OR_TOOLS}"
1145+
_install_abseil
11461146
fi
11471147
;;
11481148
"Red Hat Enterprise Linux" | "Rocky Linux" | "AlmaLinux")
@@ -1188,6 +1188,7 @@ main() {
11881188
fi
11891189
fi
11901190
_install_or_tools "${or_tools_distro}" "${or_tools_version}" "${or_tools_arch}" "${SKIP_SYSTEM_OR_TOOLS}"
1191+
_install_abseil
11911192
fi
11921193
;;
11931194
"Darwin")
@@ -1206,6 +1207,7 @@ EOF
12061207
if [[ "${option}" == "common" || "${option}" == "all" ]]; then
12071208
_install_common_dev
12081209
_install_or_tools "opensuse" "leap" "amd64" "${SKIP_SYSTEM_OR_TOOLS}"
1210+
_install_abseil
12091211
fi
12101212
cat <<EOF
12111213
To enable GCC-11 you need to run:
@@ -1225,6 +1227,7 @@ EOF
12251227
if [[ "${option}" == "common" || "${option}" == "all" ]]; then
12261228
_install_common_dev
12271229
_install_or_tools "debian" "${debian_version}" "amd64" "${SKIP_SYSTEM_OR_TOOLS}"
1230+
_install_abseil
12281231
fi
12291232
;;
12301233
*)

0 commit comments

Comments
 (0)