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