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

    version 2.2.2

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


      The lie Portfile 56061 2009-08-24 00:33:19Z ryandesign macports.org $

      PortSystem 1.0
      Name: LiE
      Version: 2.2.2
      Revision: 2
      Category: math
      Platform: darwin
      Maintainers: gwright
      Description: A computer algebra program for Lie group calculations
      Long Description: LiE is a computer algebra system that is specialised in computations involving (reductive) Lie groups and their representations.

      Homepage: http://young.sp2mi.univ-poitiers.fr/~marc/LiE/
      Master Sites: ${homepage}

      distfiles conLiE${extract.suffix}

      Checksums: md5 b6af27a24fd2ee39c7a15a7f5927af91 sha1 92eb9283868cc46ae0b87c4dfd6f13631e046bee

      depends_lib port:readline

      worksrcdir ${name}

      post-extract { system "chmod 775 ${worksrcpath}" }

      Patch Files: patch-Makefile

      use_configure no

      build.target all script INFO.a

      destroot { set liedestlib ${destroot}${prefix}/lib/${name}-${version}
      file mkdir ${liedestlib}
      file copy ${worksrcpath}/Lie.exe ${liedestlib}
      file copy ${worksrcpath}/INFO.0 ${liedestlib}
      file copy ${worksrcpath}/INFO.1 ${liedestlib}
      file copy ${worksrcpath}/INFO.2 ${liedestlib}
      file copy ${worksrcpath}/INFO.3 ${liedestlib}
      file copy ${worksrcpath}/INFO.4 ${liedestlib}
      file copy ${worksrcpath}/INFO.a ${liedestlib}
      file copy ${worksrcpath}/INFO.ind ${liedestlib}
      file copy ${worksrcpath}/LEARN ${liedestlib}
      file copy ${worksrcpath}/LEARN.ind ${liedestlib}

      set liedestbin ${destroot}${prefix}/bin
      file mkdir ${liedestbin}
      file copy ${worksrcpath}/lie_script ${liedestbin}/lie

      reinplace "s|actual directory gets substituted here|${prefix}/lib/${name}-${version}|" ${liedestbin}/lie
      system "chmod +x ${liedestbin}/lie"
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.