# $Id: Portfile,v 1.21 2006/02/14 07:42:47 mww Exp $ PortSystem 1.0 name gmp version 4.1.4 revision 2 categories devel math maintainers gwright@opendarwin.org 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 gnu checksums md5 0aa7d3b3f5b5ec5951e7dddd6f65e891 use_bzip2 yes configure.args --infodir=\\\${prefix}/share/info post-destroot { system "ranlib ${destroot}${prefix}/lib/libgmp.a" ui_info "Executed ranlib ${prefix}/lib/libgmp.a"} default_variants +test variant test { test.run yes test.cmd make test.target check } platform darwin x86 { configure.args-append --host=none-apple-darwin } platform darwin i386 { configure.args-append --host=none-apple-darwin }