-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add wgrib2_meta.h * more values in meta file
- Loading branch information
1 parent
55312de
commit 9cac176
Showing
3 changed files
with
50 additions
and
5 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 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 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* This header file may be used by other packages to learn about this | ||
* wgrib2 build. | ||
* | ||
* Edward Hartnett 3/29/24 */ | ||
#ifndef _WGRIB2_META_H | ||
#define _WGRIB2_META_H | ||
|
||
#cmakedefine USE_NETCDF3 | ||
#cmakedefine USE_NETCDF4 | ||
#cmakedefine USE_HDF5 | ||
#cmakedefine USE_REGEX | ||
#cmakedefine USE_TIGGE | ||
#cmakedefine USE_MYSQL | ||
#define USE_IPOLATES @USE_IPOLATES@ | ||
#cmakedefine USE_UDF | ||
#cmakedefine USE_OPENMP | ||
#cmakedefine USE_PROJ4 | ||
#cmakedefine USE_WMO_VALIDATION | ||
#cmakedefine DISABLE_TIMEZONE | ||
#cmakedefine DISABLE_ALARM | ||
#cmakedefine USE_NAMES NCEP | ||
#cmakedefine USE_G2CLIB | ||
#cmakedefine USE_PNG | ||
#cmakedefine USE_JASPER | ||
#cmakedefine USE_OPENJPEG | ||
#cmakedefine MAKE_FTN_API | ||
#cmakedefine USE_AEC | ||
|
||
#define WGRIB2_VERSION "@CMAKE_PROJECT_VERSION@" | ||
#define BUILD_COMMENTS "@BUILD_COMMENTS@" | ||
#define CC "@CMAKE_C_COMPILER@ @CMAKE_C_COMPILER_ID@" | ||
#define FORTRAN "@CMAKE_Fortran_COMPILER@ @CMAKE_Fortran_COMPILER_ID@" | ||
#define CPPFLAGS "@CMAKE_C_FLAGS@" | ||
#define FFLAGS "@CMAKE_Fortran_FLAGS@" | ||
#define WGRIB2_VERSION "@CMAKE_PROJECT_VERSION@" | ||
|
||
#endif |