# $Id: Portfile,v 1.11 2003/08/19 15:34:04 gwright Exp $ PortSystem 1.0 name gmp version 4.1.2 categories devel math maintainers gwright@comcast.net platforms darwin freebsd description GNU multiple precision arithmetic library long_description \ GNU MP is a library for arbitrary precision arithmetic, \ operating on signed integers, rational numbers, and \ floating point numbers. It has a rich set of \ functions, and the functions have a regular interface. \ GNU MP is designed to be as fast as possible, both for \ small operands and for huge operands. The speed is \ achieved by using fullwords as the basic arithmetic \ type, by using fast algorithms, by carefully optimized \ assembly code for the most common inner loops for a \ lots of CPUs, and by a general emphasis on speed \ (instead of simplicity or elegance). homepage http://www.swox.com/gmp master_sites ftp://ftp.gnu.org/pub/gnu/${portname}/ \ http://wuarchive.wustl.edu/mirrors/gnu/${portname}/ checksums md5 01c7fbd6abbb8824a22161f6c6bbdaf0 destroot.destdir prefix=${destroot}${prefix} post-destroot { system "ranlib ${destroot}${prefix}/lib/libgmp.a" ui_info "Execute sudo ranlib ${prefix}/lib/libgmp.a"}