mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (define-public wcstools
|
|||
manipulate images.")
|
||||
(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
|
||||
(package
|
||||
(name "glnemo2")
|
||||
|
@ -5330,6 +5304,32 @@ (define-public unsio
|
|||
n-body file formats (nemo, Gadget binaries 1 and 2, Gadget hdf5, Ramses).")
|
||||
(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
|
||||
(package
|
||||
(name "xplanet")
|
||||
|
|
Loading…
Reference in a new issue