mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
giac: update to 1.9.0.995.
This commit is contained in:
parent
6afdf87546
commit
faa986d152
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'giac'
|
# Template file for 'giac'
|
||||||
pkgname=giac
|
pkgname=giac
|
||||||
version=1.9.0.97
|
version=1.9.0.995
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-micropy --disable-quickjs"
|
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"
|
homepage="https://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
|
||||||
changelog="https://www-fourier.ujf-grenoble.fr/~parisse/install_en#new"
|
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"
|
distfiles="https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/giac_${version%.*}-${version##*.}.tar.gz"
|
||||||
checksum=fb384d92a5dc54d47df930b010de13c91e0d827a684b70f9673ae6b08be5f48d
|
checksum=b84b44287d260483ceea6703e12c5efcd67977b0f8f942e4fce20c31f837bcb3
|
||||||
|
|
||||||
# need more than 4*65536 stack, see try_parse() in gen.cc line 11812
|
# need more than 4*65536 stack, see try_parse() in gen.cc line 11812
|
||||||
LDFLAGS="-Wl,-z,stack-size=2097152"
|
LDFLAGS="-Wl,-z,stack-size=2097152"
|
||||||
|
@ -38,6 +38,9 @@ esac
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# Missing... triggers doc rebuild which fails
|
# Missing... triggers doc rebuild which fails
|
||||||
touch doc/en/tutoriel.stamp
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue