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

2020-01-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 1, 2020 @ 19:16:03
  Author: arojas
Revision: 545890

ntl 11.4.2 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 19:13:59 UTC (rev 545889)
+++ PKGBUILD2020-01-01 19:16:03 UTC (rev 545890)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
 url="https://www.math.ucdavis.edu/~latte/;


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

2019-09-25 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 25, 2019 @ 09:08:39
  Author: arojas
Revision: 511729

ntl 11.4.0 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-25 09:07:18 UTC (rev 511728)
+++ PKGBUILD2019-09-25 09:08:39 UTC (rev 511729)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
 url="https://www.math.ucdavis.edu/~latte/;


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

2019-09-07 Thread Antonio Rojas via arch-commits
Date: Saturday, September 7, 2019 @ 22:47:59
  Author: arojas
Revision: 508534

ntl 11.3.4 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-07 22:45:09 UTC (rev 508533)
+++ PKGBUILD2019-09-07 22:47:59 UTC (rev 508534)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
 url="https://www.math.ucdavis.edu/~latte/;


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

2019-09-02 Thread Antonio Rojas via arch-commits
Date: Monday, September 2, 2019 @ 17:57:39
  Author: arojas
Revision: 507058

ntl 11.3.3 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-02 17:55:25 UTC (rev 507057)
+++ PKGBUILD2019-09-02 17:57:39 UTC (rev 507058)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
 url="https://www.math.ucdavis.edu/~latte/;


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

2018-09-11 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 11, 2018 @ 16:48:35
  Author: arojas
Revision: 379757

Remove workaround, fixed in ntl

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-11 16:43:24 UTC (rev 379756)
+++ PKGBUILD2018-09-11 16:48:35 UTC (rev 379757)
@@ -14,7 +14,6 @@
 build() {
   cd latte-int-$pkgver
 
-  export LDFLAGS+=" -lpthread"
   ./configure --prefix=/usr --enable-shared --with-ntl=/usr
   make
 }


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

2018-09-11 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 11, 2018 @ 06:21:04
  Author: arojas
Revision: 379437

Update to 1.7.5

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-11 05:11:01 UTC (rev 379436)
+++ PKGBUILD2018-09-11 06:21:04 UTC (rev 379437)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=latte-integrale
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
@@ -9,12 +9,11 @@
 license=(GPL)
 depends=(4ti2 ntl cddlib lidia)
 
source=("https://github.com/latte-int/latte/releases/download/version_${pkgver//./_}/latte-int-$pkgver.tar.gz;)
-sha256sums=('a1178605c9c560073edb8177d4a6dd157de7277ffc23a4911409e13982c8d09e')
+sha256sums=('733139f206518d0a20f42d1e280428be901f7d29189b2c7845382cbd538953de')
 
 build() {
   cd latte-int-$pkgver
 
-  export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS"
   export LDFLAGS+=" -lpthread"
   ./configure --prefix=/usr --enable-shared --with-ntl=/usr
   make


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

2018-09-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 5, 2018 @ 07:37:09
  Author: arojas
Revision: 376923

Update to 1.7.4

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 07:15:43 UTC (rev 376922)
+++ PKGBUILD2018-09-05 07:37:09 UTC (rev 376923)
@@ -1,15 +1,15 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=latte-integrale
-pkgver=1.7.3
-pkgrel=9
+pkgver=1.7.4
+pkgrel=1
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
 url="https://www.math.ucdavis.edu/~latte/;
 license=(GPL)
 depends=(4ti2 ntl cddlib lidia)
-source=("https://www.math.ucdavis.edu/~latte/software/packages/latte_current/latte-int-$pkgver.tar.gz;)
-sha256sums=('b6777067d11a454e4dbaf5af8fb227d2b66960d79245ea967192738ad2a1e76c')
+source=("https://github.com/latte-int/latte/releases/download/version_${pkgver//./_}/latte-int-$pkgver.tar.gz;)
+sha256sums=('a1178605c9c560073edb8177d4a6dd157de7277ffc23a4911409e13982c8d09e')
 
 build() {
   cd latte-int-$pkgver


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

2018-08-17 Thread Antonio Rojas via arch-commits
Date: Friday, August 17, 2018 @ 19:39:20
  Author: arojas
Revision: 372545

ntl 11.3 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 19:38:28 UTC (rev 372544)
+++ PKGBUILD2018-08-17 19:39:20 UTC (rev 372545)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.3
-pkgrel=8
+pkgrel=9
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
 url="https://www.math.ucdavis.edu/~latte/;


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

2018-07-15 Thread Antonio Rojas via arch-commits
Date: Sunday, July 15, 2018 @ 18:52:23
  Author: arojas
Revision: 359572

ntl 11.2.1 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-15 18:50:29 UTC (rev 359571)
+++ PKGBUILD2018-07-15 18:52:23 UTC (rev 359572)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
 url="https://www.math.ucdavis.edu/~latte/;


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

2018-07-07 Thread Antonio Rojas via arch-commits
Date: Saturday, July 7, 2018 @ 19:27:11
  Author: arojas
Revision: 354060

ntl 11.2 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-07 19:23:51 UTC (rev 354059)
+++ PKGBUILD2018-07-07 19:27:11 UTC (rev 354060)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
 url="https://www.math.ucdavis.edu/~latte/;


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

2018-06-07 Thread Antonio Rojas via arch-commits
Date: Thursday, June 7, 2018 @ 13:53:35
  Author: arojas
Revision: 341837

NTL 11.1 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-07 13:49:11 UTC (rev 341836)
+++ PKGBUILD2018-06-07 13:53:35 UTC (rev 341837)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
 url="https://www.math.ucdavis.edu/~latte/;


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

2018-04-08 Thread Antonio Rojas via arch-commits
Date: Sunday, April 8, 2018 @ 21:03:09
  Author: arojas
Revision: 315293

ntl 11 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-08 21:00:04 UTC (rev 315292)
+++ PKGBUILD2018-04-08 21:03:09 UTC (rev 315293)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(x86_64)
 url="https://www.math.ucdavis.edu/~latte/;
@@ -15,6 +15,7 @@
   cd latte-int-$pkgver
 
   export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS"
+  export LDFLAGS+=" -lpthread"
   ./configure --prefix=/usr --enable-shared --with-ntl=/usr
   make
 }


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 09:16:46
  Author: arojas
Revision: 243304

ntl 10.5 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 09:09:16 UTC (rev 243303)
+++ PKGBUILD2017-07-08 09:16:46 UTC (rev 243304)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(i686 x86_64)
 url="https://www.math.ucdavis.edu/~latte/;


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

2017-06-20 Thread Antonio Rojas
Date: Tuesday, June 20, 2017 @ 15:50:57
  Author: arojas
Revision: 239057

ntl 10.4 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-20 15:44:53 UTC (rev 239056)
+++ PKGBUILD2017-06-20 15:50:57 UTC (rev 239057)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(i686 x86_64)
 url="https://www.math.ucdavis.edu/~latte/;


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

2017-03-27 Thread Antonio Rojas
Date: Monday, March 27, 2017 @ 18:37:23
  Author: arojas
Revision: 219404

Fix conflicts with llvm (FS#53465)

Modified:
  latte-integrale/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 18:31:40 UTC (rev 219403)
+++ PKGBUILD2017-03-27 18:37:23 UTC (rev 219404)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
 arch=(i686 x86_64)
 url="https://www.math.ucdavis.edu/~latte/;
@@ -22,5 +22,8 @@
 package() {
   cd latte-int-$pkgver
   make DESTDIR="$pkgdir" install
+
+# Fix conflicts with LLVM
+  mv "$pkgdir"/usr/bin/{count,latte-count}
 }