Skip to content

Commit e1c8ff5

Browse files
tornariaDuncaen
authored andcommitted
giac: update to 2.0.0.21.
1 parent 529d573 commit e1c8ff5

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--- a/configure.ac
2+
+++ b/configure.ac
3+
@@ -524,8 +524,8 @@
4+
AC_SUBST(FLTK_LIBS)
5+
cd src && ln -sf ../fltk-1.3.8 && cd ..
6+
fi
7+
- fi
8+
])
9+
+ fi
10+
LIBS="$save_LIBS"
11+
12+
AC_CHECK_HEADERS(dfu_lib.h)

srcpkgs/giac/template

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'giac'
22
pkgname=giac
3-
version=2.0.0.18
3+
version=2.0.0.21
44
revision=1
55
build_style=gnu-configure
66
configure_args="--disable-micropy --disable-quickjs"
@@ -15,7 +15,7 @@ license="GPL-3.0-or-later"
1515
homepage="https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac.html"
1616
changelog="https://www-fourier.univ-grenoble-alpes.fr/~parisse/install_en#new"
1717
distfiles="https://www-fourier.univ-grenoble-alpes.fr/~parisse/debian/dists/stable/main/source/giac_${version%.*}-${version##*.}.tar.gz"
18-
checksum=25e2a3d9686c9a6800d9e6b4a243eeeb0af7602067f060e6aab4138e63e417db
18+
checksum=3e7fa1c281a21ab74ed66ef247faffe5a105bc11be1f7715f31b4368ce8dcbc8
1919

2020
# need more than 4*65536 stack, see try_parse() in gen.cc line 11812
2121
LDFLAGS="-Wl,-z,stack-size=2097152"
@@ -35,14 +35,6 @@ case "$XBPS_TARGET_MACHINE" in
3535
*) ;;
3636
esac
3737

38-
post_extract() {
39-
# Missing... triggers doc rebuild which fails
40-
touch doc/en/tutoriel.stamp
41-
# remove a binary that works only for a particular host
42-
# the binary will be rebuilt using host compiler
43-
rm -f src/mkjs
44-
}
45-
4638
pre_configure() {
4739
# use full version in banner -- upstream hides last component
4840
vsed -i configure.ac \

0 commit comments

Comments
 (0)