summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-11-14 13:25:44 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-30 23:49:02 +0000
commit090b085de1ad98da1091c798bf51c0c1db5291a2 (patch)
tree11725c9c8c1e6f97cddeaa2331148f44f28d0c6e /gnu
parenta310072bef068e9dd88c0bf3371b27e367d6debe (diff)
gnu: Add python-lenstronomy-minimal.
* gnu/packages/astronomy.scm (python-lenstronomy-minimal): New variable. Change-Id: I708d43df351d29602c383ddf341aeb7024cfa8dc
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 23702f6f422..58007f0cf36 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5705,6 +5705,16 @@ lensing substructure to infer dark matter properties, morphological
quantification of galaxies, quasar-host galaxy decomposition and much more.")
(license license:bsd-3)))
+;; A bare minimal package, mainly to use in tests and reduce closure
+;; size. Tests are left out in the main package to slim down native-inputs.
+(define-public python-lenstronomy-minimal
+ (package/inherit python-lenstronomy
+ (name "python-lenstronomy-minimal")
+ (arguments
+ (list #:tests? #f))
+ (native-inputs
+ (list python-setuptools))))
+
(define-public python-libstempo
(package
(name "python-libstempo")