mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: fenics: Update to 2019.1.0.post0.
* gnu/packages/simulation.scm (fenics): Update to 2019.1.0.post0. [arguments]: In the 'pre-check' phase, add three more demos to the list of demos that are skipped.
This commit is contained in:
parent
09ecd9a794
commit
37bb0d1eaf
1 changed files with 9 additions and 1 deletions
|
@ -633,12 +633,20 @@ (define-public fenics
|
|||
,%openmpi-setup)
|
||||
(add-before 'check 'pre-check
|
||||
(lambda _
|
||||
;; Exclude tests that require meshes supplied by git-lfs.
|
||||
;; Exclude three tests that generate
|
||||
;; 'NotImplementedError' in matplotlib version 3.1.2.
|
||||
;; See
|
||||
;; <https://github.com/matplotlib/matplotlib/issues/15382>.
|
||||
;; Also exclude tests that require meshes supplied by
|
||||
;; git-lfs.
|
||||
(substitute* "demo/test.py"
|
||||
(("(.*stem !.*)" line)
|
||||
(string-append
|
||||
line "\n"
|
||||
"excludeList = [\n"
|
||||
"'built-in-meshes', \n"
|
||||
"'hyperelasticity', \n"
|
||||
"'elasticity', \n"
|
||||
"'multimesh-quadrature', \n"
|
||||
"'multimesh-marking', \n"
|
||||
"'mixed-poisson-sphere', \n"
|
||||
|
|
Loading…
Reference in a new issue