[DebianGIS-dev] Bug#537414: Bug#537414: Please default to 1.8 interface for hdf5-1.8.x

2011-01-10 Thread Francesco P. Lovergine
On Sun, Jan 09, 2011 at 04:26:11PM -0800, Walter Landry wrote: > Greetings, > > I was recently bitten by this bug again. HDF5 has had the new API for > almost 3 years. This is getting a bit ridiculous. It is time for > Debian to use the new API. From > > http://www.hdfgroup.org/HDF5/doc/RM/

[DebianGIS-dev] Bug#537414: Bug#537414: please default to 1.8 interface for hdf5-1.8.x

2010-06-22 Thread Chun-Chung Chen
On 01/-9/-28163 03:59 AM, Francesco P. Lovergine wrote: the compatibility mode is there for a reason: to allow old code being safely used without changes. If your code use the new api should also be able to use the 1.8 api explicitly and not rely upon the 1.8/1.6 choice done by third parties. If

[DebianGIS-dev] Bug#537414: Bug#537414: please default to 1.8 interface for hdf5-1.8.x

2009-12-13 Thread Francesco P. Lovergine
On Sat, Dec 12, 2009 at 03:37:07PM +0200, Juha Jäykkä wrote: > Hi! > > This is still present in 1.8.3-2.1 and the fix is simply to remove the line > > #define H5_USE_16_API_DEFAULT 1 > > from /usr/include/H5pubconf.h, Or surround it with > > #if !defined(H5_I_REALLY_DO_NOT_WANT_OLD_API) > #defi