From 2c43dcf299b4d27a8e330deff7cc1a9421f825c7 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Thu, 12 Mar 2026 08:29:29 +0100 Subject: gnu: stiff: Move to (gnu packages astronomy). * gnu/packages/image-processing.scm (stiff): Move from here... * gnu/packages/astronomy.scm: ...to here. Change-Id: I6122cad526dbe0ef70cb489427ba2ef7cec344bb Signed-off-by: Sharlatan Hellseher --- gnu/packages/image-processing.scm | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'gnu/packages/image-processing.scm') diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 33b559d9b67..df1a6f9ac0d 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -2003,33 +2003,6 @@ bindings for interpreted languages. This package includes the C++, Python and R interfaces.") (license license:asl2.0))) -(define-public stiff - (package - (name "stiff") - (version "2.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/astromatic/stiff") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1iffrncag1w6nd9c6v3dlx9m79nfg6ph42i0gsvlq8pvjph7s6pa")))) - (build-system gnu-build-system) - (arguments - (list #:configure-flags - #~(list "CFLAGS=-fcommon"))) - (inputs - (list libtiff zlib libjpeg-turbo)) - (home-page "https://www.astromatic.net/software/stiff/") - (synopsis "Convert scientific FITS images to TIFF format") - (description - "STIFF is a program that converts scientific @acronym{FITS, Flexible Image -Transport System} images to the more popular TIFF format for illustration -purposes.") - (license license:gpl3+))) - (define-public python-imgviz (package (name "python-imgviz") -- cgit v1.3