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

    version 4.9.5

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


      The mapm Portfile 46283 2009-02-02 03:03:21Z jmpp macports.org $

      PortSystem 1.0

      Name: mapm
      Version: 4.9.5
      Revision: 1
      Category: math science
      Platform: darwin
      Maintainers: jmpp openmaintainer

      Description: A Portable Arbitrary Precision Math Library in C.
      Long Description: MAPM is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.

      Homepage: http://www.tc.umn.edu/~ringx004/mapm-main.html
      Master Sites: http://www.tc.umn.edu/~ringx004
      Checksums: md5 a92ff86b6240f78f882661e0b1c11920 sha1 99dab13404ee30e7a830204da0a66cbae265a8b5 rmd160 f4e39962410ea4f9a0d85a3e07b7421e9795d6cb

      use_configure no
      use_parallel_build yes

      worksrcdir ${name}_${version}
      build.args -f makefile.osx CC=${configure.cc}

      destroot {
      xinstall -m 755 -W ${worksrcpath} calc primenum validate ${destroot}${prefix}/bin
      xinstall -m 644 ${worksrcpath}/m_apm.h ${destroot}${prefix}/include
      xinstall -m 644 ${worksrcpath}/libmapm.a ${destroot}${prefix}/lib
      xinstall -d -m 755 ${destroot}${prefix}/share/${name} ${destroot}${prefix}/share/doc/${name}
      foreach item {DOCS MULTI_THREAD PI_DEMO README} {
      copy ${worksrcpath}/${item} ${destroot}${prefix}/share/${name}
      }
      ln -s ../${name}/DOCS ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.