mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 13:10:33 +02:00
gnu: stiff: Fix build by using CFLAGS=-fcommon.
* gnu/packages/image-processing.scm (stiff): Fix build. [source]: Switch to git-fetch. [arguments]<#:configure-flags>: Add CFLAGS=-fcommon. [home-page]: Update redirect. Merges: https://codeberg.org/guix/guix/pulls/7035 Change-Id: I344650f0b4b03a2101c790e483ff9afc54b4065c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
1a3f2eebcb
commit
a2cfd46081
@@ -2009,15 +2009,20 @@ Python and R interfaces.")
|
|||||||
(version "2.4.0")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://www.astromatic.net/download/stiff/stiff-"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/astromatic/stiff")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14m92dskzw7bwsr64ha4p0mj3ndv13gwcbfic3qxrs3zq5353s7l"))))
|
(base32 "1iffrncag1w6nd9c6v3dlx9m79nfg6ph42i0gsvlq8pvjph7s6pa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:configure-flags
|
||||||
|
#~(list "CFLAGS=-fcommon")))
|
||||||
(inputs
|
(inputs
|
||||||
(list libtiff zlib libjpeg-turbo))
|
(list libtiff zlib libjpeg-turbo))
|
||||||
(home-page "https://www.astromatic.net/software/stiff")
|
(home-page "https://www.astromatic.net/software/stiff/")
|
||||||
(synopsis "Convert scientific FITS images to TIFF format")
|
(synopsis "Convert scientific FITS images to TIFF format")
|
||||||
(description
|
(description
|
||||||
"STIFF is a program that converts scientific @acronym{FITS, Flexible Image
|
"STIFF is a program that converts scientific @acronym{FITS, Flexible Image
|
||||||
|
|||||||
Reference in New Issue
Block a user