Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
9989affd
Commit
9989affd
authored
10 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
changed code.zmaw.de to mpimet.mpg.de
parent
c1765046
Branches
cdi-1.7.x
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
AUTHORS
+1
-1
1 addition, 1 deletion
AUTHORS
README
+1
-1
1 addition, 1 deletion
README
configure
+11
-11
11 additions, 11 deletions
configure
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
src/cdf.c
+1
-1
1 addition, 1 deletion
src/cdf.c
with
15 additions
and
15 deletions
AUTHORS
+
1
−
1
View file @
9989affd
Uwe Schulzweida <
U
we.
S
chulzweida
@zmaw
.de>
Uwe Schulzweida <
u
we.
s
chulzweida
AT mpimet.mpg
.de>
This diff is collapsed.
Click to expand it.
README
+
1
−
1
View file @
9989affd
...
...
@@ -52,5 +52,5 @@ Porting:
Contact:
Send questions, comments and bug reports to <http://
code.zmaw.de/projects
/cdi>
Send questions, comments and bug reports to <http://
mpimet.mpg.de
/cdi>
This diff is collapsed.
Click to expand it.
configure
+
11
−
11
View file @
9989affd
...
...
@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for cdi 1.6.8.
#
# Report bugs to <http
s
://
code.zmaw.de/projects
/cdi>.
# Report bugs to <http://
mpimet.mpg.de
/cdi>.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
...
...
@@ -247,10 +247,10 @@ fi
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org and
$0: http
s
://
code.zmaw.de/projects
/cdi about your system,
$0:
including
any error possibly output before this
$0:
message. Then
install a modern shell, or manually run
$0:
the script
under such a shell if you do have one."
$0: http://
mpimet.mpg.de
/cdi about your system,
including
$0: any error possibly output before this
message. Then
$0: install a modern shell, or manually run
the script
$0: under such a shell if you do have one."
fi
exit 1
fi
...
...
@@ -572,7 +572,7 @@ PACKAGE_NAME='cdi'
PACKAGE_TARNAME='cdi'
PACKAGE_VERSION='1.6.8'
PACKAGE_STRING='cdi 1.6.8'
PACKAGE_BUGREPORT='http
s
://
code.zmaw.de/projects
/cdi'
PACKAGE_BUGREPORT='http://
mpimet.mpg.de
/cdi'
PACKAGE_URL=''
# Factoring default headers for most tests.
...
...
@@ -1642,7 +1642,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <http
s
://
code.zmaw.de/projects
/cdi>.
Report bugs to <http://
mpimet.mpg.de
/cdi>.
_ACEOF
ac_status=$?
fi
...
...
@@ -2396,9 +2396,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ---------------------------------------
---------
##
## Report this to http
s
://
code.zmaw.de/projects
/cdi ##
## ---------------------------------------
---------
##"
( $as_echo "## --------------------------------------- ##
## Report this to http://
mpimet.mpg.de
/cdi ##
## --------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
...
...
@@ -28915,7 +28915,7 @@ $config_headers
Configuration commands:
$config_commands
Report bugs to <http
s
://
code.zmaw.de/projects
/cdi>."
Report bugs to <http://
mpimet.mpg.de
/cdi>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
9989affd
...
...
@@ -4,7 +4,7 @@
# autoconf 2.68
# libtool 2.4.2
AC_INIT([cdi], [1.6.8], [http
s
://
code.zmaw.de/projects
/cdi])
AC_INIT([cdi], [1.6.8], [http://
mpimet.mpg.de
/cdi])
echo "configuring ${PACKAGE_NAME} ${PACKAGE_VERSION}"
...
...
This diff is collapsed.
Click to expand it.
src/cdf.c
+
1
−
1
View file @
9989affd
...
...
@@ -79,7 +79,7 @@ void cdfComment(int ncid)
strcat
(
comment
,
"??"
);
else
strncat
(
comment
,
libvers
,
size
);
strcat
(
comment
,
" (http
s
://
code.zmaw.de/projects
/cdi)"
);
strcat
(
comment
,
" (http://
mpimet.mpg.de
/cdi)"
);
}
cdf_put_att_text
(
ncid
,
NC_GLOBAL
,
"CDI"
,
strlen
(
comment
),
comment
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment