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 /gnu/packages | |
| parent | e3c9be8230ac01feeebd9f44d7670abdea79d2ba (diff) | |
gnu: Add python-cianna.
* gnu/packages/astronomy.scm (python-cianna): New variable.
Change-Id: Ide1b3e735b6a88f2dd0e7c10e2daf4a00b6e1279
Diffstat (limited to 'gnu/packages')
| -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 943ad3bf500..6870487e36f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -4012,6 +4012,19 @@ data in the CHIANTI database.") | |||
| 4012 | "This package contains a helper functionality to test ROMAN and JWST.") | 4012 | "This package contains a helper functionality to test ROMAN and JWST.") |
| 4013 | (license license:bsd-3))) | 4013 | (license license:bsd-3))) |
| 4014 | 4014 | ||
| 4015 | (define-public python-cianna | ||
| 4016 | (package | ||
| 4017 | (inherit cianna) | ||
| 4018 | (name "python-cianna") | ||
| 4019 | (build-system pyproject-build-system) | ||
| 4020 | (arguments | ||
| 4021 | (list #:tests? #f)) | ||
| 4022 | (native-inputs | ||
| 4023 | (list cmake-minimal | ||
| 4024 | python-numpy | ||
| 4025 | python-setuptools)) | ||
| 4026 | (synopsis "Python bindings for CIANNA"))) | ||
| 4027 | |||
| 4015 | (define-public python-cmyt | 4028 | (define-public python-cmyt |
| 4016 | (package | 4029 | (package |
| 4017 | (name "python-cmyt") | 4030 | (name "python-cmyt") |
