giac: update to 1.9.0.998.

This commit is contained in:
Gonzalo Tornaría 2024-12-23 17:22:33 -03:00 committed by Leah Neukirchen
parent 1aaf66c827
commit bba8e2bbdd

View file

@ -1,6 +1,6 @@
# Template file for 'giac'
pkgname=giac
version=1.9.0.995
version=1.9.0.998
revision=1
build_style=gnu-configure
configure_args="--disable-micropy --disable-quickjs"
@ -15,7 +15,7 @@ license="GPL-3.0-or-later"
homepage="https://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
changelog="https://www-fourier.ujf-grenoble.fr/~parisse/install_en#new"
distfiles="https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/giac_${version%.*}-${version##*.}.tar.gz"
checksum=b84b44287d260483ceea6703e12c5efcd67977b0f8f942e4fce20c31f837bcb3
checksum=7f490a56af52c18cfdb53a2370f31fe05d9e96c8456090c541c3f51e049de1e4
# need more than 4*65536 stack, see try_parse() in gen.cc line 11812
LDFLAGS="-Wl,-z,stack-size=2097152"
@ -40,7 +40,7 @@ post_extract() {
touch doc/en/tutoriel.stamp
# remove a binary that works only for a particular host
# the binary will be rebuilt using host compiler
rm src/mkjs
rm -f src/mkjs
}
pre_configure() {