gnu: python-fenics-ffc: Do not alter PYTHONPATH.
* gnu/packages/simulation.scm (python-fenics-ffc) [phases]{check}: Do not alter PYTHONPATH.master
parent
0c9844e1d6
commit
e00a50d016
|
@ -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
|
||||
|
|
Reference in New Issue