flintlib: update to 3.1.2.

This commit is contained in:
Gonzalo Tornaría 2024-02-25 18:33:49 -03:00 committed by Leah Neukirchen
parent ecc9cda406
commit c7e27e41c3
2 changed files with 4 additions and 4 deletions

View File

@ -3990,7 +3990,7 @@ libgtkdatabox.so.1 gtkdatabox3-1.0.0_1
libxcvt.so.0 libxcvt-0.1.1_1
libgf2x.so.3 gf2x-1.3.0_1
libntl.so.44 ntl-11.5.1_1
libflint.so.18 flintlib-3.0.0_1
libflint.so.19 flintlib-3.1.0_1
libec.so.10 eclib-20220621_1
libsymmetrica.so.2 symmetrica-3.0.1_1
libLfunction.so.1 lcalc-2.0.4_1

View File

@ -1,9 +1,9 @@
# Template file for 'flintlib'
pkgname=flintlib
version=3.0.1
version=3.1.2
revision=1
build_style=gnu-configure
configure_args="--prefix=/usr $(vopt_with ntl)
configure_args="--prefix=/usr --disable-arch $(vopt_with ntl)
$(vopt_if openblas --with-blas-include=${XBPS_CROSS_BASE}/usr/include/openblas)"
makedepends="mpfr-devel $(vopt_if ntl ntl-devel)
$(vopt_if openblas openblas-devel)"
@ -13,7 +13,7 @@ license="LGPL-2.1-or-later"
homepage="https://flintlib.org"
changelog="https://raw.githubusercontent.com/wbhart/flint2/trunk/NEWS"
distfiles="https://flintlib.org/flint-${version}.tar.gz"
checksum=7b311a00503a863881eb8177dbeb84322f29399f3d7d72f3b1a4c9ba1d5794b4
checksum=fdb3a431a37464834acff3bdc145f4fe8d0f951dd5327c4c6f93f4cbac5c2700
build_options="ntl openblas"
desc_option_ntl="enable NTL support"