[netcdf] 05/05: Fix local modifications of upstream sources.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Mar 7 15:05:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit ab55d9a507a44642f4f116509e67230745c3e6b8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Mar 7 15:56:14 2015 +0100

    Fix local modifications of upstream sources.
---
 CTestConfig.cmake | 17 -----------------
 RELEASE_NOTES.md  | 14 --------------
 2 files changed, 31 deletions(-)

diff --git a/CTestConfig.cmake b/CTestConfig.cmake
deleted file mode 100644
index 84fa0fb..0000000
--- a/CTestConfig.cmake
+++ /dev/null
@@ -1,17 +0,0 @@
-## This file should be placed in the root directory of your project.
-## Then modify the CMakeLists.txt file in the root directory of your
-## project to incorporate the testing dashboard.
-##
-## # The following are required to submit to the CDash dashboard:
-##   ENABLE_TESTING()
-##   INCLUDE(CTest)
-
-set(DART_TESTING_TIMEOUT "4800")
-
-set(CTEST_PROJECT_NAME "netcdf-c")
-set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
-
-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)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9389b5f..ee0a7ca 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -118,20 +118,6 @@ More details may be found at the Unidata JIRA Dashboard.  [NCF-316](https://bugt
 
 * Removed redundant variable `BUILD_DOCS` from the CMake configuration file.  See the issue at github: [#59](https://github.com/Unidata/netcdf-c/issues/59).
 
-* Bumped minimum CMake version to `2.8.9` from `2.8.8` as part of a larger pull request contributed by Nico Schlömer. [Pull Request #64](https://github.com/Unidata/netcdf-c/pull/64) 
-
-* Replaced the `NetCDF Library Architecture` image with an updated version from the 2012 NetCDF Workshop slides.  
-
-* Fix HDF4 files to support chunking.
-  [NCF-272](https://bugtracking.unidata.ucar.edu/browse/NCF-272)
-
-* NetCDF creates a `libnetcdf.settings` file after configuration now, similar to those generated by `HDF4` and `HDF5`.  It is installed into the same directory as the libraries. [NCF-303](https://bugtracking.unidata.ucar.edu/browse/NCF-303).
-
-
-* Renamed `man4/` directory to `docs/` to make the purpose and contents clearer. See [man4 vs. docs #60](https://github.com/Unidata/netcdf-c/issues/60).
-
-* Removed redundant variable `BUILD_DOCS` from the CMake configuration file.  See the issue at github: [BUILD\_DOCS, ENABLE\_DOXYGEN #59](https://github.com/Unidata/netcdf-c/issues/59).
-
 * Added missing documentation templates to `man4/Makefile.am`, to correct an issue when trying to build the local `Doxygen`-generated documentation. This issue was reported by Nico Schlömer and may be viewed on github.  [Releases miss Doxygen files #56](https://github.com/Unidata/netcdf-c/issues/56)
 
 * When the NC_MPIPOSIX flag is given for parallel I/O access and the HDF5 library does not have the MPI-POSIX VFD configured in, the NC_MPIPOSIX flag is transparently aliased to the NC_MPIIO flag within the netCDF-4 library.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git



More information about the Pkg-grass-devel mailing list