guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

58/131: gnu: python-fenics-ffc: Do not alter PYTHONPATH.


From: guix-commits
Subject: 58/131: gnu: python-fenics-ffc: Do not alter PYTHONPATH.
Date: Mon, 1 Feb 2021 11:56:47 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit e00a50d016d946b2dfd5b5b216962da036b2313e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 23 23:02:22 2021 -0500

    gnu: python-fenics-ffc: Do not alter PYTHONPATH.
    
    * gnu/packages/simulation.scm (python-fenics-ffc)
    [phases]{check}: Do not alter PYTHONPATH.
---
 gnu/packages/simulation.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index de15ade..2affbe9 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -393,8 +393,6 @@ FIAT is part of the FEniCS Project.")
          (replace 'check
            (lambda _
              (setenv "HOME" (getcwd))
-             (setenv "PYTHONPATH"
-                     (string-append (getcwd) ":" (getenv "PYTHONPATH")))
              (with-directory-excursion "test"
                ;; FIXME: the tests in subdirectory
                ;; 'unit/ufc/finite_element' require the ffc_factory



reply via email to

[Prev in Thread] Current Thread [Next in Thread]