[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/21: gnu: python-accupy: Adjust inputs.
From: |
guix-commits |
Subject: |
18/21: gnu: python-accupy: Adjust inputs. |
Date: |
Thu, 7 Nov 2024 17:09:02 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 8cd95579ba02a487c626d1d215ae45991cf681d7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 20:54:51 2024 +0000
gnu: python-accupy: Adjust inputs.
* gnu/packages/maths.scm (python-accupy) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I050ca01b2aca9afff5ea50842a5c47f94ba32743
---
gnu/packages/maths.scm | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 21d2ce5821..1b02f23eac 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3767,19 +3767,25 @@ optimized implementations of the combinatorial prime
counting algorithms.")
(("include_dirs=\\[\"\\/usr\\/include\\/eigen3\\/\"\\]," _)
(string-append "include_dirs=[\""
#$(file-append (this-package-input "eigen")
- "/include/eigen3/")
+ "/include/eigen3/")
"\"],"))))))))
- (propagated-inputs (list eigen python-mpmath python-pyfma))
- (native-inputs (list pybind11
- python-matplotx
- python-perfplot
- python-pytest))
+ (native-inputs
+ (list pybind11
+ python-matplotx
+ python-perfplot
+ python-pytest
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list eigen
+ python-mpmath
+ python-pyfma))
(home-page "https://github.com/diego-hayashi/accupy")
(synopsis "Accurate calculation of sums and dot products")
(description
- "@code{accupy} is a Python library for accurately computing sums
-and (dot) products. It implements Kahan summation, Shewchuck's
-algorithm and summation in K-fold precision.")
+ "@code{accupy} is a Python library for accurately computing sums
+and (dot) products. It implements Kahan summation, Shewchuck's algorithm and
+summation in K-fold precision.")
(license license:gpl3+)))
;; It is unfortunate that we cannot just link with the existing blis package.
- 15/21: gnu: python-scikit-fem: Update to 10.0.2., (continued)
- 15/21: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/07
- 17/21: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/07
- 07/21: gnu: python-yt-astro-analysis: Adjust inputs., guix-commits, 2024/11/07
- 08/21: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/07
- 10/21: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/07
- 13/21: gnu: python-soxs: Adjust inputs., guix-commits, 2024/11/07
- 14/21: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/07
- 11/21: gnu: python-sgp4: Adjust inputs., guix-commits, 2024/11/07
- 12/21: gnu: python-skyfield: Adjust inputs., guix-commits, 2024/11/07
- 16/21: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/07
- 18/21: gnu: python-accupy: Adjust inputs.,
guix-commits <=
- 19/21: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/07
- 20/21: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/07
- 21/21: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/07