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>
parent
9d5160bc8a
commit
b7d2644cd0
|
@ -607,6 +607,10 @@ user interface to the FEniCS core components and external libraries.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'relax-requirements
|
||||||
|
(lambda _
|
||||||
|
(substitute* "python/setup.py"
|
||||||
|
(("pybind11==") "pybind11>="))))
|
||||||
(add-after 'patch-source-shebangs 'set-paths
|
(add-after 'patch-source-shebangs 'set-paths
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Define paths to store locations.
|
;; Define paths to store locations.
|
||||||
|
|
Reference in New Issue