-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add libjpeg-dev for autotools and remove libncurses5 in CMake (#791)
- Loading branch information
Showing
8 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
- name: Install CMake Dependencies (Linux_coverage) | ||
run: | | ||
sudo apt update | ||
sudo apt-get install ninja-build doxygen graphviz curl libncurses5 build-essential | ||
sudo apt-get install ninja-build doxygen graphviz curl build-essential | ||
sudo apt-get install lcov -q -y | ||
- name: Set file base name (Linux_coverage) | ||
|
@@ -124,7 +124,7 @@ jobs: | |
- name: Install CMake Dependencies (Linux_Leak) | ||
run: | | ||
sudo apt update | ||
sudo apt-get install ninja-build doxygen graphviz curl libncurses5 | ||
sudo apt-get install ninja-build doxygen graphviz curl | ||
- name: add clang to env | ||
uses: KyleMayes/[email protected] | ||
|
@@ -222,7 +222,7 @@ jobs: | |
- name: Install CMake Dependencies (Linux_Address) | ||
run: | | ||
sudo apt update | ||
sudo apt-get install ninja-build doxygen graphviz curl libncurses5 | ||
sudo apt-get install ninja-build doxygen graphviz curl | ||
- name: add clang to env | ||
uses: KyleMayes/[email protected] | ||
|
@@ -320,7 +320,7 @@ jobs: | |
- name: Install CMake Dependencies (Linux_UndefinedBehavior) | ||
run: | | ||
sudo apt update | ||
sudo apt-get install ninja-build doxygen graphviz curl libncurses5 | ||
sudo apt-get install ninja-build doxygen graphviz curl | ||
- name: add clang to env | ||
uses: KyleMayes/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -615,7 +615,7 @@ jobs: | |
- name: Install CMake Dependencies (Linux_clang) | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install ninja-build doxygen graphviz curl libncurses5 | ||
sudo apt-get install ninja-build doxygen graphviz curl | ||
- name: add clang to env | ||
uses: KyleMayes/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,8 @@ jobs: | |
sudo apt-get update | ||
sudo apt-get install ninja-build | ||
sudo apt install libssl3 libssl-dev libcurl4 | ||
sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev doxygen openssl libtool libtool-bin | ||
sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl | ||
sudo apt install -y bzip2 m4 flex bison cmake libzip-dev doxygen openssl libtool libtool-bin | ||
- name: Checkout HDF4 | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,8 @@ jobs: | |
- name: Install System dependencies | ||
run: | | ||
sudo apt update | ||
sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev doxygen openssl libtool libtool-bin | ||
sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl | ||
sudo apt install -y bzip2 m4 flex bison libzip-dev doxygen openssl libtool libtool-bin | ||
- name: Checkout HDF4 | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters