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

Antonio Rojas arojas at archlinux.org
Wed Jul 11 09:34:53 UTC 2018


    Date: Wednesday, July 11, 2018 @ 09:34:53
  Author: arojas
Revision: 357110

Update to 20180710

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-11 09:34:37 UTC (rev 357109)
+++ PKGBUILD	2018-07-11 09:34:53 UTC (rev 357110)
@@ -2,20 +2,21 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=eclib
-pkgver=20171219
-pkgrel=4
+pkgver=20180710
+pkgrel=1
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database"
 arch=(x86_64)
 url="https://github.com/JohnCremona/eclib/"
 license=(GPL)
-depends=(flint pari)
+depends=(flint pari boost-libs)
+makedepends=(boost)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
-sha256sums=('3d5c3d906200cb4fdc89895ea2cd0842d6c68ccae25dcf1dbe92a5ff9165ffd6')
+sha256sums=('176840c9dbed6156f291da3c877ce680f746acf0dcd1b952174f1e046f28b71d')
 
 build() {
   cd $pkgname-$pkgver
   ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
+  LDFLAGS+=' -lpthread' ./configure --prefix=/usr --with-flint=/usr --with-boost
   make
 }
 



More information about the arch-commits mailing list