[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.
- branch master updated (5e27c54e08 -> 8079bd3da8), guix-commits, 2022/05/06
- 01/11: gnu: Add Guix-Modules., guix-commits, 2022/05/06
- 03/11: gnu: fenics: Honor #:tests? flag., guix-commits, 2022/05/06
- 05/11: gnu: python-vedo: Honor #:tests? flag., guix-commits, 2022/05/06
- 06/11: gnu: python-vedo: Remove input labels., guix-commits, 2022/05/06
- 07/11: gnu: python-vedo: Disable sanity check., guix-commits, 2022/05/06
- 04/11: gnu: fenics: Fix sanity check.,
guix-commits <=
- 02/11: gnu: fenics-dolfin: Honor #:tests? flag., guix-commits, 2022/05/06
- 08/11: gnu: python-vedo: Update to 2022.2.0., guix-commits, 2022/05/06
- 09/11: gnu: tcl: Add tcl-tls to packages., guix-commits, 2022/05/06
- 10/11: gnu: tcl-tls: Add 'release-monitoring-url' and 'upstream-name' properties., guix-commits, 2022/05/06
- 11/11: gnu: tcl-tls: Use a gexp., guix-commits, 2022/05/06