From f2bef5b7c2bda32e83545cece2e8e06225e69edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bosco=20Garc=C3=ADa?= Date: Wed, 30 Sep 2020 14:22:06 +0200 Subject: [PATCH] maxima: default build with sbcl closes: #25196 --- srcpkgs/maxima/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maxima/template b/srcpkgs/maxima/template index db932cec426..a1a856c4473 100644 --- a/srcpkgs/maxima/template +++ b/srcpkgs/maxima/template @@ -1,7 +1,7 @@ # Template file for 'maxima' pkgname=maxima version=5.44.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)" hostmakedepends="python3 perl emacs texinfo" @@ -18,7 +18,7 @@ nopie=yes build_options="clisp sbcl" desc_option_clisp="Build with CLISP" desc_option_sbcl="Build with SBCL" -build_options_default="clisp" +build_options_default="sbcl" vopt_conflict clisp sbcl post_install() {