Date: Wednesday, May 24, 2017 @ 20:37:59 Author: arojas Revision: 229977
Disable boost Modified: eclib/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-24 20:32:29 UTC (rev 229976) +++ PKGBUILD 2017-05-24 20:37:59 UTC (rev 229977) @@ -3,22 +3,15 @@ pkgname=eclib pkgver=20170330 -pkgrel=2 +pkgrel=3 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) url="https://github.com/JohnCremona/eclib/" license=(GPL) -depends=(flint pari boost-libs) -makedepends=(boost) +depends=(flint pari) source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz") sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3') -prepare() { - cd $pkgname-$pkgver - # Fix build with boost 1.64 - find -type f | xargs sed -e 's|scalar|eclscalar|g' -i -} - build() { cd $pkgname-$pkgver ./autogen.sh
