mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
maxima: rebuild for ecl
This commit is contained in:
parent
825975f41b
commit
0504e9527d
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'maxima'
|
# Template file for 'maxima'
|
||||||
pkgname=maxima
|
pkgname=maxima
|
||||||
version=5.47.0
|
version=5.47.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl) $(vopt_enable ecl)
|
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl) $(vopt_enable ecl)
|
||||||
makeinfo_found=true"
|
makeinfo_found=true"
|
||||||
|
@ -24,6 +24,8 @@ nopie_files=/usr/lib/maxima/$version/binary-sbcl/maxima
|
||||||
if [ "$build_option_sbcl" ]; then
|
if [ "$build_option_sbcl" ]; then
|
||||||
# binary-sbcl/maxima uses libgmp but this won't show up in objdump
|
# binary-sbcl/maxima uses libgmp but this won't show up in objdump
|
||||||
shlib_requires=libgmp.so.10
|
shlib_requires=libgmp.so.10
|
||||||
|
# build standalone executable
|
||||||
|
configure_args+=" --enable-sbcl-exec"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
build_options="clisp sbcl ecl"
|
build_options="clisp sbcl ecl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue