[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/16: gnu: skymaker: Remove input labels.
From: |
guix-commits |
Subject: |
12/16: gnu: skymaker: Remove input labels. |
Date: |
Sat, 8 Jul 2023 17:28:11 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b85ae5e568a5057b194039f5f9b8e953adcd852b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jun 25 22:28:17 2023 +0100
gnu: skymaker: Remove input labels.
* gnu/packages/astronomy.scm (skymaker)[inputs]: Remove input labels.
[arguments]: Adjust accordingly.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/astronomy.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 120614d2c0..3e5a227522 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -972,11 +972,11 @@ interactively in the plotting window.")
#~(list
"CPPFLAGS=-fcommon" ; fix build with GCC 10
(string-append
- "--with-fftw-libdir=" #$(this-package-input "fftw") "/lib")
+ "--with-fftw-libdir=" #$(this-package-input "fftwf") "/lib")
(string-append
- "--with-fftw-incdir=" #$(this-package-input "fftw") "/include"))))
+ "--with-fftw-incdir=" #$(this-package-input "fftwf") "/include"))))
(inputs
- `(("fftw" ,fftwf)))
+ (list fftwf))
(home-page "https://www.astromatic.net/software/skymaker")
(synopsis "Astronomical image simulator")
(description
- branch master updated (0a645ac606 -> 3718307833), guix-commits, 2023/07/08
- 03/16: gnu: swarp: Update to 2.41.5., guix-commits, 2023/07/08
- 01/16: gnu: weightwatcher: Fix build., guix-commits, 2023/07/08
- 04/16: gnu: eye: Fix build., guix-commits, 2023/07/08
- 02/16: gnu: weightwatcher: Fetch sources from Git., guix-commits, 2023/07/08
- 05/16: gnu: eye: Fetch sources from Git., guix-commits, 2023/07/08
- 06/16: gnu: eye: Mark up description., guix-commits, 2023/07/08
- 08/16: gnu: missfits: Fetch sources from Git., guix-commits, 2023/07/08
- 12/16: gnu: skymaker: Remove input labels.,
guix-commits <=
- 07/16: gnu: missfits: Fix build., guix-commits, 2023/07/08
- 10/16: gnu: skymaker: Fix build., guix-commits, 2023/07/08
- 13/16: gnu: skymaker: Update to 4.2.0-0.1a69c47., guix-commits, 2023/07/08
- 15/16: gnu: stuff: Update to 2.0.1., guix-commits, 2023/07/08
- 16/16: gnu: stuff: Mark up description., guix-commits, 2023/07/08
- 11/16: gnu: skymaker: Use G-expressions., guix-commits, 2023/07/08
- 14/16: gnu: skymaker: Use @uref{}., guix-commits, 2023/07/08
- 09/16: gnu: missfits: Mark up description., guix-commits, 2023/07/08