mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/flint to 2.8.0-1
This commit is contained in:
parent
f0f2d01b85
commit
a8e871d405
1 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue