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

Antonio Rojas arojas at archlinux.org
Thu Mar 18 08:12:37 UTC 2021


    Date: Thursday, March 18, 2021 @ 08:12:36
  Author: arojas
Revision: 894299

Update to 1.7.6

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 08:10:58 UTC (rev 894298)
+++ PKGBUILD	2021-03-18 08:12:36 UTC (rev 894299)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=latte-integrale
-pkgver=1.7.5
-pkgrel=5
+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/"
@@ -9,12 +9,13 @@
 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')
+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
 }
 



More information about the arch-commits mailing list