[arch-commits] Commit in arb/repos (2 files)

2020-12-18 Thread Antonio Rojas via arch-commits
Date: Friday, December 18, 2020 @ 09:40:50
  Author: arojas
Revision: 778411

archrelease: copy trunk to community-staging-x86_64

Added:
  arb/repos/community-staging-x86_64/
  arb/repos/community-staging-x86_64/PKGBUILD
(from rev 778410, arb/trunk/PKGBUILD)

--+
 PKGBUILD |   23 +++
 1 file changed, 23 insertions(+)

Copied: arb/repos/community-staging-x86_64/PKGBUILD (from rev 778410, 
arb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-18 09:40:50 UTC (rev 778411)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=arb
+pkgver=2.19.0
+pkgrel=2
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(x86_64)
+url="http://arblib.org/;
+license=(LGPL)
+depends=(flint)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
+sha256sums=('0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in arb/repos (2 files)

2020-12-06 Thread Antonio Rojas via arch-commits
Date: Sunday, December 6, 2020 @ 13:25:47
  Author: arojas
Revision: 771025

archrelease: copy trunk to community-testing-x86_64

Added:
  arb/repos/community-testing-x86_64/
  arb/repos/community-testing-x86_64/PKGBUILD
(from rev 771024, arb/trunk/PKGBUILD)

--+
 PKGBUILD |   23 +++
 1 file changed, 23 insertions(+)

Copied: arb/repos/community-testing-x86_64/PKGBUILD (from rev 771024, 
arb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-06 13:25:47 UTC (rev 771025)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=arb
+pkgver=2.19.0
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(x86_64)
+url="http://arblib.org/;
+license=(LGPL)
+depends=(flint)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
+sha256sums=('0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in arb/repos (2 files)

2020-06-05 Thread Antonio Rojas via arch-commits
Date: Friday, June 5, 2020 @ 18:05:32
  Author: arojas
Revision: 639178

archrelease: copy trunk to community-staging-x86_64

Added:
  arb/repos/community-staging-x86_64/
  arb/repos/community-staging-x86_64/PKGBUILD
(from rev 639177, arb/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: arb/repos/community-staging-x86_64/PKGBUILD (from rev 639177, 
arb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-05 18:05:32 UTC (rev 639178)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=arb
+pkgver=2.17.0
+pkgrel=2
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(x86_64)
+url="http://arblib.org/;
+license=(LGPL)
+depends=(flint)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
+
flint-arb-2.6.patch::"https://github.com/fredrik-johansson/arb/commit/d3d99832.patch;)
+sha256sums=('145a7a8e0e449b8a30de68c75c10b146c4f199544262711bef6fb49d3012d6e1'
+'017962abdc31bac90a3dda37f98b67f67d2c8fd273bd7bde86f183dec1aba377')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../flint-arb-2.6.patch # Fix build with 
flint 2.6
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in arb/repos (2 files)

2018-01-18 Thread Antonio Rojas via arch-commits
Date: Thursday, January 18, 2018 @ 22:22:10
  Author: arojas
Revision: 283995

archrelease: copy trunk to community-staging-x86_64

Added:
  arb/repos/community-staging-x86_64/
  arb/repos/community-staging-x86_64/PKGBUILD
(from rev 283994, arb/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: arb/repos/community-staging-x86_64/PKGBUILD (from rev 283994, 
arb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-18 22:22:10 UTC (rev 283995)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=arb
+pkgver=2.12.0
+pkgrel=2
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(x86_64)
+url="http://fredrikj.net/arb/;
+license=(GPL)
+depends=(flint)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
+sha256sums=('346af6a69118ebc6535c24b1d31055d315bab026dd24059c262a5fbcfaec6748')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|-Wl,-r|-r|' -i Makefile.subdirs
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in arb/repos (2 files)

2017-11-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 29, 2017 @ 22:53:21
  Author: arojas
Revision: 270776

archrelease: copy trunk to community-testing-x86_64

Added:
  arb/repos/community-testing-x86_64/
  arb/repos/community-testing-x86_64/PKGBUILD
(from rev 270775, arb/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: arb/repos/community-testing-x86_64/PKGBUILD (from rev 270775, 
arb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-29 22:53:21 UTC (rev 270776)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=arb
+pkgver=2.12.0
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(x86_64)
+url="http://fredrikj.net/arb/;
+license=(GPL)
+depends=(flint)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
+sha256sums=('346af6a69118ebc6535c24b1d31055d315bab026dd24059c262a5fbcfaec6748')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|-Wl,-r|-r|' -i Makefile.subdirs
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}