Date: Saturday, February 28, 2015 @ 12:45:10
  Author: arojas
Revision: 128410

NTL 8 rebuild, enable flint support

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-02-28 11:32:32 UTC (rev 128409)
+++ PKGBUILD    2015-02-28 11:45:10 UTC (rev 128410)
@@ -3,12 +3,12 @@
 
 pkgname=eclib
 pkgver=20141106
-pkgrel=1
+pkgrel=2
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://github.com/JohnCremona/eclib/";
-license=('GPL')
-depends=('ntl' 'pari')
+license=(GPL)
+depends=(flint pari)
 source=("https://github.com/JohnCremona/eclib/archive/$pkgname-$pkgver.tar.gz";)
 md5sums=('dd65b29741461a7abd02c721b9f0c80d')
 
@@ -15,7 +15,7 @@
 build() {
   cd eclib-$pkgname-$pkgver
   ./autogen.sh
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-ntl=/usr --with-flint=/usr
   make
 }
 

Reply via email to