-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove gblevents.f and cleanup build (#74)
Remove gblevents.f and cleanup build gblevents created a circular dependency with nemsio and was moved to UFS_UTILS. With gblevents removed w3emc no longer contains dependencies on other libraries. mova2i.c was deleted and a C binding added to mova2i.f. Now the library has no C functions and associated flags removed from the build.
- Loading branch information
1 parent
17fe85e
commit 1bf6236
Showing
8 changed files
with
2 additions
and
4,114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,6 @@ | |
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]") | ||
include(CMakeFindDependencyMacro) | ||
|
||
find_dependency(nemsio CONFIG) | ||
find_dependency(sigio CONFIG) | ||
find_dependency(NetCDF COMPONENTS Fortran) | ||
|
||
# Get the build type from real32 library target | ||
get_target_property(@PROJECT_NAME@_BUILD_TYPES @PROJECT_NAME@::@PROJECT_NAME@_4 IMPORTED_CONFIGURATIONS) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters