guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/11: gnu: fenics: Fix sanity check.


From: guix-commits
Subject: 04/11: gnu: fenics: Fix sanity check.
Date: Fri, 6 May 2022 09:23:56 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b7d2644cd04f0f14e22d4c7232a508e6e7e2299e
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 22 20:25:51 2022 +0000

    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>
---
 gnu/packages/simulation.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 230ae62826..b15743f747 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]