[arch-commits] Commit in pari/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Apr 5 17:11:49 UTC 2022
Date: Tuesday, April 5, 2022 @ 17:11:49
Author: arojas
Revision: 1181457
archrelease: copy trunk to community-x86_64
Added:
pari/repos/community-x86_64/PKGBUILD
(from rev 1181456, pari/trunk/PKGBUILD)
Deleted:
pari/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 109 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 52 insertions(+), 57 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-05 17:11:38 UTC (rev 1181456)
+++ PKGBUILD 2022-04-05 17:11:49 UTC (rev 1181457)
@@ -1,57 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=pari
-pkgver=2.13.3
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number theory'
-url='https://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core chrpath)
-optdepends=('perl: gphelp, tex2mail'
- 'pari-elldata: J. Cremona elliptic curve database'
- 'pari-galdata: to compute Galois groups in degrees 8 through 11'
- 'pari-seadata: needed by ellap for large primes'
- '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'
- 'SKIP')
-validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -e 's|DLLDFLAGS = \$DLLDFLAGS|DLLDFLAGS = $DLLDFLAGS $LDFLAGS|' -i config/Makefile.SH # Honor system LDFLAGS
-}
-
-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 \
- --mt=pthread \
- --with-gmp
- make all
- make -C Olinux-x86_64 gp-sta
-}
-
-check() {
- cd $pkgname-$pkgver
- make test-all
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- make DESTDIR="$pkgdir" -C Olinux-x86_64 install-bin-sta
- ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
- chrpath -d "$pkgdir"/usr/bin/gp-*
-}
Copied: pari/repos/community-x86_64/PKGBUILD (from rev 1181456, pari/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-05 17:11:49 UTC (rev 1181457)
@@ -0,0 +1,52 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=pari
+pkgver=2.13.4
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number theory'
+url='https://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core chrpath)
+optdepends=('perl: gphelp, tex2mail'
+ 'pari-elldata: J. Cremona elliptic curve database'
+ 'pari-galdata: to compute Galois groups in degrees 8 through 11'
+ 'pari-seadata: needed by ellap for large primes'
+ '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=('bcde9eceae1592814381c1697cdb7063567b6504201b1be47bb58920f3bce185'
+ 'SKIP')
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -e 's|DLLDFLAGS = \$DLLDFLAGS|DLLDFLAGS = $DLLDFLAGS $LDFLAGS|' -i config/Makefile.SH # Honor system LDFLAGS
+}
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./Configure \
+ --prefix=/usr \
+ --with-readline \
+ --mt=pthread \
+ --with-gmp
+ make all
+ make -C Olinux-x86_64 gp-sta
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make test-all
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" -C Olinux-x86_64 install-bin-sta
+ ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+ chrpath -d "$pkgdir"/usr/bin/gp-*
+}
More information about the arch-commits
mailing list