Py25-h5py version 1.2.1 - How to Download and Install on Mac OS X
Friday the 3rd of September, 2010

    py25-h5py  most recent diff


    version 1.2.1

      View the most recent changes for the py25-h5py port at: py25-h5py.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py25-h5py.
      The raw portfile for py25-h5py 1.2.1 is located here:
      http://py25-h5py.darwinports.com/dports/python/py25-h5py/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/py25-h5py


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The py25-h5py Portfile 59269 2009-10-12 22:47:57Z macsforever2000 macports.org $

      PortSystem 1.0
      PortGroup python25 1.0

      Name: py25-h5py
      Version: 1.2.1
      Platform: darwin
      Category: python
      Maintainers: ieee.org:eborisch openmaintainer
      Description: Python Module for working with HDF5 files

      Long Description: The h5py package provides a simple, Pythonic interface to HDF5. A straightforward high-level interface allows the manipulation of HDF5 files, groups and datasets using established Python and NumPy metaphors. Additionally, the library offers a low-level interface which exposes the majority of the HDF5 C API in a Pythonic, object-oriented fashion.

      Homepage: http://code.google.com/p/h5py/
      Master Sites: http://h5py.googlecode.com/files/
      distname h5py-${version}
      Checksums: md5 b5e435f7c0e213fe3235efe2dc0cb59b sha1 92b8bea17df20649492ee67b4723b777666e29e2 rmd160 19ab7f516f2d9db15f8ba3a258983c357b1e0ff5

      use_configure yes

      configure.universal_args
      configure.pre_args
      configure.cmd ${python.bin} setup.py configure
      configure.args --api=18 --hdf5=${prefix}

      build.cmd-delete --no-user-cfg
      depends_lib-append port:py25-numpy port:hdf5-18

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/py25-h5py
      % sudo port install py25-h5py
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching py25-h5py
      ---> Verifying checksum for py25-h5py
      ---> Extracting py25-h5py
      ---> Configuring py25-h5py
      ---> Building py25-h5py with target all
      ---> Staging py25-h5py into destroot
      ---> Installing py25-h5py
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using py25-h5py with these commands:
      %  man py25-h5py
      % apropos py25-h5py
      % which py25-h5py
      % locate py25-h5py

     Where to find more information:

    Darwin Ports



    Lightbox this page.