# $Id: Portfile 20333 2006-11-02 00:33:40Z blair@macports.org $ PortSystem 1.0 name libranlib version 1.0 categories math platforms darwin maintainers mww@opendarwin.org 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}