Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified README #67

Merged
merged 4 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading