Date: Wednesday, March 15, 2023 @ 08:11:11
Author: arojas
Revision: 1420657
archrelease: copy trunk to community-x86_64
Added:
pari/repos/community-x86_64/PKGBUILD
(from rev 1420656, pari/trunk/PKGBUILD)
pari/repos/community-x86_64/keys/
Deleted:
pari/repos/community-x86_64/PKGBUILD
pari/repos/community-x86_64/keys/
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-15 08:10:58 UTC (rev 1420656)
+++ PKGBUILD 2023-03-15 08:11:11 UTC (rev 1420657)
@@ -1,52 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Gaetan Bisson <[email protected]>
-
-pkgname=pari
-pkgver=2.15.2
-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=('b04628111ee22876519a4b1cdafb32febaa34eafa24f9e81f58f8d057fbee0dd'
- '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-*
-}
Copied: pari/repos/community-x86_64/PKGBUILD (from rev 1420656,
pari/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-15 08:11:11 UTC (rev 1420657)
@@ -0,0 +1,52 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+
+pkgname=pari
+pkgver=2.15.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=('adf5a58638cdafd72a8b48bc9f444972b23329c8d545a1d3ed1bbeb1b6569268'
+ '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-*
+}