mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: python-fenics-ffc: Do not alter PYTHONPATH.
* gnu/packages/simulation.scm (python-fenics-ffc) [phases]{check}: Do not alter PYTHONPATH.
This commit is contained in:
parent
e00a50d016
commit
c868f3a8f5
1 changed files with 1 additions and 2 deletions
|
@ -401,8 +401,7 @@ (define-public python-fenics-ffc
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue