community/flint to 2.8.0-1

This commit is contained in:
Kevin Mihelich 2021-07-23 18:00:43 +00:00
parent f0f2d01b85
commit a8e871d405

View file

@ -6,8 +6,8 @@
# - disable LTO via -DIPO_SUPPORTED=FALSE
pkgname=flint
pkgver=2.7.1
pkgrel=2
pkgver=2.8.0
pkgrel=1
pkgdesc='A C library for doing number theory'
arch=(x86_64)
url='http://www.flintlib.org'
@ -15,7 +15,7 @@ license=(GPL)
depends=(mpfr ntl cblas)
makedepends=(cmake python)
source=(http://www.flintlib.org/flint-$pkgver.tar.gz)
sha256sums=('186e2fd9ab67df8a05b122fb018269b382e4babcdb17353c4be1fe364dca481e')
sha256sums=('584235cdc39d779d9920eaef16fe084f3c26ffeeea003a3fff64a20a0f33449e')
build() {
cmake -B build -S $pkgname-$pkgver \