From 41b88561e99451641fd3e7e0c4d39070f37ffa7a Mon Sep 17 00:00:00 2001 From: Alex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:55:02 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 84f099c..942b130 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ ![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 sp functionality as of +> the most recent release (2.5.0). All future development should use **NCEPLIBS-ip**. + # NCEPLIBS-sp The spectral transform library (splib) contains FORTRAN subprograms to From 75747fcdbb9b27a3cb879bbed6e9811288f27aab Mon Sep 17 00:00:00 2001 From: Alex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:57:09 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 942b130..fe3a3f4 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ > [!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 sp functionality as of -> the most recent release (2.5.0). All future development should use **NCEPLIBS-ip**. +> 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 From 22b1cc5eb74ec13812935580007e7f7d8c65a391 Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Tue, 30 Jan 2024 13:49:57 -0800 Subject: [PATCH 3/3] Fix Intel CI --- .github/workflows/Intel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Intel.yml b/.github/workflows/Intel.yml index 2b0feff..340e83c 100644 --- a/.github/workflows/Intel.yml +++ b/.github/workflows/Intel.yml @@ -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