guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 59/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 c868f3a8f5e5d789582fce9cb4f44f105d1d708d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 23 23:02:51 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 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 2affbe9..4c56342 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -401,8 +401,7 @@ FIAT is part of the FEniCS Project.")
                ;; prior to running the tests.
                (invoke "py.test" "unit/" "--ignore=unit/ufc/")
                (with-directory-excursion "uflacs"
-                 (invoke "py.test" "unit/")))
-             #t)))))
+                 (invoke "py.test" "unit/"))))))))
     (home-page "https://bitbucket.org/fenics-project/ffc/";)
     (synopsis "Compiler for finite element variational forms")
     (description "The FEniCS Form Compiler (FFC) is a compiler for



reply via email to

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