Re: hdf5-1.10.0

2016-04-15 Thread Takeshi Enomoto
Hi, I created hdf5-18 in r147799 for the packages that have problems with hdf5. Binaries: ${prefix}/bin/*-18 Headers: ${prefix}/include/hdf5-18 Libraries: ${prefix}/lib/hdf5-18 With netcdf (r147780) I had to set HDF5_INCLUDE_DIR, HDF5_C_LIBRARIES and HDF5_HL_LIBRARIES manually otherwise hdf5 is

Re: hdf5-1.10.0

2016-04-09 Thread Takeshi Enomoto
I got a ticket for hdf5 and netcdf. The changes seems to be significant. The problem has been discussed by the netcdf developers. They seem to have a tentative fix and they might release it pretty soon, b

Re: hdf5-1.10.0

2016-04-08 Thread Andrea D'Amore
On 6 April 2016 at 12:52, Marius Schamschula wrote: > This update broke, matio. I had to walk back to the previous version of hdf5. Also py-tables, used by pandas. Test case: from pandas import DataFrame DataFrame([(0, 1), (2, 3)]).to_hdf('foo.h5', 'd1') -- Andrea

Re: hdf5-1.10.0

2016-04-06 Thread Marius Schamschula
Takeshi, This update broke, matio. I had to walk back to the previous version of hdf5. On Apr 6, 2016, at 3:12 AM, Takeshi Enomoto wrote: > Hi, > > The version 1.10.0 is a major update to hdf5. > Most notably, there are changes in API and hid_t is changed from > 32-bit to 64-bit. > >

hdf5-1.10.0

2016-04-06 Thread Takeshi Enomoto
Hi, The version 1.10.0 is a major update to hdf5. Most notably, there are changes in API and hid_t is changed from 32-bit to 64-bit. -DH5_USE_16_API, -DH5_USE_18_API may be used in ${configure.cflags} for backward compatibility. ncarg