mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/pari to 2.13.4-1
This commit is contained in:
parent
a710fb6121
commit
8fec457287
1 changed files with 2 additions and 8 deletions
|
@ -2,11 +2,10 @@
|
||||||
# Contributor: Gaetan Bisson <bisson@archlinux.org>
|
# Contributor: Gaetan Bisson <bisson@archlinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - comment adding -flto to CFLAGS
|
|
||||||
# - generalize cd Olinux-* for install-bin-sta
|
# - generalize cd Olinux-* for install-bin-sta
|
||||||
|
|
||||||
pkgname=pari
|
pkgname=pari
|
||||||
pkgver=2.13.3
|
pkgver=2.13.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Computer algebra system designed for fast computations in number theory'
|
pkgdesc='Computer algebra system designed for fast computations in number theory'
|
||||||
url='https://pari.math.u-bordeaux.fr/'
|
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')
|
'pari-galpol: GALPOL database of polynomials defining Galois extensions of the rationals')
|
||||||
checkdepends=(pari-elldata pari-galdata pari-seadata pari-galpol)
|
checkdepends=(pari-elldata pari-galdata pari-seadata pari-galpol)
|
||||||
source=(https://pari.math.u-bordeaux.fr/pub/pari/unix/$pkgname-$pkgver.tar.gz{,.asc})
|
source=(https://pari.math.u-bordeaux.fr/pub/pari/unix/$pkgname-$pkgver.tar.gz{,.asc})
|
||||||
sha256sums=('ccba7f1606c6854f1443637bb57ad0958d41c7f4753f8ae8459f1d64c267a1ca'
|
sha256sums=('bcde9eceae1592814381c1697cdb7063567b6504201b1be47bb58920f3bce185'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
|
validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
|
||||||
|
|
||||||
|
@ -33,11 +32,6 @@ prepare() {
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
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 \
|
./Configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-readline \
|
--with-readline \
|
||||||
|
|
Loading…
Reference in a new issue