Glue version 1.28.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.28.1

      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.28.1 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 57485 2009-09-11 15:35:19Z ram macports.org $

      PortSystem 1.0
      PortGroup python26 1.0

      Name: glue
      Version: 1.28.1
      Revision: 2
      Category: science
      Platform: darwin
      Maintainers: ram

      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 be24fdd1880e13c193ce22cf699b0035 sha1 6bc1030e17efff7785b4385a9fdd3a6f39ae9499 rmd160 fec8428e34213f85e85a8cca1bddd5f824c86b28

      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.