Files

32 lines
1.2 KiB
Tcl
Raw Permalink Normal View History

2022-12-28 02:18:58 +07:00
# -*- 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
2024-11-14 01:03:34 +08:00
github.setup fplll fplll 5.5.0
2022-12-28 02:18:58 +07:00
categories math
license LGPL-2.1
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2022-12-28 02:18:58 +07:00
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.
2024-11-14 01:03:34 +08:00
checksums rmd160 bd4308a9742f75fdb3fd4e97e26adc0f1a87e13a \
sha256 806a77355a40bee98179ccac3b5a2d17140311dde766838829c4c9166650f72e \
size 2337312
2023-10-23 15:59:48 +08:00
github.tarball_from archive
2022-12-28 02:18:58 +07:00
use_autoconf yes
autoconf.cmd ./autogen.sh
depends_build-append \
port:autoconf \
port:automake \
port:libtool \
2024-11-14 01:03:34 +08:00
path:bin/pkg-config:pkgconfig
2022-12-28 02:18:58 +07:00
depends_lib-append port:gmp \
port:mpfr
compiler.cxx_standard 2011