mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
parent
c81ef4f8a1
commit
d23b9cd70f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'maxima'
|
# Template file for 'maxima'
|
||||||
pkgname=maxima
|
pkgname=maxima
|
||||||
version=5.44.0
|
version=5.44.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
|
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
|
||||||
hostmakedepends="python3 perl emacs texinfo"
|
hostmakedepends="python3 perl emacs texinfo"
|
||||||
|
@ -18,7 +18,7 @@ nopie=yes
|
||||||
build_options="clisp sbcl"
|
build_options="clisp sbcl"
|
||||||
desc_option_clisp="Build with CLISP"
|
desc_option_clisp="Build with CLISP"
|
||||||
desc_option_sbcl="Build with SBCL"
|
desc_option_sbcl="Build with SBCL"
|
||||||
build_options_default="clisp"
|
build_options_default="sbcl"
|
||||||
vopt_conflict clisp sbcl
|
vopt_conflict clisp sbcl
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue