diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-16 16:04:38 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-01 11:35:45 +0200 |
| commit | d2699a2f82f6b24d8b536ed5571f78b7bffb844f (patch) | |
| tree | 63b157906c1b3bb3fa0e7eb2dd9f1894c3844a46 /gnu/packages/python-science.scm | |
| parent | 371f6e9535bfba03bf2d17ef39d7e2262334664a (diff) | |
gnu: Remove python-pyfma.
* gnu/packages/python-science.scm (python-pyfma): Delete variable.
Relates-to: guix/guix#6610
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index fd22192a292..3ca36a4ba42 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -6251,31 +6251,6 @@ It is designed to be fast, easy to use and expressive.") | |||
| 6251 | "Polars is a DataFrame library for manipulating structured data.") | 6251 | "Polars is a DataFrame library for manipulating structured data.") |
| 6252 | (license license:expat))) | 6252 | (license license:expat))) |
| 6253 | 6253 | ||
| 6254 | (define-public python-pyfma | ||
| 6255 | (package | ||
| 6256 | (name "python-pyfma") | ||
| 6257 | (version "0.1.6") | ||
| 6258 | (source (origin | ||
| 6259 | (method git-fetch) | ||
| 6260 | (uri (git-reference | ||
| 6261 | (url "https://github.com/nschloe/pyfma") | ||
| 6262 | (commit version))) | ||
| 6263 | (file-name (git-file-name name version)) | ||
| 6264 | (sha256 | ||
| 6265 | (base32 | ||
| 6266 | "12i68jj9n1qj9phjnj6f0kmfhlsd3fqjlk9p6d4gs008azw5m8yn")))) | ||
| 6267 | (build-system pyproject-build-system) | ||
| 6268 | (propagated-inputs (list python-numpy-1)) | ||
| 6269 | (native-inputs (list pybind11-2 python-pytest python-setuptools)) | ||
| 6270 | (home-page "https://github.com/nschloe/pyfma") | ||
| 6271 | (synopsis "Fused multiply-add for Python") | ||
| 6272 | (description "@code{pyfma} provides an implementation of fused | ||
| 6273 | multiply-add which computes @code{(x*y) + z} with a single rounding. | ||
| 6274 | This is useful for dot products, matrix multiplications, polynomial | ||
| 6275 | evaluations (e.g., with Horner's rule), Newton's method for evaluating | ||
| 6276 | functions, convolutions, artificial neural networks etc.") | ||
| 6277 | (license license:expat))) | ||
| 6278 | |||
| 6279 | (define-public python-pydicom | 6254 | (define-public python-pydicom |
| 6280 | (package | 6255 | (package |
| 6281 | (name "python-pydicom") | 6256 | (name "python-pydicom") |
