cln version 1.1.13 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    cln  most recent diff


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



      # $Id: Portfile 33440 2008-01-27 11:26:31Z ryandesign macports.org $

      PortSystem 1.0
      Name: cln
      Version: 1.1.13
      Category: math
      Platform: darwin
      Maintainers: gwright macports.org
      Description: Class Library for Numbers
      Long Description: CLN is a C++ library providing a rich library of numeric functions.

      use_bzip2 yes

      Homepage: http://www.ginac.de/CLN/
      master_sites ftp://ftpthep.physik.uni-mainz.de/pub/gnu/

      checksums md5 1f3d227360003b389bba14c8a5c3695a

      depends_lib port:gmp

      platform darwin 6 {
      return -code error "cln is not supported on Jaguar (OS X 10.2.x)"
      }

      platform darwin 7 {
      return -code error "cln is not supported on Panther (OS X 10.3.x)"
      }

      platform darwin 8 {
      configure.ldflags-append -lstdc++
      configure.cflags-append -fno-exceptions -finline-limit=1000 -I../include -I${prefix}/include
      configure.cxxflags-append -fno-exceptions -finline-limit=1000 -I../include -I${prefix}/include -L${prefix}/lib
      }


      configure.args --with-gmp --infodir=${prefix}/share/info --mandir=${prefix}/share/man

      build { system "cd ${worksrcpath} && LDFLAGS=\"-lstdc++ -Wl,-read_only_relocs,warning -L${prefix}/lib\" make all"
      }

      default_variants +test
      Variant: test { test.run yes
      test.cmd make
      test.target check
      }


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

     Where to find more information:

    Darwin Ports



    image test