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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  latte-integrale/repos/community-staging-x86_64/
  latte-integrale/repos/community-staging-x86_64/PKGBUILD
(from rev 545890, latte-integrale/trunk/PKGBUILD)

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

Copied: latte-integrale/repos/community-staging-x86_64/PKGBUILD (from rev 
545890, latte-integrale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-01 19:16:20 UTC (rev 545891)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=latte-integrale
+pkgver=1.7.5
+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/;
+license=(GPL)
+depends=(4ti2 ntl cddlib lidia)
+source=("https://github.com/latte-int/latte/releases/download/version_${pkgver//./_}/latte-int-$pkgver.tar.gz;)
+sha256sums=('733139f206518d0a20f42d1e280428be901f7d29189b2c7845382cbd538953de')
+
+build() {
+  cd latte-int-$pkgver
+
+  ./configure --prefix=/usr --enable-shared --with-ntl=/usr
+  make
+}
+
+package() {
+  cd latte-int-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Fix conflicts with LLVM
+  mv "$pkgdir"/usr/bin/{count,latte-count}
+}
+


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

2019-09-07 Thread Antonio Rojas via arch-commits
Date: Saturday, September 7, 2019 @ 22:48:17
  Author: arojas
Revision: 508535

archrelease: copy trunk to community-staging-x86_64

Added:
  latte-integrale/repos/community-staging-x86_64/
  latte-integrale/repos/community-staging-x86_64/PKGBUILD
(from rev 508534, latte-integrale/trunk/PKGBUILD)

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

Copied: latte-integrale/repos/community-staging-x86_64/PKGBUILD (from rev 
508534, latte-integrale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-07 22:48:17 UTC (rev 508535)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=latte-integrale
+pkgver=1.7.5
+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/;
+license=(GPL)
+depends=(4ti2 ntl cddlib lidia)
+source=("https://github.com/latte-int/latte/releases/download/version_${pkgver//./_}/latte-int-$pkgver.tar.gz;)
+sha256sums=('733139f206518d0a20f42d1e280428be901f7d29189b2c7845382cbd538953de')
+
+build() {
+  cd latte-int-$pkgver
+
+  ./configure --prefix=/usr --enable-shared --with-ntl=/usr
+  make
+}
+
+package() {
+  cd latte-int-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Fix conflicts with LLVM
+  mv "$pkgdir"/usr/bin/{count,latte-count}
+}
+


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  latte-integrale/repos/community-staging-x86_64/
  latte-integrale/repos/community-staging-x86_64/PKGBUILD
(from rev 507058, latte-integrale/trunk/PKGBUILD)

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

Copied: latte-integrale/repos/community-staging-x86_64/PKGBUILD (from rev 
507058, latte-integrale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-02 17:57:55 UTC (rev 507059)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=latte-integrale
+pkgver=1.7.5
+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/;
+license=(GPL)
+depends=(4ti2 ntl cddlib lidia)
+source=("https://github.com/latte-int/latte/releases/download/version_${pkgver//./_}/latte-int-$pkgver.tar.gz;)
+sha256sums=('733139f206518d0a20f42d1e280428be901f7d29189b2c7845382cbd538953de')
+
+build() {
+  cd latte-int-$pkgver
+
+  ./configure --prefix=/usr --enable-shared --with-ntl=/usr
+  make
+}
+
+package() {
+  cd latte-int-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Fix conflicts with LLVM
+  mv "$pkgdir"/usr/bin/{count,latte-count}
+}
+


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  latte-integrale/repos/community-staging-x86_64/
  latte-integrale/repos/community-staging-x86_64/PKGBUILD
(from rev 372545, latte-integrale/trunk/PKGBUILD)

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

Copied: latte-integrale/repos/community-staging-x86_64/PKGBUILD (from rev 
372545, latte-integrale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-17 19:39:40 UTC (rev 372546)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=latte-integrale
+pkgver=1.7.3
+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/;
+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')
+
+build() {
+  cd latte-int-$pkgver
+
+  export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS"
+  export LDFLAGS+=" -lpthread"
+  ./configure --prefix=/usr --enable-shared --with-ntl=/usr
+  make
+}
+
+package() {
+  cd latte-int-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Fix conflicts with LLVM
+  mv "$pkgdir"/usr/bin/{count,latte-count}
+}
+


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  latte-integrale/repos/community-staging-x86_64/
  latte-integrale/repos/community-staging-x86_64/PKGBUILD
(from rev 359572, latte-integrale/trunk/PKGBUILD)

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

Copied: latte-integrale/repos/community-staging-x86_64/PKGBUILD (from rev 
359572, latte-integrale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-15 18:52:45 UTC (rev 359573)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=latte-integrale
+pkgver=1.7.3
+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/;
+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')
+
+build() {
+  cd latte-int-$pkgver
+
+  export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS"
+  export LDFLAGS+=" -lpthread"
+  ./configure --prefix=/usr --enable-shared --with-ntl=/usr
+  make
+}
+
+package() {
+  cd latte-int-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Fix conflicts with LLVM
+  mv "$pkgdir"/usr/bin/{count,latte-count}
+}
+


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  latte-integrale/repos/community-staging-x86_64/
  latte-integrale/repos/community-staging-x86_64/PKGBUILD
(from rev 354060, latte-integrale/trunk/PKGBUILD)

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

Copied: latte-integrale/repos/community-staging-x86_64/PKGBUILD (from rev 
354060, latte-integrale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-07 19:27:35 UTC (rev 354061)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=latte-integrale
+pkgver=1.7.3
+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/;
+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')
+
+build() {
+  cd latte-int-$pkgver
+
+  export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS"
+  export LDFLAGS+=" -lpthread"
+  ./configure --prefix=/usr --enable-shared --with-ntl=/usr
+  make
+}
+
+package() {
+  cd latte-int-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Fix conflicts with LLVM
+  mv "$pkgdir"/usr/bin/{count,latte-count}
+}
+


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  latte-integrale/repos/community-staging-x86_64/
  latte-integrale/repos/community-staging-x86_64/PKGBUILD
(from rev 341837, latte-integrale/trunk/PKGBUILD)

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

Copied: latte-integrale/repos/community-staging-x86_64/PKGBUILD (from rev 
341837, latte-integrale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-07 13:53:56 UTC (rev 341838)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=latte-integrale
+pkgver=1.7.3
+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/;
+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')
+
+build() {
+  cd latte-int-$pkgver
+
+  export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS"
+  export LDFLAGS+=" -lpthread"
+  ./configure --prefix=/usr --enable-shared --with-ntl=/usr
+  make
+}
+
+package() {
+  cd latte-int-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Fix conflicts with LLVM
+  mv "$pkgdir"/usr/bin/{count,latte-count}
+}
+


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  latte-integrale/repos/community-staging-x86_64/
  latte-integrale/repos/community-staging-x86_64/PKGBUILD
(from rev 315293, latte-integrale/trunk/PKGBUILD)

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

Copied: latte-integrale/repos/community-staging-x86_64/PKGBUILD (from rev 
315293, latte-integrale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-08 21:03:37 UTC (rev 315294)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=latte-integrale
+pkgver=1.7.3
+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/;
+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')
+
+build() {
+  cd latte-int-$pkgver
+
+  export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS"
+  export LDFLAGS+=" -lpthread"
+  ./configure --prefix=/usr --enable-shared --with-ntl=/usr
+  make
+}
+
+package() {
+  cd latte-int-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Fix conflicts with LLVM
+  mv "$pkgdir"/usr/bin/{count,latte-count}
+}
+