Date: Sunday, April 8, 2018 @ 21:03:09
  Author: arojas
Revision: 315293

ntl 11 rebuild

Modified:
  latte-integrale/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-08 21:00:04 UTC (rev 315292)
+++ PKGBUILD    2018-04-08 21:03:09 UTC (rev 315293)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.3
-pkgrel=4
+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/";
@@ -15,6 +15,7 @@
   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