-
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.
more tests and fixed some EOL in test files to avoid issues with cmp
- Loading branch information
1 parent
ef98afb
commit 71da810
Showing
2 changed files
with
45 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* config.h generated by cmake */ | ||
#ifndef _CONFIG_H | ||
#define _CONFIG_H | ||
// #define USE_NETCDF3 | ||
#define USE_REGEX | ||
#define USE_TIGGE | ||
// #define USE_MYSQL | ||
#define USE_IPOLATES 1 | ||
// #define USE_UDF | ||
#define USE_OPENMP | ||
// #define USE_PROJ4 | ||
// #define USE_WMO_VALIDATION | ||
// #define DISABLE_TIMEZONE | ||
// #define DISABLE_ALARM | ||
#define USE_NAMES NCEP | ||
// #define USE_G2CLIB | ||
// #define USE_PNG | ||
#define USE_JASPER | ||
// #define USE_OPENJPEG | ||
// #define MAKE_FTN_API | ||
#define USE_AEC | ||
#define BUILD_COMMENTS "stock build" | ||
#define CC "/usr/bin/cc GNU" | ||
#define FORTRAN "/usr/bin/f95 GNU" | ||
#define CPPFLAGS "-g -DGFORTRAN" | ||
#define FFLAGS "-g -fbacktrace " | ||
#endif |