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:
		
							parent
							
								
									9d5160bc8a
								
							
						
					
					
						commit
						b7d2644cd0
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -607,6 +607,10 @@ user interface to the FEniCS core components and external libraries.") | |||
|     (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. | ||||
|  |  | |||
		Reference in a new issue