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

Antonio Rojas arojas at archlinux.org
Thu Mar 18 08:13:00 UTC 2021


    Date: Thursday, March 18, 2021 @ 08:12:59
  Author: arojas
Revision: 894300

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 08:12:36 UTC (rev 894299)
+++ PKGBUILD	2021-03-18 08:12:59 UTC (rev 894300)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-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}
-}
-

Copied: latte-integrale/repos/community-x86_64/PKGBUILD (from rev 894299, latte-integrale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-18 08:12:59 UTC (rev 894300)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=latte-integrale
+pkgver=1.7.6
+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=('006c10ebe5d5bfdc9b159cba6264a4432861fe763ce05fe821624ab7d3fc2170')
+
+build() {
+  cd latte-int-$pkgver
+
+  ./configure --prefix=/usr --enable-shared --with-ntl=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
+  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