lcalc: update to 2.1.0.
This commit is contained in:
parent
7953e01589
commit
ebae1500f3
@ -4200,7 +4200,7 @@ libntl.so.44 ntl-11.5.1_1
|
|||||||
libflint.so.19 flintlib-3.1.0_1
|
libflint.so.19 flintlib-3.1.0_1
|
||||||
libec.so.14 eclib-20241112_1
|
libec.so.14 eclib-20241112_1
|
||||||
libsymmetrica.so.3 symmetrica-3.1.0_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
|
liblrcalc.so.2 lrcalc-2.1_1
|
||||||
libwayland-client++.so.1 libwaylandpp-1.0.0_1
|
libwayland-client++.so.1 libwaylandpp-1.0.0_1
|
||||||
libwayland-cursor++.so.1 libwaylandpp-1.0.0_1
|
libwayland-cursor++.so.1 libwaylandpp-1.0.0_1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'lcalc'
|
# Template file for 'lcalc'
|
||||||
pkgname=lcalc
|
pkgname=lcalc
|
||||||
version=2.0.5
|
version=2.1.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pari"
|
configure_args="--with-pari"
|
||||||
hostmakedepends="automake libtool pkg-config gengetopt"
|
hostmakedepends="automake libtool pkg-config gengetopt"
|
||||||
@ -12,7 +12,12 @@ license="GPL-2.0-or-later"
|
|||||||
homepage="https://gitlab.com/sagemath/lcalc"
|
homepage="https://gitlab.com/sagemath/lcalc"
|
||||||
changelog="https://gitlab.com/sagemath/lcalc/-/raw/master/doc/ChangeLog"
|
changelog="https://gitlab.com/sagemath/lcalc/-/raw/master/doc/ChangeLog"
|
||||||
distfiles="https://gitlab.com/sagemath/lcalc/-/archive/${version}/lcalc-${version}.tar.bz2"
|
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() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user