diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-18 09:50:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-30 13:20:53 +0100 |
| commit | ed91db12a25ccf50079efc2656089705a4c728fb (patch) | |
| tree | d306bd5bf338e7a50a561a5fc8e9b3f9f5a8f40c | |
| parent | e3c9be8230ac01feeebd9f44d7670abdea79d2ba (diff) | |
gnu: Add python-cianna.
* gnu/packages/astronomy.scm (python-cianna): New variable.
Change-Id: Ide1b3e735b6a88f2dd0e7c10e2daf4a00b6e1279
| -rw-r--r-- | gnu/packages/astronomy.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 943ad3bf50..6870487e36 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4012,6 +4012,19 @@ data in the CHIANTI database.") "This package contains a helper functionality to test ROMAN and JWST.") (license license:bsd-3))) +(define-public python-cianna + (package + (inherit cianna) + (name "python-cianna") + (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) + (native-inputs + (list cmake-minimal + python-numpy + python-setuptools)) + (synopsis "Python bindings for CIANNA"))) + (define-public python-cmyt (package (name "python-cmyt") |
