Libnc-dap version 3.7.3 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    libnc-dap  most recent diff


    version 3.7.3

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


      # -*- 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 libnc-dap Portfile 57749 2009-09-16 04:30:02Z ryandesign macports.org $

      PortSystem 1.0

      Name: libnc-dap
      Version: 3.7.3
      Platform: darwin
      Maintainers: takeshi
      Category: science
      Description: an alternative implementation of Unidata's netCDF 3.6 API
      Master Sites: ftp://ftp.unidata.ucar.edu/pub/opendap/source/ http://opendap.org/pub/source/
      Checksums: md5 b69f3fb1b26b65903e41c2aa832cab34 sha1 785726c7920daeb11de8989753da44e166ebd8e5 rmd160 d99025ad66a54d7676fe44a6a29d93c272a2e582
      Homepage: http://www.opendap.org/
      Long Description: The netCDF Client Library is an alternative implementation of Unidata's netCDF 3.6 API. Our version adds the capability to dereference OPeNDAP URLs. You can substitute our version of the library when linking your application and then simply pass an OPeNDAP URL in where you would normally use a file name.
      Patch Files: patch-Makefile.in.diff
      depends_build port:pkgconfig
      depends_lib port:curl port:libdap port:libxml2

      if {![variant_isset g95]} {
      default_variants +gcc43
      }

      Variant: gcc43 conflicts g95 description {Build using gcc43} {
      depends_build-append port:gcc43
      configure.fc ${prefix}/bin/gfortran-mp-4.3
      }

      Variant: g95 conflicts gcc43 description {Build using g95} {
      depends_build-append port:g95
      configure.fc ${prefix}/bin/g95
      }
      if {[variant_isset universal]} {
      pre-build {
      reinplace "s|single_module|single_module ${configure.universal_ldflags}|" ${worksrcpath}/libtool
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.