Skip to content

Commit

Permalink
Update Linux_options.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Nov 13, 2024
1 parent f160dd1 commit f1071e5
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/Linux_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,8 @@ jobs:
uses: NOAA-EMC/ci-build-nceplibs@develop
with:
ip-version: develop

- name: checkout-g2c
uses: actions/checkout@v4
with:
repository: NOAA-EMC/NCEPLIBS-g2c
path: g2c
ref: develop

- name: build-g2c
run: |
cd g2c
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=~/g2c -DUSE_OpenJPEG=ON -DUSE_Jasper=OFF
make -j2
make install
g2c-version: develop
g2c-cmake-args: -DUSE_OpenJPEG=ON -DUSE_Jasper=OFF

- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f1071e5

Please sign in to comment.