diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 15a7c470..6f174107 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,3 +1,6 @@ +# This is the first working workflow for the wgrib2 project. +# +# Kyle Gerheiser, Ed Hartnett name: Build on: push: @@ -52,14 +55,14 @@ jobs: with: repository: NOAA-EMC/NCEPLIBS-sp path: sp - ref: develop + ref: v2.3.3 - name: build-sp run: | cd sp mkdir build cd build - cmake -DCMAKE_INSTALL_PREFIX=~/sp -DBUILD_8=ON .. + cmake -DCMAKE_INSTALL_PREFIX=~/sp .. make -j2 make install diff --git a/README.md b/README.md index d911d112..41012fa5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ # WGRIB 2 -**This repository is deprecated and will no longer be updated.** - -Users are advised to seek other tools due to difficulties building and -maintaining wgrib2. Wgrib2 should not be used in new operational code -at NOAA EMC. - Provides functionality for interacting with, reading, writing, and manipulating grib2 files, with a CMake build.