mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-accupy: Adjust inputs.
* gnu/packages/maths.scm (python-accupy) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I050ca01b2aca9afff5ea50842a5c47f94ba32743
This commit is contained in:
parent
4705ff4283
commit
ef977e0e9a
1 changed files with 15 additions and 9 deletions
|
@ -3797,17 +3797,23 @@ optimized implementations of the combinatorial prime counting algorithms.")
|
||||||
#$(file-append (this-package-input "eigen")
|
#$(file-append (this-package-input "eigen")
|
||||||
"/include/eigen3/")
|
"/include/eigen3/")
|
||||||
"\"],"))))))))
|
"\"],"))))))))
|
||||||
(propagated-inputs (list eigen python-mpmath python-pyfma))
|
(native-inputs
|
||||||
(native-inputs (list pybind11
|
(list pybind11
|
||||||
python-matplotx
|
python-matplotx
|
||||||
python-perfplot
|
python-perfplot
|
||||||
python-pytest))
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
|
(propagated-inputs
|
||||||
|
(list eigen
|
||||||
|
python-mpmath
|
||||||
|
python-pyfma))
|
||||||
(home-page "https://github.com/diego-hayashi/accupy")
|
(home-page "https://github.com/diego-hayashi/accupy")
|
||||||
(synopsis "Accurate calculation of sums and dot products")
|
(synopsis "Accurate calculation of sums and dot products")
|
||||||
(description
|
(description
|
||||||
"@code{accupy} is a Python library for accurately computing sums
|
"@code{accupy} is a Python library for accurately computing sums
|
||||||
and (dot) products. It implements Kahan summation, Shewchuck's
|
and (dot) products. It implements Kahan summation, Shewchuck's algorithm and
|
||||||
algorithm and summation in K-fold precision.")
|
summation in K-fold precision.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
;; It is unfortunate that we cannot just link with the existing blis package.
|
;; It is unfortunate that we cannot just link with the existing blis package.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue