Cutting new branch from version 4.3.0.

This commit is contained in:
Ward Fisher 2013-05-03 21:40:03 +00:00
commit 7f18a00d83
3 changed files with 7 additions and 46 deletions

View File

@ -43,6 +43,7 @@ developer@dummy-machine:/netcdf$ mkdir build_dir
developer@dummy-machine:/netcdf$ cd build_dir
developer@dummy-machine:/netcdf/build_dir$ cmake ..
Compiling and Testing the NetCDF Libraries and Utilities
********************************************************
@ -65,23 +66,8 @@ C:\netcdf\build_dir>cmake --build .
Note: If you want to use a different generator than the default, you
would specify it with the '-G' flag.
Manually specifying which HDF5 Libraries to include.
****************************************************
Occasionally CMake may not find the appropriate dependencies
for your build, and you may need to specify the libraries
manually. For the HDF5 libraries, this could be accomplished as
follows:
developer@dummy-machine:/netcdf/build_dir$ cmake .. \
-DHDF5_HL_LIB=/path/to/lib/libhdf5_hl.dylib \
-DHDF5_LIB=/path/to/lib/libhdf5.dylib \
-DHDF5_INCLUDE_DIR=/path/to/include/
Common NetCDF/CMake Options
***************************
*********************
- ENABLE_NETCDF_4 (On by Default)
- ENABLE_DAP (On by Default)

View File

@ -1,25 +0,0 @@
# CTest/CDash configuration
IF(USE_REMOTE_CDASH)
set(CTEST_PROJECT_NAME "NetCDF-C")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
set(CTEST_SITE "Unidata OSX")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=NetCDF-C")
set(CTEST_DROP_SITE_CDASH TRUE)
ELSEIF(BUILDING_TRUNK)
SET (CTEST_DROP_METHOD "http")
SET (CTEST_DROP_SITE "yakov.unidata.ucar.edu/")
SET (CTEST_DROP_LOCATION "CDash/submit.php?project=netCDF")
SET (CTEST_DROP_SITE_CDASH TRUE)
ELSEIF(WORKING_FROM_HOME)
SET (CTEST_DROP_METHOD "http")
SET (CTEST_DROP_SITE "localhost:4111/")
SET (CTEST_DROP_LOCATION "CDash/submit.php?project=WinNETCDF")
SET (CTEST_DROP_SITE_CDASH TRUE)
ELSE()
SET (CTEST_DROP_METHOD "http")
SET (CTEST_DROP_SITE "yakov.unidata.ucar.edu/")
SET (CTEST_DROP_LOCATION "CDash/submit.php?project=WinNETCDF")
SET (CTEST_DROP_SITE_CDASH TRUE)
ENDIF()

View File

@ -6,7 +6,11 @@ https://www.unidata.ucar.edu/jira/browse/NCF-XXX .
VERSION COMMENTS
------- --------
4.3 Released 2013-04-29
4.3 Released 2013-05-03
fsync: Changed default in autotools config
file; fsync must now be explicitely enabled
instead of explicitely disabled. [NCF-239]
Fixed netCDF-4 bug where odometer code for
libdap2 mishandled stride > 1. Bug reported
@ -30,10 +34,6 @@ VERSION COMMENTS
by parallel-netcdf. Thanks to Wei-keng Liao for
developing and contributing the fix. [NCF-234]
fsync: Changed default in autotools config
file; fsync must now be explicitely enabled
instead of explicitely disabled. [NCF-239]
Fixed bug in handling old servers that do not do
proper Grid to Structure conversions. [NCF-232]