Hi,

On Tue, Apr 22, 2014 at 6:25 AM, Andrew Collette
<andrew.colle...@gmail.com> wrote:
> Announcing HDF5 for Python (h5py) 2.3.0
> =======================================
>
> The h5py team is happy to announce the availability of h5py 2.3.0 (final).
> Thanks to everyone who provided beta feedback!

Thanks a lot for this.

I built some OSX wheels for testing, here:

https://nipy.bic.berkeley.edu/scipy_installers

They work for Python.org pythons 2.7, 3.3, 3.4, usual procedure:

pip install -U pip # upgrade pip to latest
pip install --find-links=https://nipy.bic.berkeley.edu/scipy_installers h5py

I built them using Python.org Python, homebrew hdf5, running latest
trunk version of delocate [1] for post-processing, e.g:

    python setup.py bdist_wheel
    delocate-wheel dist/h5py-2.3.0-cp27-none-macosx_10_6_intel.whl

I've tested them on the OSX 10.9 machine I built them on and a clean
OSX 10.6 machine with no libraries or xcode installed:

http://nipy.bic.berkeley.edu/builders/scipy-2.7.6-wheel-staging
http://nipy.bic.berkeley.edu/builders/scipy-3.3.5-wheel-staging
http://nipy.bic.berkeley.edu/builders/scipy-3.4.0-wheel-staging

Cheers,

Matthew

[1] https://github.com/matthew-brett/delocate
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to