fplll: update to 5.4.4.

This commit is contained in:
Gonzalo Tornaría 2022-10-09 12:31:47 -03:00 committed by Leah Neukirchen
parent e1db6f980c
commit a7c62bf62b
2 changed files with 4 additions and 3 deletions

View File

@ -81,7 +81,7 @@ libt3widget.so.2 libt3widget-1.2.2_1
libtranscript.so.1 libtranscript-0.3.3_1
libnetcdf.so.15 netcdf-4.7.0_1
libformw.so.6 ncurses-libs-5.8_1 ignore
libfplll.so.7 fplll-5.4.1_1
libfplll.so.8 fplll-5.4.4_1
libpanelw.so.6 ncurses-libs-5.8_1 ignore
libmenuw.so.6 ncurses-libs-5.8_1 ignore
libobjc.so.4 libobjc-4.7.3_12

View File

@ -1,6 +1,6 @@
# Template file for 'fplll'
pkgname=fplll
version=5.4.2
version=5.4.4
revision=1
build_style=gnu-configure
makedepends="gmp-devel mpfr-devel"
@ -8,8 +8,9 @@ short_desc="Lattice algorithms using floating-point orthogonalization and LLL"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="LGPL-2.1-or-later"
homepage="https://github.com/fplll/fplll"
changelog="https://github.com/fplll/fplll/releases"
distfiles="https://github.com/fplll/fplll/releases/download/${version}/fplll-${version}.tar.gz"
checksum=6e7b1704fd56f29dd9fc1dd719cc1f2df1f58964fd77bbde162f594d7fff7ba5
checksum=0fd9d378f04ff886d8864728baf5d90b8b0b82c1e541e92550644fb54f75691d
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"