Skip to content

Commit 27b37bf

Browse files
authored
add missing dependencies for openvino (#8860)
* add missing automake * add missing autoconf-archive
1 parent 9a9773e commit 27b37bf

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/ccpp.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Update apt
8888
run: sudo apt update
8989
- name: Install dependencies
90-
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
90+
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
9191
- name: Clean downloads
9292
run: sudo apt-get clean
9393

@@ -157,7 +157,7 @@ jobs:
157157
- name: Update apt
158158
run: sudo apt update
159159
- name: Install dependencies
160-
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
160+
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
161161
- name: Clean downloads
162162
run: sudo apt-get clean
163163

@@ -210,7 +210,7 @@ jobs:
210210
- name: Update apt
211211
run: sudo apt update
212212
- name: Install dependencies
213-
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
213+
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
214214
- name: Clean downloads
215215
run: sudo apt-get clean
216216

@@ -398,7 +398,7 @@ jobs:
398398
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
399399

400400
- name: Install dependencies
401-
run: brew install libomp yasm nasm pkg-config
401+
run: brew install libomp yasm nasm pkg-config automake autoconf-archive
402402

403403
- uses: lukka/get-cmake@latest
404404

.github/workflows/on_pr.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Update apt
7474
run: sudo apt update
7575
- name: Install dependencies
76-
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
76+
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
7777
- name: Clean downloads
7878
run: sudo apt-get clean
7979

@@ -116,7 +116,7 @@ jobs:
116116
- name: Update apt
117117
run: sudo apt update
118118
- name: Install dependencies
119-
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
119+
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
120120
- name: Clean downloads
121121
run: sudo apt-get clean
122122

@@ -159,7 +159,7 @@ jobs:
159159
- name: Update apt
160160
run: sudo apt update
161161
- name: Install dependencies
162-
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
162+
run: sudo apt-get install -y --no-install-recommends yasm nasm gperf automake autoconf libtool pkg-config autoconf-archive libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
163163
- name: Clean downloads
164164
run: sudo apt-get clean
165165

@@ -289,7 +289,7 @@ jobs:
289289
- uses: actions/checkout@v3
290290

291291
- name: Install dependencies
292-
run: brew install libomp yasm nasm pkg-config
292+
run: brew install libomp yasm nasm pkg-config automake autoconf-archive
293293

294294
- uses: lukka/get-cmake@latest
295295

scripts/setup.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ elif [[ $(cut -f2 <<< $(lsb_release -i)) == "Ubuntu" ]]; then
7575
if [ "$install_tools" = true ] ; then
7676
echo "Installing tools"
7777
sudo apt-get update
78-
sudo apt-get install -y --no-install-recommends git ninja-build build-essential g++ nasm yasm gperf
78+
sudo apt-get install -y --no-install-recommends git ninja-build build-essential g++ nasm yasm gperf
7979
sudo apt-get install -y --no-install-recommends apt-transport-https ca-certificates gnupg software-properties-common wget
8080
sudo apt-get install -y --no-install-recommends libgles2-mesa-dev libx11-dev libxft-dev libxext-dev libxrandr-dev libxi-dev libxcursor-dev libxdamage-dev libxinerama-dev libdbus-1-dev libxtst-dev
8181
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null
@@ -88,7 +88,8 @@ elif [[ $(cut -f2 <<< $(lsb_release -i)) == "Ubuntu" ]]; then
8888
sudo apt-get install -y --no-install-recommends cmake
8989
sudo apt-get install -y --no-install-recommends powershell
9090
sudo apt-get install -y --no-install-recommends curl zip unzip tar
91-
sudo apt-get install -y --no-install-recommends pkg-config autoconf libtool bison
91+
sudo apt-get install -y --no-install-recommends bison
92+
sudo apt-get install -y --no-install-recommends automake autoconf libtool pkg-config autoconf-archive
9293
sudo apt-get clean
9394
fi
9495
else

0 commit comments

Comments
 (0)