community/flint to 2.7.1-1

This commit is contained in:
Kevin Mihelich 2021-01-18 16:22:50 +00:00
parent 8ff3cc6e07
commit 53adb94f00

View file

@ -6,7 +6,7 @@
# - disable LTO via -DIPO_SUPPORTED=FALSE # - disable LTO via -DIPO_SUPPORTED=FALSE
pkgname=flint pkgname=flint
pkgver=2.7.0 pkgver=2.7.1
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=('919a722e33b83bb8dad2231fee97caaa40d028ff9c88ee2be645667f3c472f3a') sha256sums=('186e2fd9ab67df8a05b122fb018269b382e4babcdb17353c4be1fe364dca481e')
build() { build() {
cmake -B build -S $pkgname-$pkgver \ cmake -B build -S $pkgname-$pkgver \