mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: wcstools: Sort alphabetically.
* gnu/packages/astronomy.scm (wcstools): Sort alphabetically. Change-Id: I3422a4af474aac67b134cf8700e868f1c5d6341c
This commit is contained in:
parent
92e1b5f32d
commit
083c695d30
1 changed files with 33 additions and 33 deletions
|
@ -1133,39 +1133,6 @@ (define-public wcslib-7.12
|
||||||
(delete-file-recursively "C/flexed")))))
|
(delete-file-recursively "C/flexed")))))
|
||||||
(properties '((hidden? . #t)))))
|
(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
|
(define-public glnemo2
|
||||||
(package
|
(package
|
||||||
(name "glnemo2")
|
(name "glnemo2")
|
||||||
|
@ -5304,6 +5271,39 @@ (define-public unsio
|
||||||
n-body file formats (nemo, Gadget binaries 1 and 2, Gadget hdf5, Ramses).")
|
n-body file formats (nemo, Gadget binaries 1 and 2, Gadget hdf5, Ramses).")
|
||||||
(license license:cecill))))
|
(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
|
(define-public weightwatcher
|
||||||
(package
|
(package
|
||||||
(name "weightwatcher")
|
(name "weightwatcher")
|
||||||
|
|
Loading…
Reference in a new issue