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

Reply via email to