Menu

Tree [cc815d] master nccmp-v1.8.2.1 /
 History

HTTPS access


File Date Author Commit
 cmake 2015-12-09 rsz rsz [f44eb1] Added basic cmake support to build executable, ...
 doc 2017-02-22 rsz rsz [cc815d] Fixed gcc isnan compiler error, bumped up to 1....
 m4 2015-09-28 rsz rsz [f8d25e] All tests pass, latest release.
 man 2017-02-22 rsz rsz [cc815d] Fixed gcc isnan compiler error, bumped up to 1....
 scripts 2015-09-28 rsz rsz [f8d25e] All tests pass, latest release.
 src 2017-02-22 rsz rsz [cc815d] Fixed gcc isnan compiler error, bumped up to 1....
 test 2017-02-22 rsz rsz [cc815d] Fixed gcc isnan compiler error, bumped up to 1....
 .gitignore 2015-12-21 rsz rsz [7bc7dc] Added darray, memtests pass. TODO test usertype...
 AUTHORS 2014-12-01 rsz rsz [2658eb] New features.
 CMakeLists.txt 2015-12-17 rsz rsz [73bd05] Testing stats fixes to handle nested groups.
 COPYING 2014-12-01 rsz rsz [2658eb] New features.
 ChangeLog 2014-12-01 rsz rsz [2658eb] New features.
 INSTALL 2014-12-01 rsz rsz [2658eb] New features.
 Makefile.am 2015-09-28 rsz rsz [f8d25e] All tests pass, latest release.
 Makefile.dev 2015-09-28 rsz rsz [f8d25e] All tests pass, latest release.
 Makefile.in 2017-02-22 rsz rsz [cc815d] Fixed gcc isnan compiler error, bumped up to 1....
 NEWS 2014-12-01 rsz rsz [2658eb] New features.
 README 2016-03-04 rsz rsz [a5d52b] Refactored "fortran" variables to comply with C...
 aclocal.m4 2017-02-22 rsz rsz [cc815d] Fixed gcc isnan compiler error, bumped up to 1....
 autoscan.log 2014-12-01 rsz rsz [2658eb] New features.
 compile 2014-12-01 rsz rsz [2658eb] New features.
 config.guess 2015-09-30 rsz rsz [518f5a] 1. Get latest git version of config.guess.
 config.h.in 2015-09-28 rsz rsz [f8d25e] All tests pass, latest release.
 config.sub 2015-09-28 rsz rsz [f8d25e] All tests pass, latest release.
 configure.ac 2017-02-22 rsz rsz [cc815d] Fixed gcc isnan compiler error, bumped up to 1....
 depcomp 2014-12-01 rsz rsz [2658eb] New features.
 install-sh 2014-12-01 rsz rsz [2658eb] New features.
 missing 2015-09-28 rsz rsz [f8d25e] All tests pass, latest release.
 mkinstalldirs 2014-12-01 rsz rsz [2658eb] New features.
 stamp-h.in 2014-12-01 rsz rsz [2658eb] New features.
 test-driver 2014-12-01 rsz rsz [54b849] Added NaN and headerpad support.

Read Me

nccmp - Compares 2 NetCDF files. 

------------------------------------------------------------------

I. Installation

  ./configure
  make
  make check
  make install
  make clean

------------------------------------------------------------------

II. Developer Tasks

1. Documenting Changes

  After making modifications to code, also update the following:

  configure.ac - Update the version number in AC_INIT.
  doc/index.html - Update version news, links and usage.

2. Packaging

  Run these commands to regenerate the autoconf scripts.
    autoreconf -i
    # Deprecated:
    # rm -rf autom4te.cache && aclocal && automake -a -c -Wno-portability && autoheader && autoconf
  
  Versions that worked:
    aclocal/automake 1.11.3
    autoheader/autoconf 2.68

  And package it up into a tarball.
    make -f Makefile.dev sdist VER=1.2.3.0

3. Distribution

  Add the new tarball onto SourceForge via File Releases form.

4. Update the webpage's download link in doc/index.html.
  Update the webpage:
  scp doc/index.html rsz@web.sourceforge.net:/home/groups/n/nc/nccmp/htdocs

    
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.