community/pari to 2.13.4-1

This commit is contained in:
David Beauchamp 2022-04-05 14:30:12 -04:00
parent a710fb6121
commit 8fec457287

View file

@ -2,11 +2,10 @@
# Contributor: Gaetan Bisson <bisson@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - comment adding -flto to CFLAGS
# - generalize cd Olinux-* for install-bin-sta
pkgname=pari
pkgver=2.13.3
pkgver=2.13.4
pkgrel=1
pkgdesc='Computer algebra system designed for fast computations in number theory'
url='https://pari.math.u-bordeaux.fr/'
@ -21,7 +20,7 @@ optdepends=('perl: gphelp, tex2mail'
'pari-galpol: GALPOL database of polynomials defining Galois extensions of the rationals')
checkdepends=(pari-elldata pari-galdata pari-seadata pari-galpol)
source=(https://pari.math.u-bordeaux.fr/pub/pari/unix/$pkgname-$pkgver.tar.gz{,.asc})
sha256sums=('ccba7f1606c6854f1443637bb57ad0958d41c7f4753f8ae8459f1d64c267a1ca'
sha256sums=('bcde9eceae1592814381c1697cdb7063567b6504201b1be47bb58920f3bce185'
'SKIP')
validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
@ -33,11 +32,6 @@ prepare() {
build() {
cd $pkgname-$pkgver
# Upstream Bill Allombert recommends linking gp statically against
# libpari.so with -flto to recover speed losses incurred when enabling
# pthread support. That's also what he now does for the Debian package.
#export CFLAGS+=' -flto'
./Configure \
--prefix=/usr \
--with-readline \