Github messages for voidlinux
 help / color / mirror / Atom feed
From: jbgg <jbgg@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] maxima: stand-alone executable for sbcl option
Date: Thu, 15 Oct 2020 12:24:49 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25631@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

There is a new pull request by jbgg against master on the void-packages repository

https://github.com/jbgg/void-packages maxima
https://github.com/void-linux/void-packages/pull/25631

maxima: stand-alone executable for sbcl option
closes: #25221

A patch file from https://github.com/void-linux/void-packages/pull/25631.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maxima-25631.patch --]
[-- Type: text/x-diff, Size: 1244 bytes --]

From 1872827dbd4ac2dde43423833881540f43d6431f Mon Sep 17 00:00:00 2001
From: Bosco Garcia <jboscogg@gmail.com>
Date: Fri, 2 Oct 2020 19:02:05 +0200
Subject: [PATCH] maxima: stand-alone executable for sbcl option

closes: #25221
---
 srcpkgs/maxima/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/maxima/template b/srcpkgs/maxima/template
index a1a856c4473..2ace6344265 100644
--- a/srcpkgs/maxima/template
+++ b/srcpkgs/maxima/template
@@ -1,12 +1,13 @@
 # Template file for 'maxima'
 pkgname=maxima
 version=5.44.0
-revision=3
+revision=4
 build_style=gnu-configure
-configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
+configure_args="$(vopt_enable clisp) $(vopt_enable sbcl sbcl-exec)"
 hostmakedepends="python3 perl emacs texinfo"
 makedepends="$(vopt_if clisp clisp) $(vopt_if sbcl sbcl)"
-depends="$(vopt_if clisp clisp) $(vopt_if sbcl sbcl)"
+depends="$(vopt_if clisp clisp)"
+nostrip=yes
 short_desc="Computer Algebra System"
 maintainer="Bosco Garcia <jboscogg@gmail.org>"
 license="GPL-2.0-only"
@@ -39,7 +40,7 @@ maxima-emacs_package() {
 	depends="${sourcepkg}-${version}_${revision} virtual?emacs"
 	pkg_install() {
 		vmove usr/share/emacs
-		}
+    }
 }
 
 xmaxima_package() {

             reply	other threads:[~2020-10-15 10:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-15 10:24 jbgg [this message]
2020-10-15 14:03 ` [PR PATCH] [Updated] " jbgg
2020-10-15 14:04 ` jbgg
2020-12-03 13:23 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25631@inbox.vuxu.org \
    --to=jbgg@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).