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
0c9844e1d6
commit
e00a50d016
1 changed files with 0 additions and 2 deletions
|
@ -393,8 +393,6 @@ (define-public python-fenics-ffc
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HOME" (getcwd))
|
(setenv "HOME" (getcwd))
|
||||||
(setenv "PYTHONPATH"
|
|
||||||
(string-append (getcwd) ":" (getenv "PYTHONPATH")))
|
|
||||||
(with-directory-excursion "test"
|
(with-directory-excursion "test"
|
||||||
;; FIXME: the tests in subdirectory
|
;; FIXME: the tests in subdirectory
|
||||||
;; 'unit/ufc/finite_element' require the ffc_factory
|
;; 'unit/ufc/finite_element' require the ffc_factory
|
||||||
|
|
Loading…
Reference in a new issue