Date: Tuesday, September 11, 2018 @ 06:21:04
  Author: arojas
Revision: 379437

Update to 1.7.5

Modified:
  latte-integrale/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-11 05:11:01 UTC (rev 379436)
+++ PKGBUILD    2018-09-11 06:21:04 UTC (rev 379437)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=latte-integrale
-pkgver=1.7.4
+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)
@@ -9,12 +9,11 @@
 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')
+sha256sums=('733139f206518d0a20f42d1e280428be901f7d29189b2c7845382cbd538953de')
 
 build() {
   cd latte-int-$pkgver
 
-  export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS"
   export LDFLAGS+=" -lpthread"
   ./configure --prefix=/usr --enable-shared --with-ntl=/usr
   make

Reply via email to