mirror of https://github.com/AlexeyAB/darknet.git
add missing dependencies for openvino (#8860)
* add missing automake * add missing autoconf-archive
This commit is contained in:
parent
9a9773e6f1
commit
27b37bf103
|
@ -87,7 +87,7 @@ jobs:
|
|||
- name: Update apt
|
||||
run: sudo apt update
|
||||
- name: Install dependencies
|
||||
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
|
||||
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
|
||||
- name: Clean downloads
|
||||
run: sudo apt-get clean
|
||||
|
||||
|
@ -157,7 +157,7 @@ jobs:
|
|||
- name: Update apt
|
||||
run: sudo apt update
|
||||
- name: Install dependencies
|
||||
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
|
||||
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
|
||||
- name: Clean downloads
|
||||
run: sudo apt-get clean
|
||||
|
||||
|
@ -210,7 +210,7 @@ jobs:
|
|||
- name: Update apt
|
||||
run: sudo apt update
|
||||
- name: Install dependencies
|
||||
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
|
||||
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
|
||||
- name: Clean downloads
|
||||
run: sudo apt-get clean
|
||||
|
||||
|
@ -398,7 +398,7 @@ jobs:
|
|||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install libomp yasm nasm pkg-config
|
||||
run: brew install libomp yasm nasm pkg-config automake autoconf-archive
|
||||
|
||||
- uses: lukka/get-cmake@latest
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
- name: Update apt
|
||||
run: sudo apt update
|
||||
- name: Install dependencies
|
||||
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
|
||||
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
|
||||
- name: Clean downloads
|
||||
run: sudo apt-get clean
|
||||
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
|||
- name: Update apt
|
||||
run: sudo apt update
|
||||
- name: Install dependencies
|
||||
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
|
||||
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
|
||||
- name: Clean downloads
|
||||
run: sudo apt-get clean
|
||||
|
||||
|
@ -159,7 +159,7 @@ jobs:
|
|||
- name: Update apt
|
||||
run: sudo apt update
|
||||
- name: Install dependencies
|
||||
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
|
||||
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
|
||||
- name: Clean downloads
|
||||
run: sudo apt-get clean
|
||||
|
||||
|
@ -289,7 +289,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install libomp yasm nasm pkg-config
|
||||
run: brew install libomp yasm nasm pkg-config automake autoconf-archive
|
||||
|
||||
- uses: lukka/get-cmake@latest
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ elif [[ $(cut -f2 <<< $(lsb_release -i)) == "Ubuntu" ]]; then
|
|||
if [ "$install_tools" = true ] ; then
|
||||
echo "Installing tools"
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends git ninja-build build-essential g++ nasm yasm gperf
|
||||
sudo apt-get install -y --no-install-recommends git ninja-build build-essential g++ nasm yasm gperf
|
||||
sudo apt-get install -y --no-install-recommends apt-transport-https ca-certificates gnupg software-properties-common wget
|
||||
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
|
||||
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
|
|||
sudo apt-get install -y --no-install-recommends cmake
|
||||
sudo apt-get install -y --no-install-recommends powershell
|
||||
sudo apt-get install -y --no-install-recommends curl zip unzip tar
|
||||
sudo apt-get install -y --no-install-recommends pkg-config autoconf libtool bison
|
||||
sudo apt-get install -y --no-install-recommends bison
|
||||
sudo apt-get install -y --no-install-recommends automake autoconf libtool pkg-config autoconf-archive
|
||||
sudo apt-get clean
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue