# $Id: Portfile 37327 2008-06-03 11:47:39Z ryandesign@macports.org $ PortSystem 1.0 name gmp version 4.2.2 revision 1 categories devel math maintainers nomaintainer platforms darwin 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://gmplib.org/ master_sites gnu checksums md5 7ce52531644e6d12f16911b7e3151f3f \ sha1 8c5f9798956f9b0162a25a56477a3566a92abc72 \ rmd160 4021720f78b02244197c0c49522289e7fe81aad9 use_bzip2 yes use_parallel_build yes configure.env ABI=32 configure.cflags-append -force_cpusubtype_ALL configure.args --infodir=${prefix}/share/info \ --enable-shared \ --enable-cxx post-destroot { system "ranlib ${destroot}${prefix}/lib/libgmp.a" } test.run yes test.cmd make test.target check platform i386 { configure.env-delete ABI=32 configure.args-append --host=none-apple-darwin configure.cflags-delete -force_cpusubtype_ALL }