[cmor] 86/190: releasing 2.5.3

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 12:54:41 UTC 2015


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

mckinstry pushed a commit to branch debian/master
in repository cmor.

commit 237a48447b199200424432e91202ec7d43390a2f
Merge: b319dcc 76e27f8
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date:   Mon Jan 31 14:16:01 2011 -0800

    releasing 2.5.3

 RELEASE-NOTES                           |   9 ++
 Src/cmor.c                              | 240 +++++++++++++++++++++-----------
 Src/cmor_axes.c                         |  10 +-
 Src/cmor_grids.c                        |   8 +-
 Src/cmor_variables.c                    | 101 ++++++++++----
 Test/test_lots_of_variables.c           |   2 +-
 Test/test_lots_of_variables.f90         |   4 +-
 Test/test_python_joerg_10.py            |   3 +-
 Test/test_shrt_exp_nm_set_att_initi.f90 |   2 +-
 configure                               |  22 +--
 configure.ac                            |   2 +-
 include/cmor.h                          |   3 +-
 12 files changed, 268 insertions(+), 138 deletions(-)

diff --cc RELEASE-NOTES
index dff3499,0a2a25c..f0fd1b5
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@@ -1,4 -1,11 +1,13 @@@
++2011-01-31 : releasing 2.5.3
+ 2011-01-25 : path produced w/o '/' or weird characters
+ 2011-01-25 : cannot set global attribute if it is an attribute that can be set via cmor_dataset
+ 2011-01-25 : cannot set var attribute after var has been created into nc file
+ 2011-01-25 : cannot set var attribute if it is settable via cmor_variable
+ 2011-01-25 : can handle "character type" singleton dimensions
+ 2011-01-25 : does not stores units on character typevariables
+ 2011-01-24 : cmor_axes, interval check cleanup errormessage, now specifies which units the diff calaculated is in.
+ 2011-01-24 : updated cmor_set_variable_attrubtes to go thru an 'internal' one
 +2010-12-17 : when passing character type axes, checking output is suppposed to be character
  2010-12-17 : fixed bug found by Jamie that didn't pass the correct args in get_var_Attribute
  2010-12-16 : added two python test for var with string dimensions
  2010-12-06 : turned off udunits2 warnings when reading database in
diff --cc configure
index 0184735,246702f..4ff9a89
--- a/configure
+++ b/configure
@@@ -3741,7 -3741,7 +3741,7 @@@ ac_fc_v_output=`eval $ac_link 5>&1 2>&
  echo "$ac_fc_v_output" >&5
  FCFLAGS=$ac_save_FFLAGS
  
--rm -f conftest*
++rm -f -r conftest*
  
  # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
  # /foo, /bar, and /baz are search directories for the Fortran linker.
@@@ -3832,7 -3832,7 +3832,7 @@@ ac_fc_v_output=`eval $ac_link 5>&1 2>&
  echo "$ac_fc_v_output" >&5
  FCFLAGS=$ac_save_FFLAGS
  
--rm -f conftest*
++rm -f -r conftest*
  
  # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
  # /foo, /bar, and /baz are search directories for the Fortran linker.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cmor.git



More information about the debian-science-commits mailing list