GNU bug report logs - #27344
[PATCH 0/12] Add computational software and circuit simulators

Previous Next

Package: guix-patches;

Reported by: Theodoros Foradis <theodoros.for <at> openmailbox.org>

Date: Mon, 12 Jun 2017 15:27:03 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #257 received at 27344 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Theodoros Foradis <theodoros <at> foradis.org>
Cc: 27344 <at> debbugs.gnu.org
Subject: Re: [bug#27344] [PATCH v3 5/8] gnu: Add xyce-parallel.
Date: Wed, 11 Oct 2017 10:20:06 +0200
[Message part 1 (text/plain, inline)]
Theodoros Foradis <theodoros <at> foradis.org> skribis:

> * gnu/packages/engineering.scm (xyce-parallel): New variable.

Applied with the change below.

Thanks,
Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 89cf6633b..9f9949ef8 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -30,6 +30,7 @@
   #:use-module (guix monads)
   #:use-module (guix store)
   #:use-module (guix utils)
+  #:use-module ((srfi srfi-1) #:hide (zip))
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
@@ -1412,7 +1413,7 @@ parallel computing platforms.  It also supports serial execution.")
      `(("mpi" ,openmpi)))
     (inputs
      `(("trilinos" ,trilinos-parallel-xyce)
-       ,@((@ (srfi srfi-1) alist-delete) "trilinos"
+       ,@(alist-delete "trilinos"
                        (package-inputs xyce-serial))))))
 
 (define-public freehdl

This bug report was last modified 7 years and 195 days ago.

Previous Next


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