flint: update to 3.3.1
This commit is contained in:
parent
478f1fedd7
commit
464c85adba
@ -3,8 +3,8 @@
|
||||
_realname=flint
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=3.2.2
|
||||
pkgrel=2
|
||||
pkgver=3.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="Fast Library for Number Theory (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||
"${MINGW_PACKAGE_PREFIX}-ninja"
|
||||
"${MINGW_PACKAGE_PREFIX}-python")
|
||||
source=(https://github.com/flintlib/flint/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.xz)
|
||||
sha256sums=('518248b9cd523fab8d84a010b892047dfc97908489ae15199472648165d2a118')
|
||||
sha256sums=('5ee67f09ce810a0ab9f3a9de99945521b864e02064b09d6f178c60e743a8df62')
|
||||
|
||||
apply_patch_with_msg() {
|
||||
for _patch in "$@"
|
||||
@ -58,6 +58,7 @@ build() {
|
||||
_extra_config+=("-DENABLE_AVX2=OFF")
|
||||
fi
|
||||
|
||||
CFLAGS+=" -Wno-incompatible-function-pointer-types" \
|
||||
MSYS2_ARG_CONV_EXCL="-DCMAKE_INSTALL_PREFIX=" \
|
||||
${MINGW_PREFIX}/bin/cmake.exe \
|
||||
-G Ninja \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user