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

Reomve dependency on gfsio lib #338

Merged
merged 2 commits into from
Jun 21, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update CMakeLists.txt to remove comment lines.
  • Loading branch information
WenMeng-NOAA committed Jun 21, 2021
commit 43ffaa48f002eb391c941e9e595611dc61c8ec9c
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ find_package(g2tmpl REQUIRED)
find_package(ip REQUIRED)

if(BUILD_POSTEXEC)
# find_package(gfsio REQUIRED)
find_package(nemsio REQUIRED)
find_package(sfcio REQUIRED)
find_package(sigio REQUIRED)
Expand Down
2 changes: 0 additions & 2 deletions sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ list(APPEND EXE_SRC
GETNEMSNDSCATTER.f
GFSPOSTSIG.F
INITPOST.F
# INITPOST_GFS.f
INITPOST_GFS_NEMS.f
INITPOST_GFS_NEMS_MPIIO.f
INITPOST_GFS_NETCDF.f
Expand Down Expand Up @@ -215,7 +214,6 @@ if(BUILD_POSTEXEC)
add_executable(${EXENAME} ${EXE_SRC})
target_link_libraries(${EXENAME} PRIVATE
${LIBNAME}
## gfsio::gfsio
w3nco::w3nco_4
nemsio::nemsio
sp::sp_4
Expand Down