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

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        github gnu-octave pkg-apa 1.2.2 v
octave.module       apa
revision            0

license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         Arbitrary Precision Arithmetic (APA) package for Octave/Matlab.
long_description    {*}${description} This package is a wrapper around the MPFR \
                    library, which provides arbitrary precision floating-point \
                    arithmetic. The package allows users to perform calculations with \
                    a precision that can be set at runtime, making it suitable for \
                    applications that require high precision, such as numerical \
                    analysis and scientific computing.

checksums           rmd160  a03de48b3cbbc96e33b2693c16fd8f737182e5cc \
                    sha256  1df4afc7db1a3f425c22d9d50f864f75f6bff4d3d7dbccce0b6622b29b13bb96 \
                    size    173045

depends_lib         port:libomp \
                    port:mpfr
