[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72219] [PATCH 05/34] gnu: skymaker: Fix indentation.
From: |
Sharlatan Hellseher |
Subject: |
[bug#72219] [PATCH 05/34] gnu: skymaker: Fix indentation. |
Date: |
Sat, 20 Jul 2024 23:40:28 +0100 |
* gnu/packages/astronomy.scm (skymaker): Fix indentation.
Change-Id: I2eeecb451d3da7004794ba55f687a2630ef20bcd
---
gnu/packages/astronomy.scm | 62 +++++++++++++++++++-------------------
1 file changed, 31 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ae2593e8e4..98e08fb6bd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1467,40 +1467,40 @@ (define-public splash
(license license:gpl2+)))
(define-public skymaker
- (package
- (name "skymaker")
- (version "3.10.5")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/astromatic/skymaker")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0kcy0lfm25gihahpr41ghhw3b8znzczzg9rrlkfih043h2pfsm5l"))))
- (build-system gnu-build-system)
- (arguments
- (list
- #:configure-flags
- #~(list
- "CPPFLAGS=-fcommon"
- (string-append
- "--with-fftw-libdir=" #$(this-package-input "fftwf") "/lib")
- (string-append
- "--with-fftw-incdir=" #$(this-package-input "fftwf") "/include"))))
- (native-inputs
- (list autoconf automake libtool pkg-config))
- (inputs
- (list fftwf))
- (home-page "https://www.astromatic.net/software/skymaker")
- (synopsis "Astronomical image simulator")
- (description
- "SkyMaker is a program that simulates astronomical images. It accepts
+ (package
+ (name "skymaker")
+ (version "3.10.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/astromatic/skymaker")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0kcy0lfm25gihahpr41ghhw3b8znzczzg9rrlkfih043h2pfsm5l"))))
+ (build-system gnu-build-system)
+ (arguments
+ (list
+ #:configure-flags
+ #~(list
+ "CPPFLAGS=-fcommon"
+ (string-append
+ "--with-fftw-libdir=" #$(this-package-input "fftwf") "/lib")
+ (string-append
+ "--with-fftw-incdir=" #$(this-package-input "fftwf") "/include"))))
+ (native-inputs
+ (list autoconf automake libtool pkg-config))
+ (inputs
+ (list fftwf))
+ (home-page "https://www.astromatic.net/software/skymaker")
+ (synopsis "Astronomical image simulator")
+ (description
+ "SkyMaker is a program that simulates astronomical images. It accepts
object lists in ASCII generated by the Stuff program to produce realistic
astronomical fields. SkyMaker is part of the
@uref{https://www.astromatic.net/projects/efigi, EFIGI} development project.")
- (license license:gpl3+)))
+ (license license:gpl3+)))
(define-public stackistry
(package
--
2.41.0
- [bug#72219] [PATCH 00/34] Astronomy update 2024/07, Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 08/34] gnu: python-asdf-zarr: Update to 0.0.4., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 04/34] gnu: skymaker: Update to 3.10.5., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 03/34] gnu: cfitsio: Update to 4.4.1., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 02/34] gnu: Add python-pytest-8., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 05/34] gnu: skymaker: Fix indentation.,
Sharlatan Hellseher <=
- [bug#72219] [PATCH 06/34] gnu: stellarium: Update to 24.2., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 07/34] gnu: python-asdf: Update to 3.3.0., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 14/34] gnu: python-photutils: Update to 1.13.0., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 15/34] gnu: python-extension-helpers: Update to 1.1.1., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 20/34] gnu: python-stpipe: Improve indentation., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 18/34] gnu: python-pytest-openfiles: Simplify package., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 01/34] gnu: Add python-pluggy-next., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 21/34] gnu: python-stdatamodels: Update to 2.0.0., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 11/34] gnu: python-czml3: Update to 1.0.1., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 12/34] gnu: python-czml3: Adjust indentation., Sharlatan Hellseher, 2024/07/20