[arch-commits] Commit in latte-integrale/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Sep 11 06:21:41 UTC 2018


    Date: Tuesday, September 11, 2018 @ 06:21:40
  Author: arojas
Revision: 379438

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-11 06:21:04 UTC (rev 379437)
+++ PKGBUILD	2018-09-11 06:21:40 UTC (rev 379438)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=latte-integrale
-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://github.com/latte-int/latte/releases/download/version_${pkgver//./_}/latte-int-$pkgver.tar.gz")
-sha256sums=('a1178605c9c560073edb8177d4a6dd157de7277ffc23a4911409e13982c8d09e')
-
-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}
-}
-

Copied: latte-integrale/repos/community-x86_64/PKGBUILD (from rev 379437, latte-integrale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-11 06:21:40 UTC (rev 379438)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=latte-integrale
+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)
+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
+
+  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}
+}
+



More information about the arch-commits mailing list