From 4a8f4af1e9d2ed5c781d8a68894dd9c8695509d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 16:16:29 +0700 Subject: [PATCH] eclib: for boost-1.89 --- srcpkgs/eclib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/eclib/template b/srcpkgs/eclib/template index 9273868f02c..8efb6c6f12d 100644 --- a/srcpkgs/eclib/template +++ b/srcpkgs/eclib/template @@ -1,11 +1,11 @@ # Template file for 'eclib' pkgname=eclib version=20250627 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--with-flint --with-boost" +configure_args="--with-flint --with-boost --with-boost-system=c" makedepends="pari-devel ntl-devel flintlib-devel boost-devel-minimal - libboost_thread libboost_system" + libboost_thread" short_desc="Elliptic curve library, includes mwrank" maintainer="Gonzalo TornarĂ­a " license="GPL-2.0-or-later"