forked from NOAA-EMC/wgrib2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request NOAA-EMC#145 from AlysonStahl-NOAA/as_config
build config.h with cmake
- Loading branch information
Showing
5 changed files
with
44 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
build | ||
.DS_Store | ||
*.o | ||
*.o |
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,40 @@ | ||
/* config.h generated by cmake */ | ||
#ifndef _CONFIG_H | ||
#define _CONFIG_H | ||
|
||
#cmakedefine USE_NETCDF3 | ||
#cmakedefine USE_NETCDF4 | ||
#cmakedefine USE_HDF5 | ||
#cmakedefine USE_REGEX | ||
#cmakedefine USE_TIGGE | ||
#cmakedefine USE_MYSQL | ||
#cmakedefine USE_IPOLATES | ||
#cmakedefine USE_UDF | ||
#cmakedefine USE_OPENMP | ||
#cmakedefine USE_PROJ4 | ||
#cmakedefine USE_WMO_VALIDATION | ||
#cmakedefine DISABLE_TIMEZONE | ||
#cmakedefine DISABLE_ALARM | ||
#cmakedefine USE_NAMES @USE_NAMES@ | ||
#cmakedefine USE_G2CLIB | ||
#cmakedefine USE_PNG | ||
#cmakedefine USE_JASPER | ||
#cmakedefine USE_OPENJPEG | ||
#cmakedefine USE_AEC | ||
#cmakedefine FTP_TEST_FILES | ||
#cmakedefine FTP_LARGE_TEST_FILES | ||
#cmakedefine FTP_EXTRA_TEST_FILES | ||
#cmakedefine MAKE_FTN_API | ||
#cmakedefine DISABLE_STAT | ||
#cmakedefine BUILD_LIB | ||
#cmakedefine BUILD_SHARED_LIB | ||
#cmakedefine BUILD_WGRIB | ||
#cmakedefine TEST_FILE_DIR "@TEST_FILE_DIR@" | ||
|
||
#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 |
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