mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: weightwatcher: Sort alphabetically.
* gnu/packages/astronomy.scm (weightwatcher): Sort alphabetically. Change-Id: I7da27100d7e2ce01f1888ff1137d86560fe42220
This commit is contained in:
parent
1de40d1b5a
commit
5a28e53904
1 changed files with 26 additions and 26 deletions
|
@ -1125,32 +1125,6 @@ the image to position on the sky. Auxillary programs search star catalogs and
|
||||||
manipulate images.")
|
manipulate images.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public weightwatcher
|
|
||||||
(package
|
|
||||||
(name "weightwatcher")
|
|
||||||
(version "1.12")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/astromatic/weightwatcher")
|
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0701z6bdqq32jv7ga3n6jh27q684ni0hbfjm1mak7rh0qqx089gi"))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:configure-flags
|
|
||||||
#~(list "CFLAGS=-fcommon"))) ; fix build with GCC 10
|
|
||||||
(home-page "https://www.astromatic.net/software/weightwatcher")
|
|
||||||
(synopsis "Weight-map/flag-map multiplexer and rasteriser")
|
|
||||||
(description
|
|
||||||
"Weightwatcher is a program hat combines weight-maps, flag-maps and
|
|
||||||
polygon data in order to produce control maps which can directly be used in
|
|
||||||
astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
|
|
||||||
(license license:gpl3+)))
|
|
||||||
|
|
||||||
(define-public glnemo2
|
(define-public glnemo2
|
||||||
(package
|
(package
|
||||||
(name "glnemo2")
|
(name "glnemo2")
|
||||||
|
@ -5330,6 +5304,32 @@ an API for performing input and output operations on different kinds of
|
||||||
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 weightwatcher
|
||||||
|
(package
|
||||||
|
(name "weightwatcher")
|
||||||
|
(version "1.12")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/astromatic/weightwatcher")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0701z6bdqq32jv7ga3n6jh27q684ni0hbfjm1mak7rh0qqx089gi"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:configure-flags
|
||||||
|
#~(list "CFLAGS=-fcommon"))) ; fix build with GCC 10
|
||||||
|
(home-page "https://www.astromatic.net/software/weightwatcher")
|
||||||
|
(synopsis "Weight-map/flag-map multiplexer and rasteriser")
|
||||||
|
(description
|
||||||
|
"Weightwatcher is a program hat combines weight-maps, flag-maps and
|
||||||
|
polygon data in order to produce control maps which can directly be used in
|
||||||
|
astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public xplanet
|
(define-public xplanet
|
||||||
(package
|
(package
|
||||||
(name "xplanet")
|
(name "xplanet")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue