mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ FIAT is part of the FEniCS Project.")
|
||||||
;; prior to running the tests.
|
;; prior to running the tests.
|
||||||
(invoke "py.test" "unit/" "--ignore=unit/ufc/")
|
(invoke "py.test" "unit/" "--ignore=unit/ufc/")
|
||||||
(with-directory-excursion "uflacs"
|
(with-directory-excursion "uflacs"
|
||||||
(invoke "py.test" "unit/")))
|
(invoke "py.test" "unit/"))))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://bitbucket.org/fenics-project/ffc/")
|
(home-page "https://bitbucket.org/fenics-project/ffc/")
|
||||||
(synopsis "Compiler for finite element variational forms")
|
(synopsis "Compiler for finite element variational forms")
|
||||||
(description "The FEniCS Form Compiler (FFC) is a compiler for
|
(description "The FEniCS Form Compiler (FFC) is a compiler for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue