community/flint to 2.8.2-1

This commit is contained in:
David Beauchamp 2021-10-15 14:21:40 -04:00
parent dccb2e6cbe
commit 2724c155be

View file

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