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: Fri, 29 Jan 2021 09:21:58 -0500 (EST)

apteryx pushed a commit to branch cu/farewell-to-pythonpath
in repository guix.

commit d5596b238b0510dd2a0a6ffcb655ac3798ae8899
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]