[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
275/474: gnu: python-accupy: Adjust inputs.
From: |
guix-commits |
Subject: |
275/474: gnu: python-accupy: Adjust inputs. |
Date: |
Sat, 30 Nov 2024 18:20:36 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 5584e0ac922735e793b9b62196880c6032991db0
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 49bb295a3a..aaaa245b9b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3776,19 +3776,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.
- 216/474: gnu: python-qemu-qmp: Improve package style., (continued)
- 216/474: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/11/30
- 260/474: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/30
- 263/474: gnu: hangups: Fix build., guix-commits, 2024/11/30
- 247/474: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/30
- 240/474: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/30
- 264/474: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/30
- 257/474: gnu: python-scrapy: Fix build., guix-commits, 2024/11/30
- 255/474: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0., guix-commits, 2024/11/30
- 274/474: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/30
- 268/474: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/30
- 275/474: gnu: python-accupy: Adjust inputs.,
guix-commits <=
- 267/474: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/30
- 273/474: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/30
- 278/474: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/30
- 279/474: gnu: Remove beets-next., guix-commits, 2024/11/30
- 280/474: gnu: beets: Use G-expressions., guix-commits, 2024/11/30
- 281/474: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/30
- 285/474: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/30
- 287/474: gnu: poetry: Fix build., guix-commits, 2024/11/30
- 290/474: gnu: Add python-rgbxy., guix-commits, 2024/11/30
- 292/474: gnu: beets-bandcamp: Add maintenance note., guix-commits, 2024/11/30