gnu: wcstools: Sort alphabetically.

* gnu/packages/astronomy.scm (wcstools): Sort alphabetically.

Change-Id: I3422a4af474aac67b134cf8700e868f1c5d6341c
This commit is contained in:
Sharlatan Hellseher 2024-06-06 23:21:31 +01:00
parent 92e1b5f32d
commit 083c695d30
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")