Glue version 1.29 - How to Download and Install on Mac OS X
Friday the 19th of March, 2010

    version 1.29

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


      The glue Portfile 60730 2009-11-21 06:51:31Z ram macports.org $

      PortSystem 1.0
      PortGroup python26 1.0

      Name: glue
      Version: 1.29
      Category: science
      Platform: darwin
      Maintainers: ram
      license GPL

      Description: Grid LSC User Environment
      Long Description: Glue is a suite of python modules and programs to allow users to run LSC codes on the grid.

      Homepage: https://www.lsc-group.phys.uwm.edu/daswg/projects/glue.html
      Master Sites: http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/

      Checksums: md5 5e8f5ba582c0213c3fbe011ab5e29fa2 sha1 24127739cfcc84cd51329a83a9b5f580fc7c5e02 rmd160 58a8c3c2050e561e2c90c7b4167977e9e10e08de

      Patch Files: patch-80c921ffdd494d0a623b1fb829528ae18635645b.diff
      patch.pre_args -p2

      depends_lib-append port:py26-numpy port:py26-pyrxp port:py26-m2crypto port:py26-cjson port:py26-pyxmpp

      post-destroot {
      foreach x [glob -type {x} ${destroot}${python.prefix}/bin/*] { system "ln $x ${destroot}${prefix}/bin" }
      }

      livecheck.type regex
      livecheck.url ${master_sites}
      livecheck.regex {glue-(\d+(?:\.\d+)*).tar.gz}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.