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

Antonio Rojas arojas at archlinux.org
Wed Sep 5 07:37:31 UTC 2018


    Date: Wednesday, September 5, 2018 @ 07:37:30
  Author: arojas
Revision: 376924

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-05 07:37:09 UTC (rev 376923)
+++ PKGBUILD	2018-09-05 07:37:30 UTC (rev 376924)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-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}
-}
-

Copied: latte-integrale/repos/community-x86_64/PKGBUILD (from rev 376923, latte-integrale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-05 07:37:30 UTC (rev 376924)
@@ -0,0 +1,30 @@
+# 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}
+}
+



More information about the arch-commits mailing list