I installed h5py using macports: http://www.macports.org/. I don't know if it will be a sufficiently up to date version for you and it may take a while to build all the dependencies (including some you may already have non-macports versions of). It was very easy to use though. One command, wait a couple hours, and h5py was ready to go.
Cheers, Ethan On Mon, Jun 21, 2010 at 8:29 AM, Vincent Davis <[email protected]>wrote: > On Mon, Jun 21, 2010 at 8:18 AM, Elena Pourmal <[email protected]> > wrote: > > Vincent, > > > > The HDF5 library was built with szip and gzip compressions enabled. You > will need to link with libsz.a and libz.a. You probably have libz.a on your > system, but you will definitely need libsz.a. Both libraries were provided > in a tar ball; please check the hdf5-1.8.5-macosx64-static/lib directory for > them. > > > > Also please check if h5py requires HDF5 shared libraries. If so, then you > should build HDF5 from the source: > > In the source directory run > > > > ./configure --prefix=<install_path> > > make > > make check > > make install > > make check-install > > > > You will get C HDF5 shared libraries with gzip compression enabled. If > you really need SZIP, please check information about szip (see > http://www.hdfgroup.org/HDF5/release/obtain5.html - External Libraries > Used by HDF5 section) and build it before configuring HDF5, then use > > --with-szlib=<path to szip> configure flag. > > I installed from source and everything seemed to work. I am still > having problems with h5py If you have any ideas on this great but I > will try to ask the h5py community > Thanks > Vincent > > _______________________________________________ > Hdf-forum is for HDF software users discussion. > [email protected] > http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org >
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
