hdf5 version 1.6.6 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    hdf5  most recent diff


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



      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      # $Id: Portfile 31507 2007-11-26 08:38:14Z takanori macports.org $

      PortSystem 1.0

      Name: hdf5
      Version: 1.6.6
      revision 1
      Category: science
      Maintainers: nomaintainer

      Description: HDF5 general purpose library and file format for storing scientific data
      Long Description: ${description}
      Homepage: http://www.hdfgroup.org/
      master_sites ftp://ftp.hdfgroup.org/HDF5/current/src/
      checksums md5 6c7fcc91f1579555d88bb10c6c9a33a9 sha1 c8a9ec598cf0debb694a1d7034fd85bbd67f173b rmd160 e7cf3f8d6aa5f34ef10cabf650ed43d644e54f1b

      depends_lib port:zlib
      patchfiles patch-commence.in patch-c-commence.in

      configure.args --enable-cxx --with-zlib=yes --with-szlib=no
      configure.ldflags "-L${worksrcpath}/src/.libs -L${prefix}/lib"

      test.run yes
      test.target check

      destroot.destdir prefix=${destroot}${prefix}

      Variant: szip {
      configure.args-delete --with-szlib=no
      configure.args-append --with-szlib=yes
      depends_lib-append port:szip
      }

    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/hdf5
      % sudo port install hdf5
      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 hdf5
      ---> Verifying checksum for hdf5
      ---> Extracting hdf5
      ---> Configuring hdf5
      ---> Building hdf5 with target all
      ---> Staging hdf5 into destroot
      ---> Installing hdf5
    - 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 hdf5 with these commands:
      %  man hdf5
      % apropos hdf5
      % which hdf5
      % locate hdf5

     Where to find more information:

    Darwin Ports



    image test