gnu: fenics: Fix sanity check.

* gnu/packages/simulation.scm (fenics)[arguments]: Relax pybind11
requirement to appease the sanity check.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Paul A. Patience 2022-04-22 20:25:51 +00:00 committed by Ludovic Courtès
parent 9d5160bc8a
commit b7d2644cd0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -607,6 +607,10 @@ (define-public fenics
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'relax-requirements
(lambda _
(substitute* "python/setup.py"
(("pybind11==") "pybind11>="))))
(add-after 'patch-source-shebangs 'set-paths
(lambda _
;; Define paths to store locations.