GNU bug report logs - #66262
[PATCH 0/3] Update openfoam and fix bugs

Previous Next

Package: guix-patches;

Reported by: reza <reza <at> housseini.me>

Date: Fri, 29 Sep 2023 09:02:02 UTC

Severity: normal

Tags: patch

Done: reza <reza <at> housseini.me>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: reza <reza <at> housseini.me>
To: 66262 <at> debbugs.gnu.org <66262 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [bug#66262] [PATCH v4 2/6] gnu: openfoam-org: Refactor dependency.
Date: Wed, 29 Nov 2023 14:29:04 +0000
* gnu/packages/simulation.scm (openfoam-org): Move dependency paraview to from
native-inputs to propagated-inputs.

Change-Id: I64c53b3554acc3d7390c88bbf2bcbcac98cdc141
---
 gnu/packages/simulation.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index cb6f07c383..73e53fe35f 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -143,7 +143,6 @@ (define-public openfoam-org
                   ncurses
                   openmpi
                   openssh
-                  paraview
                   pt-scotch32
                   readline
                   zlib))
@@ -190,7 +189,7 @@ (define-public openfoam-org
                          utfcpp
                          vtk
                          xz))
-    (propagated-inputs (list gnuplot))
+    (propagated-inputs (list paraview gnuplot))
     (outputs '("debug" ;~60MB
                "out"))
     (arguments
-- 
2.41.0






This bug report was last modified 207 days ago.

Previous Next


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