Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#131 from NOAA-EMC/AlexanderRichert-NOAA-p…
Browse files Browse the repository at this point in the history
…atch-1

Update README.md
  • Loading branch information
AlexanderRichert-NOAA authored Jan 30, 2024
2 parents 6775935 + 22b1cc5 commit 4510c70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
rm GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
sudo apt-get update
sudo apt-get install intel-oneapi-dev-utilities intel-oneapi-mpi-devel intel-oneapi-openmp intel-oneapi-compiler-fortran intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
sudo apt-get install intel-oneapi-openmp intel-oneapi-compiler-fortran-2023.2.1 intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.2.1
echo "source /opt/intel/oneapi/setvars.sh" >> ~/.bash_profile
- name: checkout
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
![Status](https://github.com/NOAA-EMC/NCEPLIBS-sp/workflows/developer/badge.svg)

> [!NOTE]
> The functionality of this library has been merged into
> [NCEPLIBS-ip](https://github.com/NOAA-EMC/NCEPLIBS-ip) as of the latest
> version (5.0), which contains the full set of NCEPLIBS-sp functionality as of
> the most recent release (2.5.0). NCEPLIBS-sp should be considered deprecated,
> and all future development should use **NCEPLIBS-ip** as soon as available
> (ip v5.0 is slated for inclusion in spack-stack 1.7.0).
# NCEPLIBS-sp

The spectral transform library (splib) contains FORTRAN subprograms to
Expand Down

0 comments on commit 4510c70

Please sign in to comment.