Skip to content

Commit

Permalink
Update for GitHub CI workflows.
Browse files Browse the repository at this point in the history
Adding AEC library to the packages to install for both Linux and
macOS (via homebrew).
  • Loading branch information
EricEngle-NOAA committed Dec 1, 2023
1 parent 12c6db7 commit d7427a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Ubuntu Dependencies
run: |
sudo apt-get update
sudo apt-get install cmake gfortran libopenjp2-7 libopenjp2-7-dev libpng16-16 libpng-dev
sudo apt-get install cmake gfortran libopenjp2-7 libopenjp2-7-dev libpng16-16 libpng-dev libaec0 libaec-dev
- name: Install python dependencies via pip
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
tar -xzvf v1.8.0.tar.gz
cd NCEPLIBS-g2c-1.8.0
mkdir build && cd build
cmake -DUSE_Jasper=OFF -DUSE_OpenJPEG=ON -DBUILD_SHARED_LIBS=ON ..
cmake -DUSE_Jasper=OFF -DUSE_OpenJPEG=ON -DBUILD_PNG=ON -DBUILD_AEC=ON -DBUILD_SHARED_LIBS=ON ..
make -j2
sudo make install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install macOS Dependencies
run: |
brew install jasper libpng
brew install jasper libpng libaec
brew tap eengl/nceplibs
brew install nceplibs-g2c
Expand Down

0 comments on commit d7427a7

Please sign in to comment.