Skip to content

Commit

Permalink
Merge pull request #67 from NOAA-EMC/ejh_branch1
Browse files Browse the repository at this point in the history
modified README
  • Loading branch information
edwardhartnett authored Dec 18, 2023
2 parents 8faacfc + b2fe5c1 commit ecc0c65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This is the first working workflow for the wgrib2 project.
#
# Kyle Gerheiser, Ed Hartnett
name: Build
on:
push:
Expand Down Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit ecc0c65

Please sign in to comment.