mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/flint to 2.7.0-1
This commit is contained in:
parent
9a5a12ceac
commit
8dccad6210
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
|||
# - disable LTO via -DIPO_SUPPORTED=FALSE
|
||||
|
||||
pkgname=flint
|
||||
pkgver=2.6.3
|
||||
pkgver=2.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="A C library for doing number theory"
|
||||
arch=(x86_64)
|
||||
url="http://www.flintlib.org"
|
||||
license=(GPL)
|
||||
depends=(mpfr ntl)
|
||||
depends=(mpfr ntl cblas)
|
||||
makedepends=(cmake python)
|
||||
source=("http://www.flintlib.org/flint-$pkgver.tar.gz")
|
||||
sha256sums=('ce1a750a01fa53715cad934856d4b2ed76f1d1520bac0527ace7d5b53e342ee3')
|
||||
sha256sums=('919a722e33b83bb8dad2231fee97caaa40d028ff9c88ee2be645667f3c472f3a')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue