[arch-commits] Commit in arb/trunk (PKGBUILD)

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

flint 2.17 rebuild

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 09:35:48 UTC (rev 778409)
+++ PKGBUILD2020-12-18 09:40:29 UTC (rev 778410)
@@ -2,7 +2,7 @@
 
 pkgname=arb
 pkgver=2.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
 url="http://arblib.org/;


[arch-commits] Commit in arb/trunk (PKGBUILD)

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

Update to 2.19.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 13:17:52 UTC (rev 771023)
+++ PKGBUILD2020-12-06 13:25:34 UTC (rev 771024)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.18.1
+pkgver=2.19.0
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-sha256sums=('9c5c6128c2e7bdc6e7e8d212f2b301068b87b956e1a238fe3b8d69d10175ceec')
+sha256sums=('0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2020-06-25 Thread Antonio Rojas via arch-commits
Date: Thursday, June 25, 2020 @ 10:31:24
  Author: arojas
Revision: 653298

Update to 2.18.1

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-25 10:02:05 UTC (rev 653297)
+++ PKGBUILD2020-06-25 10:31:24 UTC (rev 653298)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.18.0
+pkgver=2.18.1
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-sha256sums=('42a584d657f2f20540a185f9e384378206494fe8f6c16d9f52b81ec2c7d6b1d2')
+sha256sums=('9c5c6128c2e7bdc6e7e8d212f2b301068b87b956e1a238fe3b8d69d10175ceec')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2020-06-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 9, 2020 @ 10:52:41
  Author: arojas
Revision: 640699

Update to 2.18.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 09:01:20 UTC (rev 640698)
+++ PKGBUILD2020-06-09 10:52:41 UTC (rev 640699)
@@ -1,22 +1,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.17.0
-pkgrel=2
+pkgver=2.18.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;
-
flint-arb-2.6.patch::"https://github.com/fredrik-johansson/arb/commit/d3d99832.patch;)
-sha256sums=('145a7a8e0e449b8a30de68c75c10b146c4f199544262711bef6fb49d3012d6e1'
-'017962abdc31bac90a3dda37f98b67f67d2c8fd273bd7bde86f183dec1aba377')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
+sha256sums=('42a584d657f2f20540a185f9e384378206494fe8f6c16d9f52b81ec2c7d6b1d2')
 
-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


[arch-commits] Commit in arb/trunk (PKGBUILD)

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

flint 2.6 rebuild

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 17:57:10 UTC (rev 639176)
+++ PKGBUILD2020-06-05 18:05:15 UTC (rev 639177)
@@ -2,15 +2,21 @@
 
 pkgname=arb
 pkgver=2.17.0
-pkgrel=1
+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=('145a7a8e0e449b8a30de68c75c10b146c4f199544262711bef6fb49d3012d6e1')
+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


[arch-commits] Commit in arb/trunk (PKGBUILD)

2019-10-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 16, 2019 @ 19:37:00
  Author: arojas
Revision: 516386

Update to 2.17.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-16 19:02:56 UTC (rev 516385)
+++ PKGBUILD2019-10-16 19:37:00 UTC (rev 516386)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.16.0
+pkgver=2.17.0
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-sha256sums=('77464be4d34a511bb004457f862fec857ff934b0ed58d56d6f52d76ebadd4daf')
+sha256sums=('145a7a8e0e449b8a30de68c75c10b146c4f199544262711bef6fb49d3012d6e1')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2018-12-07 Thread Antonio Rojas via arch-commits
Date: Friday, December 7, 2018 @ 17:56:27
  Author: arojas
Revision: 412173

Update to 2.16.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-07 17:56:22 UTC (rev 412172)
+++ PKGBUILD2018-12-07 17:56:27 UTC (rev 412173)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.15.1
+pkgver=2.16.0
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-sha256sums=('cb4a0cee3da56492ef3bf110fa0a1df60c58384bfcd52dd7ea7ac3d8472e21bd')
+sha256sums=('77464be4d34a511bb004457f862fec857ff934b0ed58d56d6f52d76ebadd4daf')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2018-10-27 Thread Antonio Rojas via arch-commits
Date: Saturday, October 27, 2018 @ 09:31:00
  Author: arojas
Revision: 399180

Update URL and license

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 09:30:26 UTC (rev 399179)
+++ PKGBUILD2018-10-27 09:31:00 UTC (rev 399180)
@@ -5,8 +5,8 @@
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
-url="http://fredrikj.net/arb/;
-license=(GPL)
+url="http://arblib.org/;
+license=(LGPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
 sha256sums=('cb4a0cee3da56492ef3bf110fa0a1df60c58384bfcd52dd7ea7ac3d8472e21bd')


[arch-commits] Commit in arb/trunk (PKGBUILD)

2018-10-25 Thread Antonio Rojas via arch-commits
Date: Thursday, October 25, 2018 @ 19:30:42
  Author: arojas
Revision: 399039

Update to 2.15.1

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 19:16:39 UTC (rev 399038)
+++ PKGBUILD2018-10-25 19:30:42 UTC (rev 399039)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.15.0
+pkgver=2.15.1
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-sha256sums=('086dd2e80232d4068ad2e5a0c560d35b13e051d75e36b6318ada88f73ffb9a7e')
+sha256sums=('cb4a0cee3da56492ef3bf110fa0a1df60c58384bfcd52dd7ea7ac3d8472e21bd')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2018-09-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 18, 2018 @ 16:56:20
  Author: arojas
Revision: 383105

Update to 2.15.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 16:55:04 UTC (rev 383104)
+++ PKGBUILD2018-09-18 16:56:20 UTC (rev 383105)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.14.0
+pkgver=2.15.0
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-sha256sums=('bdd28aeea8be133a3a1971bd836d2a5b946cd4dd0c0c695188bd03d1ec119959')
+sha256sums=('086dd2e80232d4068ad2e5a0c560d35b13e051d75e36b6318ada88f73ffb9a7e')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2018-07-23 Thread Antonio Rojas via arch-commits
Date: Monday, July 23, 2018 @ 21:39:36
  Author: arojas
Revision: 363218

Update to 2.14.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 21:33:42 UTC (rev 363217)
+++ PKGBUILD2018-07-23 21:39:36 UTC (rev 363218)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.13.0
+pkgver=2.14.0
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-sha256sums=('d075116d094bfda96f9c4ce10bb9bf23b333a8246f48c532427168d0f91b7788')
+sha256sums=('bdd28aeea8be133a3a1971bd836d2a5b946cd4dd0c0c695188bd03d1ec119959')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2018-02-23 Thread Antonio Rojas via arch-commits
Date: Friday, February 23, 2018 @ 21:34:30
  Author: arojas
Revision: 297266

Cleanup

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-23 21:26:09 UTC (rev 297265)
+++ PKGBUILD2018-02-23 21:34:30 UTC (rev 297266)
@@ -12,11 +12,6 @@
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
 sha256sums=('d075116d094bfda96f9c4ce10bb9bf23b333a8246f48c532427168d0f91b7788')
 
-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


[arch-commits] Commit in arb/trunk (PKGBUILD)

2018-02-23 Thread Antonio Rojas via arch-commits
Date: Friday, February 23, 2018 @ 21:25:39
  Author: arojas
Revision: 297264

Update to 2.13.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-23 21:13:32 UTC (rev 297263)
+++ PKGBUILD2018-02-23 21:25:39 UTC (rev 297264)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.12.0
-pkgrel=2
+pkgver=2.13.0
+pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
 url="http://fredrikj.net/arb/;
@@ -10,11 +10,11 @@
 license=(GPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-sha256sums=('346af6a69118ebc6535c24b1d31055d315bab026dd24059c262a5fbcfaec6748')
+sha256sums=('d075116d094bfda96f9c4ce10bb9bf23b333a8246f48c532427168d0f91b7788')
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -e 's|-Wl,-r|-r|' -i Makefile.subdirs
+#  sed -e 's|-Wl,-r|-r|' -i Makefile.subdirs
 }
 
 build() {


[arch-commits] Commit in arb/trunk (PKGBUILD)

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

mpfr 4.0 rebuild

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 22:19:11 UTC (rev 283993)
+++ PKGBUILD2018-01-18 22:21:42 UTC (rev 283994)
@@ -3,7 +3,7 @@
 
 pkgname=arb
 pkgver=2.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
 url="http://fredrikj.net/arb/;


[arch-commits] Commit in arb/trunk (PKGBUILD)

2017-11-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 29, 2017 @ 22:52:43
  Author: arojas
Revision: 270775

Update to 2.12.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 22:50:24 UTC (rev 270774)
+++ PKGBUILD2017-11-29 22:52:43 UTC (rev 270775)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.11.1
+pkgver=2.12.0
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
@@ -9,9 +9,14 @@
 url="http://fredrikj.net/arb/;
 license=(GPL)
 depends=(flint)
-source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-sha256sums=('de37f008fd154bd4b9c3fd7f5b0f13928cd109358d01959a98245fe33d08bf63')
+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


[arch-commits] Commit in arb/trunk (PKGBUILD arb-flint-2.5.2.patch)

2017-07-10 Thread Antonio Rojas
Date: Monday, July 10, 2017 @ 19:49:43
  Author: arojas
Revision: 243783

Update to 2.11.1

Modified:
  arb/trunk/PKGBUILD
Deleted:
  arb/trunk/arb-flint-2.5.2.patch

---+
 PKGBUILD  |   15 ---
 arb-flint-2.5.2.patch |   22 --
 2 files changed, 4 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-10 19:45:13 UTC (rev 243782)
+++ PKGBUILD2017-07-10 19:49:43 UTC (rev 243783)
@@ -2,23 +2,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.11.0
-pkgrel=2
+pkgver=2.11.1
+pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(i686 x86_64)
 url="http://fredrikj.net/arb/;
 license=(GPL)
 depends=(flint)
-source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz; 
arb-flint-2.5.2.patch)
-sha256sums=('1191c81074019ed1a8552fbb765709b863f62345d6d4bf204c1cf8a506506ba4'
-'9956c5340e4925c806c549f132edc04ccb466bd2336c3e6f86f14ec5d3b869a0')
+source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
+sha256sums=('de37f008fd154bd4b9c3fd7f5b0f13928cd109358d01959a98245fe33d08bf63')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build with flind 2.5.2
-  patch -p1 -i ../arb-flint-2.5.2.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr

Deleted: arb-flint-2.5.2.patch
===
--- arb-flint-2.5.2.patch   2017-07-10 19:45:13 UTC (rev 243782)
+++ arb-flint-2.5.2.patch   2017-07-10 19:49:43 UTC (rev 243783)
@@ -1,22 +0,0 @@
-diff --git a/arb_fmpz_poly/gauss_period_minpoly.c 
b/arb_fmpz_poly/gauss_period_minpoly.c
-index 3ce304aa..2fba47ea 100644
 a/arb_fmpz_poly/gauss_period_minpoly.c
-+++ b/arb_fmpz_poly/gauss_period_minpoly.c
-@@ -87,7 +87,7 @@ arb_fmpz_poly_gauss_period_minpoly(fmpz_poly_t res, ulong q, 
ulong n)
- {
- for (e = 0; e < d / 2; e++)
- {
--acb_dirichlet_root(t, zeta, n_mulmod2(gk, es[e], 2 * q), 
prec);
-+acb_dirichlet_root(t, zeta, n_mulmod2_preinv(gk, es[e], 2 
* q, n_preinvert_limb(2 * q)), prec);
- acb_mul_2exp_si(t, t, 1);  /* compute conjugates */
- acb_add(u, u, t, prec);
- }
-@@ -98,7 +98,7 @@ arb_fmpz_poly_gauss_period_minpoly(fmpz_poly_t res, ulong q, 
ulong n)
- {
- for (e = 0; e < d; e++)
- {
--acb_dirichlet_root(t, zeta, n_mulmod2(gk, es[e], 2 * q), 
prec);
-+acb_dirichlet_root(t, zeta, n_mulmod2_preinv(gk, es[e], 2 
* q, n_preinvert_limb(2 * q)), prec);
- acb_add(u, u, t, prec);
- }
- 


[arch-commits] Commit in arb/trunk (PKGBUILD arb-flint-2.5.2.patch)

2017-07-09 Thread Antonio Rojas
Date: Sunday, July 9, 2017 @ 22:33:11
  Author: arojas
Revision: 243463

Don't use unreleased flint symbols

Added:
  arb/trunk/arb-flint-2.5.2.patch
Modified:
  arb/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 arb-flint-2.5.2.patch |   22 ++
 2 files changed, 32 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 22:18:55 UTC (rev 243462)
+++ PKGBUILD2017-07-09 22:33:11 UTC (rev 243463)
@@ -3,15 +3,22 @@
 
 pkgname=arb
 pkgver=2.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(i686 x86_64)
 url="http://fredrikj.net/arb/;
 license=(GPL)
 depends=(flint)
-source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-sha256sums=('1191c81074019ed1a8552fbb765709b863f62345d6d4bf204c1cf8a506506ba4')
+source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz; 
arb-flint-2.5.2.patch)
+sha256sums=('1191c81074019ed1a8552fbb765709b863f62345d6d4bf204c1cf8a506506ba4'
+'9956c5340e4925c806c549f132edc04ccb466bd2336c3e6f86f14ec5d3b869a0')
 
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with flind 2.5.2
+  patch -p1 -i ../arb-flint-2.5.2.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr

Added: arb-flint-2.5.2.patch
===
--- arb-flint-2.5.2.patch   (rev 0)
+++ arb-flint-2.5.2.patch   2017-07-09 22:33:11 UTC (rev 243463)
@@ -0,0 +1,22 @@
+diff --git a/arb_fmpz_poly/gauss_period_minpoly.c 
b/arb_fmpz_poly/gauss_period_minpoly.c
+index 3ce304aa..2fba47ea 100644
+--- a/arb_fmpz_poly/gauss_period_minpoly.c
 b/arb_fmpz_poly/gauss_period_minpoly.c
+@@ -87,7 +87,7 @@ arb_fmpz_poly_gauss_period_minpoly(fmpz_poly_t res, ulong q, 
ulong n)
+ {
+ for (e = 0; e < d / 2; e++)
+ {
+-acb_dirichlet_root(t, zeta, n_mulmod2(gk, es[e], 2 * q), 
prec);
++acb_dirichlet_root(t, zeta, n_mulmod2_preinv(gk, es[e], 2 
* q, n_preinvert_limb(2 * q)), prec);
+ acb_mul_2exp_si(t, t, 1);  /* compute conjugates */
+ acb_add(u, u, t, prec);
+ }
+@@ -98,7 +98,7 @@ arb_fmpz_poly_gauss_period_minpoly(fmpz_poly_t res, ulong q, 
ulong n)
+ {
+ for (e = 0; e < d; e++)
+ {
+-acb_dirichlet_root(t, zeta, n_mulmod2(gk, es[e], 2 * q), 
prec);
++acb_dirichlet_root(t, zeta, n_mulmod2_preinv(gk, es[e], 2 
* q, n_preinvert_limb(2 * q)), prec);
+ acb_add(u, u, t, prec);
+ }
+ 


[arch-commits] Commit in arb/trunk (PKGBUILD)

2017-07-09 Thread Antonio Rojas
Date: Sunday, July 9, 2017 @ 19:34:59
  Author: arojas
Revision: 243453

Update to 2.11.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 19:08:00 UTC (rev 243452)
+++ PKGBUILD2017-07-09 19:34:59 UTC (rev 243453)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.10.0
+pkgver=2.11.0
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(flint)
 source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-md5sums=('e15df96df073be60a8ace997578341e5')
+sha256sums=('1191c81074019ed1a8552fbb765709b863f62345d6d4bf204c1cf8a506506ba4')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2017-02-27 Thread Antonio Rojas
Date: Monday, February 27, 2017 @ 18:03:30
  Author: arojas
Revision: 214083

Update to 2.10.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 18:02:13 UTC (rev 214082)
+++ PKGBUILD2017-02-27 18:03:30 UTC (rev 214083)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.9.0
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(flint)
 source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-md5sums=('eb12562a15920d823ae62602c425cd36')
+md5sums=('e15df96df073be60a8ace997578341e5')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2016-12-02 Thread Antonio Rojas
Date: Friday, December 2, 2016 @ 18:45:45
  Author: arojas
Revision: 197772

Update to 2.9.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-02 18:31:49 UTC (rev 197771)
+++ PKGBUILD2016-12-02 18:45:45 UTC (rev 197772)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.8.1
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(i686 x86_64)
@@ -9,17 +9,9 @@
 url="http://fredrikj.net/arb/;
 license=(GPL)
 depends=(flint)
-source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
-   
fix-flint-includes.patch::"https://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=83094377;)
-md5sums=('b6b94a39b71293b6811a191cb9542096'
- '666fff29e723bad787f4935b4417b3a8')
+source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
+md5sums=('eb12562a15920d823ae62602c425cd36')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix flint include paths
-  patch -p1 -i ../fix-flint-includes.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr


[arch-commits] Commit in arb/trunk (PKGBUILD)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 20:35:46
  Author: arojas
Revision: 194247

Use https

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 20:35:06 UTC (rev 194246)
+++ PKGBUILD2016-11-01 20:35:46 UTC (rev 194247)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(flint)
 source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
-   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=83094377;)
+   
fix-flint-includes.patch::"https://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=83094377;)
 md5sums=('b6b94a39b71293b6811a191cb9542096'
  '666fff29e723bad787f4935b4417b3a8')
 


[arch-commits] Commit in arb/trunk (PKGBUILD)

2016-02-10 Thread Antonio Rojas
Date: Wednesday, February 10, 2016 @ 22:41:25
  Author: arojas
Revision: 161080

Update to 2.8.1

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 20:57:48 UTC (rev 161079)
+++ PKGBUILD2016-02-10 21:41:25 UTC (rev 161080)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(i686 x86_64)
@@ -10,8 +10,8 @@
 license=(GPL)
 depends=(flint)
 source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
-   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=d0379c;)
-md5sums=('13ad8d7051e5d943456e4bfeee183066'
+   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=83094377;)
+md5sums=('b6b94a39b71293b6811a191cb9542096'
  '666fff29e723bad787f4935b4417b3a8')
 
 prepare() {


[arch-commits] Commit in arb/trunk (PKGBUILD)

2016-01-01 Thread Antonio Rojas
Date: Friday, January 1, 2016 @ 23:41:33
  Author: arojas
Revision: 155154

Update to 2.8.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-01 22:29:47 UTC (rev 155153)
+++ PKGBUILD2016-01-01 22:41:33 UTC (rev 155154)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.7.0
-pkgrel=3
+pkgver=2.8.0
+pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(i686 x86_64)
 url="http://fredrikj.net/arb/;
@@ -10,9 +10,9 @@
 license=(GPL)
 depends=(flint)
 source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
-   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?h=develop;)
-md5sums=('f56a1d5d748f51da8ac47653bca9e2dc'
- 'a70af061f2a3921568cb949dd06956ec')
+   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?id=d0379c;)
+md5sums=('13ad8d7051e5d943456e4bfeee183066'
+ '666fff29e723bad787f4935b4417b3a8')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 21:09:08
  Author: arojas
Revision: 151285

Fix flint includes

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 18:05:30 UTC (rev 151284)
+++ PKGBUILD2015-12-09 20:09:08 UTC (rev 151285)
@@ -3,15 +3,23 @@
 
 pkgname=arb
 pkgver=2.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(i686 x86_64)
 url="http://fredrikj.net/arb/;
 license=(GPL)
 depends=(flint)
-source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-md5sums=('f56a1d5d748f51da8ac47653bca9e2dc')
+source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;
+   
fix-flint-includes.patch::"http://git.sagemath.org/sage.git/plain/build/pkgs/arb/patches/flint_includes.patch?h=develop;)
+md5sums=('f56a1d5d748f51da8ac47653bca9e2dc'
+ 'a70af061f2a3921568cb949dd06956ec')
 
+prepare() {
+  cd $pkgname-$pkgver
+# Fix flint include paths
+  patch -p1 -i ../fix-flint-includes.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr


[arch-commits] Commit in arb/trunk (PKGBUILD)

2015-08-13 Thread Antonio Rojas
Date: Thursday, August 13, 2015 @ 21:46:45
  Author: arojas
Revision: 138317

flint 2.5.2 rebuild

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-13 19:42:35 UTC (rev 138316)
+++ PKGBUILD2015-08-13 19:46:45 UTC (rev 138317)
@@ -3,7 +3,7 @@
 
 pkgname=arb
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc=C library for arbitrary-precision floating-point ball arithmetic
 arch=(i686 x86_64)
 url=http://fredrikj.net/arb/;


[arch-commits] Commit in arb/trunk (PKGBUILD)

2015-07-21 Thread Antonio Rojas
Date: Tuesday, July 21, 2015 @ 16:38:33
  Author: arojas
Revision: 137216

Update to 2.7.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 13:57:45 UTC (rev 137215)
+++ PKGBUILD2015-07-21 14:38:33 UTC (rev 137216)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 
 pkgname=arb
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc=C library for arbitrary-precision floating-point ball arithmetic
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(flint)
 source=(https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-md5sums=('683f4b9f975f8e546ca4481f803cd099')
+md5sums=('f56a1d5d748f51da8ac47653bca9e2dc')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in arb/trunk (PKGBUILD)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 13:16:32
  Author: arojas
Revision: 133300

Update to 2.6.0

Modified:
  arb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 10:45:57 UTC (rev 133299)
+++ PKGBUILD2015-05-12 11:16:32 UTC (rev 133300)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 
 pkgname=arb
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc=C library for arbitrary-precision floating-point ball arithmetic
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(flint)
 source=(https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz;)
-md5sums=('5b2c10b103cf64f33dc7d15c1fb2948f')
+md5sums=('683f4b9f975f8e546ca4481f803cd099')
 
 build() {
   cd $pkgname-$pkgver