netcdf version 3.6.2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    netcdf  most recent diff


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



      # $Id: Portfile 32277 2007-12-23 15:14:56Z ryandesign macports.org $

      PortSystem 1.0
      Name: netcdf
      Version: 3.6.2
      Maintainers: fulton cmu.edu
      Platform: darwin
      Category: science

      Description: NetCDF - Network Common Data Form
      Long Description: NetCDF is an interface for array-oriented data access and a library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The netCDF software was developed at the Unidata Program Center in Boulder, Colorado.

      Homepage: http://unidata.ucar.edu/packages/netcdf/

      master_sites ftp://ftp.unidata.ucar.edu/pub/netcdf/ http://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/
      checksums sha1 ff2d11d2708df08a2370999b19e2c277607afc06
      use_bzip2 yes

      configure.cppflags "-DNDEBUG -Df2cFortran"
      configure.cxxflags "-O2 -fno-common"
      configure.cflags "-O2 -fno-common"
      configure.args --enable-shared

      test.run yes
      test.target check

      destroot.destdir prefix=${destroot}${prefix} MANDIR=\\\${prefix}/share/man

      post-destroot {
      file delete -force ${destroot}${prefix}/share/man/whatis.db
      }

      Variant: g95 {
      depends_lib port:g95
      configure.fc ${prefix}/bin/g95
      configure.env-append FCFLAGS=-O2
      }

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

     Where to find more information:

    Darwin Ports



    image test