libranlib version 1.0 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    libranlib  most recent diff


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



      # $Id: Portfile 30237 2007-10-23 01:46:57Z jmpp macports.org $

      PortSystem 1.0

      Name: libranlib
      Version: 1.0
      Category: math
      Platform: darwin
      Maintainers: nomaintainer
      Description: Library of Routines for Random Number Generation
      Long Description: This library provides routines that return: Beta random deviates, Chi-square random deviates, Exponential random deviates, F random deviates, Gamma random deviates, Multivariate normal random deviates (mean and covariance matrix specified), Noncentral chi-square random deviates, Noncentral F random deviates, Univariate normal random deviates, Random permutations of an integer array, Real uniform random deviates between specif, Binomial random deviates, Negative Binomial random deviates, Multinomial random deviates, Poisson random deviates, Integer uniform deviates between specified limits and Seeds for the random number generator calculated from a character string.

      Homepage: ftp://ftp.netlib.org/random/
      master_sites ftp://ftp.netlib.org/random/
      distname ranlib.c
      checksums md5 110d02ab91eb834e45044bb0368dfb7e

      worksrcdir ${worksrcdir}/src

      post-extract { file copy ${filespath}/Makefile ${worksrcpath} }

      use_configure no

      build.args CFLAGS=-fno-common prefix=${prefix}

      destroot.args prefix=${prefix}


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

     Where to find more information:

    Darwin Ports



    image test