Re: [Fink-devel] libexempi3-shlibs-2.2.1-1 build failure on 10.9.

2014-06-21 Thread Alexander Hansen
On 6/21/14, 4:36 PM, Alexander Hansen wrote: > OS 10.9.3 > Xcode (CLI tools) 5.1 > > I got the following: > > Making all in common >CXX UnicodeConversions.lo >CXX XML_Node.lo >CXX LargeFileAccess.lo >CXX XMP_LibUtils.lo > LargeFileAccess.cpp:856:24: error: use of

[Fink-devel] libexempi3-shlibs-2.2.1-1 build failure on 10.9.

2014-06-21 Thread Alexander Hansen
OS 10.9.3 Xcode (CLI tools) 5.1 I got the following: Making all in common CXX UnicodeConversions.lo CXX XML_Node.lo CXX LargeFileAccess.lo CXX XMP_LibUtils.lo LargeFileAccess.cpp:856:24: error: use of undeclared identifier 'malloc'; did you mean 'valloc'?

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,