Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
6bf33100
Commit
6bf33100
authored
Sep 22, 2006
by
Uwe Schulzweida
Browse files
update CDI library
parent
58fbbd96
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6bf33100
2006-11-?? Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CDI library version 1.0.3
* Version 1.0.3 released
2006-09-18 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
...
...
configure
View file @
6bf33100
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for cdo 1.0.
2
.
# Generated by GNU Autoconf 2.59 for cdo 1.0.
3
.
#
# Report bugs to <Uwe.Schulzweida@zmaw.de>.
#
...
...
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME
=
'cdo'
PACKAGE_TARNAME
=
'cdo'
PACKAGE_VERSION
=
'1.0.
2
'
PACKAGE_STRING
=
'cdo 1.0.
2
'
PACKAGE_VERSION
=
'1.0.
3
'
PACKAGE_STRING
=
'cdo 1.0.
3
'
PACKAGE_BUGREPORT
=
'Uwe.Schulzweida@zmaw.de'
# Factoring default headers for most tests.
...
...
@@ -783,7 +783,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat
<<
_ACEOF
\`
configure' configures cdo 1.0.
2
to adapt to many kinds of systems.
\`
configure' configures cdo 1.0.
3
to adapt to many kinds of systems.
Usage:
$0
[OPTION]... [VAR=VALUE]...
...
...
@@ -850,7 +850,7 @@ fi
if
test
-n
"
$ac_init_help
"
;
then
case
$ac_init_help
in
short
|
recursive
)
echo
"Configuration of cdo 1.0.
2
:"
;;
short
|
recursive
)
echo
"Configuration of cdo 1.0.
3
:"
;;
esac
cat
<<
\
_ACEOF
...
...
@@ -992,7 +992,7 @@ fi
test
-n
"
$ac_init_help
"
&&
exit
0
if
$ac_init_version
;
then
cat
<<
\
_ACEOF
cdo configure 1.0.
2
cdo configure 1.0.
3
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
...
...
@@ -1006,7 +1006,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by cdo
$as_me
1.0.
2
, which was
It was created by cdo
$as_me
1.0.
3
, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0
$@
...
...
@@ -1692,7 +1692,7 @@ fi
# Define the identity of the package.
PACKAGE
=
cdo
VERSION
=
1.0.
2
VERSION
=
1.0.
3
cat
>>
confdefs.h
<<
_ACEOF
...
...
@@ -6512,7 +6512,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by cdo
$as_me
1.0.
2
, which was
This file was extended by cdo
$as_me
1.0.
3
, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
...
...
@@ -6575,7 +6575,7 @@ _ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
ac_cs_version="
\\
cdo config.status 1.0.
2
cdo config.status 1.0.
3
configured by
$0
, generated by GNU Autoconf 2.59,
with options
\\
"`echo "
$ac_configure_args
" | sed 's/[
\\
""
\`\$
]/
\\\\
&/g'`
\\
"
...
...
configure.ac
View file @
6bf33100
# Process this file with autoconf to produce a configure script.
AC_INIT(cdo, 1.0.
2
, Uwe.Schulzweida@zmaw.de)
AC_INIT(cdo, 1.0.
3
, Uwe.Schulzweida@zmaw.de)
CONFIG_ABORT=yes
...
...
src/dtypes.h
View file @
6bf33100
...
...
@@ -30,14 +30,19 @@
# define INT64 long long
#endif
/*
REAL4
*/
/*
FLT32
*/
#undef
REAL4
#define
REAL4
float
#undef
FLT32
#define
FLT32
float
/*
Real8
*/
/*
FLT64
*/
#undef REAL8
#define REAL8 double
#undef FLT64
#define FLT64 double
/* UINT32 and UINT64 */
#define UINT32 unsigned INT32
#define UINT64 unsigned INT64
#endif
/* _DTYPES_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment