extra/flint to 3.1.0-2

This commit is contained in:
Kevin Mihelich 2024-02-26 12:49:19 +00:00
parent 75258a559b
commit c609f12a12
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = flint
pkgdesc = A C library for doing number theory
pkgver = 3.1.0
pkgrel = 1
pkgrel = 2
url = http://www.flintlib.org
arch = x86_64
license = LGPL-3.0-only

View file

@ -7,7 +7,7 @@
pkgname=flint
pkgver=3.1.0
pkgrel=1
pkgrel=2
pkgdesc='A C library for doing number theory'
arch=(x86_64)
url='http://www.flintlib.org'
@ -26,6 +26,7 @@ sha256sums=('b30df05fa81de49c20d460edccf8c410279d1cf8410f2d425f707b48280a2be2')
build() {
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DHAS_FLAG_GCC_MARCH_NATIVE=OFF \
-DIPO_SUPPORTED=FALSE
cmake --build build
}