From ebae1500f324e076af0572f4f9f62cc38ff16131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 14 Jan 2025 21:14:45 -0300 Subject: [PATCH] lcalc: update to 2.1.0. --- common/shlibs | 2 +- srcpkgs/lcalc/template | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index aaa31e3b212..9ff6ff161fb 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4200,7 +4200,7 @@ libntl.so.44 ntl-11.5.1_1 libflint.so.19 flintlib-3.1.0_1 libec.so.14 eclib-20241112_1 libsymmetrica.so.3 symmetrica-3.1.0_1 -libLfunction.so.1 lcalc-2.0.4_1 +libLfunction.so.2 lcalc-2.1.0_1 liblrcalc.so.2 lrcalc-2.1_1 libwayland-client++.so.1 libwaylandpp-1.0.0_1 libwayland-cursor++.so.1 libwaylandpp-1.0.0_1 diff --git a/srcpkgs/lcalc/template b/srcpkgs/lcalc/template index aaab6d14ead..71795bbb947 100644 --- a/srcpkgs/lcalc/template +++ b/srcpkgs/lcalc/template @@ -1,7 +1,7 @@ # Template file for 'lcalc' pkgname=lcalc -version=2.0.5 -revision=3 +version=2.1.0 +revision=1 build_style=gnu-configure configure_args="--with-pari" hostmakedepends="automake libtool pkg-config gengetopt" @@ -12,7 +12,12 @@ license="GPL-2.0-or-later" homepage="https://gitlab.com/sagemath/lcalc" changelog="https://gitlab.com/sagemath/lcalc/-/raw/master/doc/ChangeLog" distfiles="https://gitlab.com/sagemath/lcalc/-/archive/${version}/lcalc-${version}.tar.bz2" -checksum=94efc160a2761de75df534707fd2ec53949c5389296d20ddbac1b285fe26d1ad +checksum=463f26cc42262a90440fcec95a56cc267f00d6ac9870dfe1f4838359696664d5 + +case $XBPS_TARGET_MACHINE in + # avoid numerical noise caused by extended-precision of registers + i686*) CXXFLAGS="-mfpmath=sse -msse2" ;; +esac pre_configure() { autoreconf -fi