eclib: update to 20230424.
This commit is contained in:
parent
e4420d57a9
commit
9e54bb99c6
|
@ -1,21 +1,17 @@
|
|||
# Template file for 'eclib'
|
||||
pkgname=eclib
|
||||
version=20221012
|
||||
revision=2
|
||||
version=20230424
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-flint --with-boost"
|
||||
hostmakedepends="automake autoconf-archive libtool"
|
||||
makedepends="pari-devel ntl-devel flintlib-devel boost-devel"
|
||||
short_desc="Elliptic curve library, includes mwrank"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/JohnCremona/eclib"
|
||||
distfiles="https://github.com/JohnCremona/eclib/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=bd6f0191876c1426ca57db851ce06ef79ea1755f01e81dd747358d1b76b5e932
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
changelog="https://github.com/JohnCremona/eclib/releases"
|
||||
distfiles="https://github.com/JohnCremona/eclib/releases/download/v${version}/eclib-${version}.tar.bz2"
|
||||
checksum=1422decfcabebb0ad42f7f58c5aefe5bd8fa11757b45e31a186384fd037cd5c1
|
||||
|
||||
eclib-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ntl-devel"
|
||||
|
|
Loading…
Reference in New Issue