GNU bug report logs - #71387
[PATCH] gnu: ngspice: Delete correct delete-scripts phase.

Previous Next

Package: guix-patches;

Reported by: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>

Date: Thu, 6 Jun 2024 05:06:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#71387: closed ([PATCH] gnu: ngspice: Delete correct
 delete-scripts phase.)
Date: Tue, 11 Jun 2024 16:32:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 Jun 2024 12:42:46 +0100
with message-id <877cevaeo9.fsf <at> cbaines.net>
and subject line Re: [bug#71387] [PATCH] gnu: ngspice: Delete correct delete-scripts phase.
has caused the debbugs.gnu.org bug report #71387,
regarding [PATCH] gnu: ngspice: Delete correct delete-scripts phase.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
71387: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71387
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>
Subject: [PATCH] gnu: ngspice: Delete correct delete-scripts phase.
Date: Wed,  5 Jun 2024 19:12:51 +0200
The spinit script is required for xspice to work correctly.
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 624024b8d4..b14691dd7f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2048,7 +2048,7 @@ (define-public ngspice
                  (("^SUBDIRS = misc maths frontend spicelib include/ngspice")
                   "SUBDIRS = misc maths frontend spicelib"))))
            (delete 'delete-program-manuals)
-           (delete 'delete-script-files)))))
+           (delete 'delete-scripts)))))
     (inputs
      (list libngspice readline))))
 

base-commit: 1615084a9a4115d48b75b3db048761e7534efc87
-- 
2.45.1



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com>
Cc: 71387-done <at> debbugs.gnu.org
Subject: Re: [bug#71387] [PATCH] gnu: ngspice: Delete correct delete-scripts
 phase.
Date: Tue, 11 Jun 2024 12:42:46 +0100
[Message part 4 (text/plain, inline)]
Robin Ole Heinemann <robin.ole.heinemann <at> gmail.com> writes:

> The spinit script is required for xspice to work correctly.
> ---
>  gnu/packages/engineering.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
> index 624024b8d4..b14691dd7f 100644
> --- a/gnu/packages/engineering.scm
> +++ b/gnu/packages/engineering.scm
> @@ -2048,7 +2048,7 @@ (define-public ngspice
>                   (("^SUBDIRS = misc maths frontend spicelib include/ngspice")
>                    "SUBDIRS = misc maths frontend spicelib"))))
>             (delete 'delete-program-manuals)
> -           (delete 'delete-script-files)))))
> +           (delete 'delete-scripts)))))
>      (inputs
>       (list libngspice readline))))

Looks good to me, I've pushed this to master as
196a51e288448d25e0c6a64d84b3250f5b88d7b8.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 340 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.