From 083c695d30902781f3e6257ebe1e4f9e2b84afdd Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 6 Jun 2024 23:21:31 +0100 Subject: gnu: wcstools: Sort alphabetically. * gnu/packages/astronomy.scm (wcstools): Sort alphabetically. Change-Id: I3422a4af474aac67b134cf8700e868f1c5d6341c --- gnu/packages/astronomy.scm | 66 +++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index f65257c0b2..126aed8728 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1133,39 +1133,6 @@ (define-public wcslib-7.12 (delete-file-recursively "C/flexed"))))) (properties '((hidden? . #t))))) -(define-public wcstools - (package - (name "wcstools") - (version "3.9.7") - (source - (origin - (method url-fetch) - (uri (string-append - "http://tdc-www.harvard.edu/software/wcstools/wcstools-" - version ".tar.gz")) - (sha256 - (base32 "125hqzspvqrx6372smzsmxwg06ib2arjc5awnwnq53w1xdq6jpsj")) - (patches (search-patches "wcstools-extend-makefiles.patch")))) - (build-system gnu-build-system) - (arguments - (list - #:tests? #f ;No tests provided. - #:make-flags - #~(list (string-append "CC=" #$(cc-for-target)) - (string-append "PREFIX=" #$output)) - #:phases - #~(modify-phases %standard-phases - (delete 'configure)))) - (home-page "http://tdc-www.harvard.edu/software/wcstools/") - (synopsis "Handle the WCS of a FITS image") - (description - "WCSTools is a set of software utilities, written in C, which create, -display and manipulate the world coordinate system of a FITS or IRAF image, -using specific keywords in the image header which relate pixel position within -the image to position on the sky. Auxillary programs search star catalogs and -manipulate images.") - (license license:gpl2+))) - (define-public glnemo2 (package (name "glnemo2") @@ -5304,6 +5271,39 @@ (define-public unsio n-body file formats (nemo, Gadget binaries 1 and 2, Gadget hdf5, Ramses).") (license license:cecill)))) +(define-public wcstools + (package + (name "wcstools") + (version "3.9.7") + (source + (origin + (method url-fetch) + (uri (string-append + "http://tdc-www.harvard.edu/software/wcstools/wcstools-" + version ".tar.gz")) + (sha256 + (base32 "125hqzspvqrx6372smzsmxwg06ib2arjc5awnwnq53w1xdq6jpsj")) + (patches (search-patches "wcstools-extend-makefiles.patch")))) + (build-system gnu-build-system) + (arguments + (list + #:tests? #f ;No tests provided. + #:make-flags + #~(list (string-append "CC=" #$(cc-for-target)) + (string-append "PREFIX=" #$output)) + #:phases + #~(modify-phases %standard-phases + (delete 'configure)))) + (home-page "http://tdc-www.harvard.edu/software/wcstools/") + (synopsis "Handle the WCS of a FITS image") + (description + "WCSTools is a set of software utilities, written in C, which create, +display and manipulate the world coordinate system of a FITS or IRAF image, +using specific keywords in the image header which relate pixel position within +the image to position on the sky. Auxillary programs search star catalogs and +manipulate images.") + (license license:gpl2+))) + (define-public weightwatcher (package (name "weightwatcher") -- cgit v1.2.3