[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54869] [PATCH v3 3/7] gnu: fenics: Fix sanity check.
From: |
Paul A. Patience |
Subject: |
[bug#54869] [PATCH v3 3/7] gnu: fenics: Fix sanity check. |
Date: |
Fri, 22 Apr 2022 20:25:51 +0000 |
* gnu/packages/simulation.scm (fenics)[arguments]: Relax pybind11
requirement to appease the sanity check.
---
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 @@ (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.
--
2.35.1
- [bug#54869] [PATCH v2 3/7] gnu: fenics: Fix sanity check., (continued)
- [bug#54869] [PATCH v2 3/7] gnu: fenics: Fix sanity check., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v2 2/7] gnu: fenics: Honor #:tests? flag., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v2 1/7] gnu: fenics-dolfin: Honor #:tests? flag., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v2 4/7] gnu: python-vedo: Honor #:tests? flag., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v2 7/7] gnu: python-vedo: Update to 2022.2.0., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v2 6/7] gnu: python-vedo: Disable sanity check., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v2 5/7] gnu: python-vedo: Remove input labels., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 0/7] gnu: python-vedo: Update to 2022.2.0., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 2/7] gnu: fenics: Honor #:tests? flag., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 3/7] gnu: fenics: Fix sanity check.,
Paul A. Patience <=
- [bug#54869] [PATCH v3 1/7] gnu: fenics-dolfin: Honor #:tests? flag., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 4/7] gnu: python-vedo: Honor #:tests? flag., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 6/7] gnu: python-vedo: Disable sanity check., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 7/7] gnu: python-vedo: Update to 2022.2.0., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 5/7] gnu: python-vedo: Remove input labels., Paul A. Patience, 2022/04/22