Re: [Fink-devel] h5py broken after hdf5.8 update

2014-06-21 Thread Derek Homeier
On 21.06.2014, at 5:44PM, Kurt Schwehr wrote: > :(. I saw the same issue recently, but have not yet had time to investigate > > -Kurt (maintainer of the h5py fink package) Apparently the H5FD_MPIPOSIX macro was not used anyway, so all it took was commenting it out; so hopefully the patch in h

Re: [Fink-devel] h5py broken after hdf5.8 update

2014-06-21 Thread Kurt Schwehr
:(. I saw the same issue recently, but have not yet had time to investigate -Kurt (maintainer of the h5py fink package) Sent from my iPhone > On Jun 21, 2014, at 10:08 AM, Alexander Hansen > wrote: > >> On 6/21/14, 6:33 AM, Derek Homeier wrote: >> Hi, >> >> h5py-py no longer builds with hdf5

Re: [Fink-devel] h5py broken after hdf5.8 update

2014-06-21 Thread Alexander Hansen
On 6/21/14, 6:33 AM, Derek Homeier wrote: > Hi, > > h5py-py no longer builds with hdf5.8_1.8.13 due to an obsolete macro (meaning > that the > current version no longer works either unless enforcing > HDF5_DISABLE_VERSION_CHECK). > I've submitted a version patched with the appropriate changeset f

[Fink-devel] h5py broken after hdf5.8 update

2014-06-21 Thread Derek Homeier
Hi, h5py-py no longer builds with hdf5.8_1.8.13 due to an obsolete macro (meaning that the current version no longer works either unless enforcing HDF5_DISABLE_VERSION_CHECK). I've submitted a version patched with the appropriate changeset from github master (#4416). Cheers,