# -*- 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
version             1.4.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            https://www.multiprecision.org/mpc/

depends_lib         port:gmp port:mpfr

master_sites        gnu:mpc
distname            mpc-${version}
use_xz              yes

checksums           rmd160  2e48156aebc5d4fba359a43e0f73658fc1b9cab6 \
                    sha256  91204cd32f164bd3b7c992d4a6a8ce6519511aadab30f78b6982d0bf8d73e931 \
                    size    531992

test.run            yes
test.target         check
