# -*- 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
PortGroup           github 1.0

github.setup        fplll fplll 5.5.0
categories          math
license             LGPL-2.1
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Lattice algorithms using floating-point arithmetic
long_description    fplll contains implementations of several lattice algorithms. \
                    The implementation relies on floating-point orthogonalization, \
                    and LLLis central to the code, hence the name.
checksums           rmd160  bd4308a9742f75fdb3fd4e97e26adc0f1a87e13a \
                    sha256  806a77355a40bee98179ccac3b5a2d17140311dde766838829c4c9166650f72e \
                    size    2337312
github.tarball_from archive

use_autoconf        yes
autoconf.cmd        ./autogen.sh

depends_build-append \
                    port:autoconf \
                    port:automake \
                    port:libtool \
                    path:bin/pkg-config:pkgconfig

depends_lib-append  port:gmp \
                    port:mpfr

compiler.cxx_standard 2011
