Skip to content

Commit

Permalink
Remove NCEPLIBS-w3nco
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA committed Mar 23, 2024
1 parent 8111efe commit 2a063bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ ${FC} --version | head -1
cmake --version | head -1
echo

mpiexec --version
echo

export OMPI_CC=${CC}
export OMPI_CXX=${CXX}
export OMPI_FC=${FC}
Expand Down Expand Up @@ -156,7 +153,6 @@ export sfcio_ROOT=${ufslibs_install_prefix}/NCEPLIBS-sfcio
export sigio_ROOT=${ufslibs_install_prefix}/NCEPLIBS-sigio
export sp_ROOT=${ufslibs_install_prefix}/NCEPLIBS-sp
export upp_ROOT=${ufslibs_install_prefix}/UPP
export w3nco_ROOT=${ufslibs_install_prefix}/NCEPLIBS-w3nco
export w3emc_ROOT=${ufslibs_install_prefix}/NCEPLIBS-w3emc

export GFTL_ROOT=${ufslibs_install_prefix}/gftl_shared
Expand Down
4 changes: 1 addition & 3 deletions libs/ufslibs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ set(NCEPLIBS-sfcio_tag v1.4.1)
set(NCEPLIBS-sigio_tag v2.3.2)
set(NCEPLIBS-sp_tag v2.3.3)
set(NCEPLIBS-w3emc_tag v2.10.0)
set(NCEPLIBS-w3nco_tag v2.4.1)

foreach(lib_name
NCEPLIBS-bacio
Expand All @@ -413,8 +412,7 @@ foreach(lib_name
NCEPLIBS-sfcio
NCEPLIBS-sigio
NCEPLIBS-sp
NCEPLIBS-w3emc
NCEPLIBS-w3nco)
NCEPLIBS-w3emc)

ExternalProject_Add(${lib_name}
GIT_REPOSITORY https://github.com/NOAA-EMC/${lib_name}
Expand Down

0 comments on commit 2a063bb

Please sign in to comment.