Skip to content

Commit

Permalink
fplll: update to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Nov 13, 2024
1 parent 90b2da8 commit 19f655a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions math/fplll/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
PortSystem 1.0
PortGroup github 1.0

github.setup fplll fplll 5.4.5
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 c0fe8e6b3fadab2ec96be8230599d9a0f1b3dbe8 \
sha256 be770e5a509865c08bc856ff13a44757f77359e930e29093adbb25eb36301be9 \
size 2336346
checksums rmd160 bd4308a9742f75fdb3fd4e97e26adc0f1a87e13a \
sha256 806a77355a40bee98179ccac3b5a2d17140311dde766838829c4c9166650f72e \
size 2337312
github.tarball_from archive

use_autoconf yes
Expand All @@ -23,7 +23,7 @@ depends_build-append \
port:autoconf \
port:automake \
port:libtool \
port:pkgconfig
path:bin/pkg-config:pkgconfig

depends_lib-append port:gmp \
port:mpfr
Expand Down

0 comments on commit 19f655a

Please sign in to comment.