From 8a958e1ea3a619eff4ac2f27f22aad3d99a8b8f8 Mon Sep 17 00:00:00 2001 From: Jiquan Long Date: Tue, 24 May 2022 17:19:59 +0800 Subject: [PATCH] Fix missing dependencies in install_deps.sh (#17186) Signed-off-by: longjiquan --- scripts/install_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 53fe599c4e..2d8cc4f6f1 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -19,13 +19,13 @@ function install_linux_deps() { if [[ -x "$(command -v apt)" ]]; then # for Ubuntu 18.04 - sudo apt install -y g++ gcc make ccache libssl-dev zlib1g-dev libboost-regex-dev \ + sudo apt install -y g++ gcc make lcov libtool m4 autoconf automake ccache libssl-dev zlib1g-dev libboost-regex-dev \ libboost-program-options-dev libboost-system-dev libboost-filesystem-dev \ libboost-serialization-dev python3-dev libboost-python-dev libcurl4-openssl-dev gfortran libtbb-dev elif [[ -x "$(command -v yum)" ]]; then # for CentOS 7 sudo yum install -y epel-release centos-release-scl-rh && \ - sudo yum install -y git make automake ccache openssl-devel zlib-devel \ + sudo yum install -y git make lcov libtool m4 autoconf automake ccache openssl-devel zlib-devel \ libcurl-devel python3-devel \ devtoolset-7-gcc devtoolset-7-gcc-c++ devtoolset-7-gcc-gfortran \ llvm-toolset-7.0-clang llvm-toolset-7.0-clang-tools-extra