# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                libmpc
# Remove patch file below when updating to 1.3.1
version             1.3.1
revision            0
categories          devel
platforms           darwin
license             LGPL-3+ GFDL-1.3+
maintainers         nomaintainer

description         GNU MPC
long_description    GNU MPC is a C library for the arithmetic of \
                    complex numbers with arbitrarily high precision \
                    and correct rounding of the result. It extends \
                    the principles of the IEEE-754 standard for fixed \
                    precision real floating point numbers to complex \
                    numbers, providing well-defined semantics for \
                    every operation. At the same time, speed of \
                    operation at high precision is a major design goal.
homepage            http://www.multiprecision.org/mpc/

depends_lib         port:gmp port:mpfr

master_sites        gnu:mpc
distname            mpc-${version}

checksums           rmd160  67ae4521a3e4ff3aef52d6671100ff72de6e9101 \
                    sha256  ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8 \
                    size    773573

test.run            yes
test.target         check
