This release includes a modification to the constraint expression parser so that metadata responses can be returned when server-functions are used in URLs. In addition, the results from server-function calls are cached so that functions are run only once for a given combination of dataset, variable(s) and parameter(s). This release contains a few fixes for builds on various platforms.
Binaries
Linux (x86_64)
- CentOS 5.7, RPMs (gcc 4.1)
Linux (x86_64)
- CentOS 6.3, RPMs (gcc 4.4)
Required packages
The libdap 3.11.x software requires libcurl 7.10.6, libxml2 2.6.16 and a modern pthreads library. To build from a fresh SVN checkout, you'll need automake 1.10, autoconf 2.61 and libtool 2.2.
Source code
- Version 3.11.6
- libdap-3.11.6.tar.gz, gpg signature. Required: libcurl, libxml2 and pthreads. On linux you'll need the regular packages plus the '-devel' development packages for these. They are commonly present on machines configured for development. See above. If you are building the source on Windows XP, Vista or Window 7 you will need a fairly complex collection of tools. Assuming you have Visual C++ 9.0 (aka 2008) using the OPeNDAP Tools 1.1 (sig) installer will set up a build environment for you. This is the build environment used to make the binaries distributed here.