mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed community/eclib
This commit is contained in:
parent
e495fb4eae
commit
950acea73f
1 changed files with 0 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
||||||
# $Id$
|
|
||||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
||||||
# - libpthread is getting missed in link deps, specify in LDFLAGS
|
|
||||||
|
|
||||||
pkgname=eclib
|
|
||||||
pkgver=20170330
|
|
||||||
pkgrel=5
|
|
||||||
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)
|
|
||||||
source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
|
|
||||||
sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd $pkgname-$pkgver
|
|
||||||
LDFLAGS+=" -lpthread"
|
|
||||||
./autogen.sh
|
|
||||||
./configure --prefix=/usr --with-flint=/usr
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd $pkgname-$pkgver
|
|
||||||
make install DESTDIR="$pkgdir"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue