Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
23b15b38
Commit
23b15b38
authored
Mar 24, 2014
by
Uwe Schulzweida
Browse files
configure --with-netCDF: set default=no
parent
d183ab62
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
23b15b38
...
...
@@ -5,6 +5,7 @@
2014-03-24 Uwe Schulzweida
* configure --with-netCDF: set default=no
* gribapiDefDateTimeRel: set vdate to rdate for time invariant fields [Bug #4641]
2014-03-20 Uwe Schulzweida
...
...
configure
View file @
23b15b38
...
...
@@ -1571,7 +1571,7 @@ Optional Packages:
--with-hdf5=<yes|no|directory> (default=no)
location of hdf5 library, NETCDF4 requires hdf5 high
level interface
--with-netcdf=<yes|no|directory> (default=
yes
)
--with-netcdf=<yes|no|directory> (default=
no
)
location of netcdf library (lib and include subdirs)
--with-jasper=<directory>
Specify location of JASPER library. You must specify
...
...
m4/acx_options.m4
View file @
23b15b38
...
...
@@ -142,7 +142,7 @@ ENABLE_NETCDF=no
ENABLE_NC2=no
ENABLE_NC4=no
AC_ARG_WITH([netcdf],
[AS_HELP_STRING([--with-netcdf=<yes|no|directory> (default=
yes
)],[location of netcdf library (lib and include subdirs)])],
[AS_HELP_STRING([--with-netcdf=<yes|no|directory> (default=
no
)],[location of netcdf library (lib and include subdirs)])],
[AS_CASE(["$with_netcdf"],
[no],[AC_MSG_CHECKING([for netcdf library])
AC_MSG_RESULT([suppressed])],
...
...
Write
Preview
Markdown
is supported
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