Skip to content

Commit

Permalink
Remove gfsio
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA committed Apr 15, 2024
1 parent 04de256 commit 3982417
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export bacio_ROOT=${ufslibs_install_prefix}/bacio
export crtm_ROOT=${ufslibs_install_prefix}/crtm
export g2_ROOT=${ufslibs_install_prefix}/g2
export g2tmpl_ROOT=${ufslibs_install_prefix}/g2tmpl
export gfsio_ROOT=${ufslibs_install_prefix}/gfsio
export ip_ROOT=${ufslibs_install_prefix}/ip
export nemsio_ROOT=${ufslibs_install_prefix}/nemsio
export sfcio_ROOT=${ufslibs_install_prefix}/sfcio
Expand Down
3 changes: 0 additions & 3 deletions libs/ufslibs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ ExternalProject_Add_StepDependencies(esmf build netcdf_fortran pio)
set(bacio_tag 2.4.1)
set(g2_tag 3.4.5)
set(g2tmpl_tag 1.10.2)
set(gfsio_tag 1.4.1)
set(ip_tag 4.3.0)
set(nemsio_tag 2.5.4)
set(sfcio_tag 1.4.1)
Expand All @@ -388,7 +387,6 @@ foreach(lib_name
bacio
g2
g2tmpl
gfsio
ip
nemsio
sfcio
Expand All @@ -409,7 +407,6 @@ foreach(lib_name
-Dbacio_ROOT=${install_prefix}/bacio
-Dg2_ROOT=${install_prefix}/g2
-Dg2tmpl_ROOT=${install_prefix}/g2tmpl
-Dgfsio_ROOT=${install_prefix}/gfsio
-Dip_ROOT=${install_prefix}/ip
-Dnemsio_ROOT=${install_prefix}/nemsio
-Dsfcio_ROOT=${install_prefix}/sfcio
Expand Down

0 comments on commit 3982417

Please sign in to comment.