GNU bug report logs -
#76480
[PATCH 00/51] Astro update 2025/02
Previous Next
Full log
Message #17 received at 76480 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/astronomy.scm (python-casacore): New variable.
Change-Id: I25182daf664c00945f560cb5b7e66c796e165d3f
---
gnu/packages/astronomy.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 1cd4d743597..54e974c5a6b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2053,6 +2053,38 @@ (define-public python-casa-formats-io
is independent of and does not use @code{casacore}.")
(license license:lgpl2.0)))
+(define-public python-casacore
+ (package
+ (name "python-casacore")
+ (version "3.6.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "python_casacore" version))
+ (sha256
+ (base32 "10dva4b3mz0n885d1n91dyzmwj1gwn6mcwd2qrm678kfdccarhfx"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list boost
+ cmake-minimal
+ python-pytest
+ python-scikit-build-core
+ python-setuptools-scm))
+ (inputs
+ (list casacore
+ cfitsio
+ hdf5
+ openblas
+ wcslib))
+ (propagated-inputs
+ (list python-numpy))
+ (home-page "https://casacore.github.io/python-casacore")
+ (synopsis "Python wrapper for Casacore")
+ (description
+ "This package provides a wrapper around @code{casacore}, the radio
+astronomy library.")
+ (license license:gpl3+)))
+
(define-public python-ccdproc
(package
(name "python-ccdproc")
--
2.47.1
This bug report was last modified 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.