pari version 2.3.3 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    pari  most recent diff


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



      # $Id: Portfile 33159 2008-01-20 01:11:35Z vinc17 macports.org $

      PortSystem 1.0

      Name: pari
      Version: 2.3.3
      revision 1
      Category: math
      Platform: darwin
      Maintainers: vincent-opdarw vinc17.org
      Description: PARI/GP computer algebra system
      Long Description: PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...)
      Homepage: http://pari.math.u-bordeaux.fr/
      master_sites ${homepage}/pub/pari/unix/
      checksums md5 6f858b5f634eaba018d99319ace4747e sha1 5304442a631fd87681112e5e7a8d071eeda3e192 rmd160 ad81a5332f42025b822d8906b7e04039f8d50187
      depends_build path:${prefix}/bin/tex:texlive port:readline
      build.target gp docpdf

      # PARI/GP doesn't use autoconf, and if only *FLAGS environment variables are
      # used, libreadline is not found. One needs *PATH environment variables.
      configure.env C_INCLUDE_PATH=${prefix}/include LIBRARY_PATH=${prefix}/lib
      configure.args --mandir=${prefix}/share/man --with-readline
      pre-configure {
      file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure
      }

      post-destroot {
      set docdir ${destroot}${prefix}/share/doc/${name}
      file mkdir ${docdir}
      xinstall -m 644 -v -W ${worksrcpath} AUTHORS CHANGES COPYING TODO ${docdir}
      system "ln -s ../../${name}/doc ${docdir}/doc"
      xinstall -m 644 -v -W ${worksrcpath}/doc develop.pdf libpari.pdf refcard.pdf tutorial.pdf users.pdf ${destroot}${prefix}/share/${name}/doc
      }

      livecheck.check regex
      livecheck.url ${master_sites}?M=D
      livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)

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

     Where to find more information:

    Darwin Ports



    image test