[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/28: gnu: imppg: Use standard configure phase.
From: |
guix-commits |
Subject: |
08/28: gnu: imppg: Use standard configure phase. |
Date: |
Sun, 5 Nov 2023 13:16:29 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit e7b315216af2d77b62532d525ae5160cbfd2835c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Oct 27 23:14:45 2023 +0100
gnu: imppg: Use standard configure phase.
* gnu/packages/astronomy.scm (imppg): Use G-expressions.
[arguments]{phases}: Use 'configure standard phase instead of
replacement.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/astronomy.scm | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b755e94f0f..22d6db984b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3231,19 +3231,8 @@ It can be used to calculate the trajectory of
satellites.")
(base32 "0a6wb1a9adwd01dmy0r03xxp8iz9y7mvh30088ajilhj4lf90vxa"))))
(build-system cmake-build-system)
(arguments
- `(#:tests? #f ;no test provided
- #:phases
- (modify-phases %standard-phases
- (replace 'configure
- (lambda* (#:key outputs #:allow-other-keys)
- (mkdir-p "build")
- (chdir "build")
- (invoke
- "cmake"
- "-G" "Unix Makefiles"
- "-DCMAKE_BUILD_TYPE=Release"
- (string-append "-DCMAKE_INSTALL_PREFIX=" (assoc-ref outputs
"out"))
- ".."))))))
+ (list ;; No test provided
+ #:tests? #f))
(native-inputs
(list boost pkg-config))
(inputs
- 09/28: gnu: python-spherical-geometry: Simplify package., (continued)
- 09/28: gnu: python-spherical-geometry: Simplify package., guix-commits, 2023/11/05
- 10/28: gnu: python-spherical-geometry: Enable tests., guix-commits, 2023/11/05
- 11/28: gnu: python-pynbody: Update to 1.4.1., guix-commits, 2023/11/05
- 12/28: gnu: python-cdflib: Update to 1.2.2., guix-commits, 2023/11/05
- 16/28: gnu: libxisf: Update to 0.2.10., guix-commits, 2023/11/05
- 01/28: lint: Speed up the formatting linter., guix-commits, 2023/11/05
- 02/28: gnu: dunst: Update to 1.9.2., guix-commits, 2023/11/05
- 04/28: doc: contributing: Replace reference to dunst.scm., guix-commits, 2023/11/05
- 05/28: gnu: sbcl-cl-webkit: Update to 3.5.10., guix-commits, 2023/11/05
- 06/28: gnu: font-google-noto: Update to 23.11.1., guix-commits, 2023/11/05
- 08/28: gnu: imppg: Use standard configure phase.,
guix-commits <=
- 13/28: gnu: python-astroalign: Update to 2.5.0., guix-commits, 2023/11/05
- 14/28: gnu: erfa: Update to 2.0.1., guix-commits, 2023/11/05
- 17/28: gnu: python-astropy: Update to 5.3.4., guix-commits, 2023/11/05
- 20/28: gnu: python-ephem: Update to 4.1.5., guix-commits, 2023/11/05
- 23/28: gnu: python-pytest-doctestplus: Update to 1.0.0., guix-commits, 2023/11/05
- 26/28: gnu: emacs-semi-epg: Update to 1.14.6-247.d15603b., guix-commits, 2023/11/05
- 22/28: gnu: python-pytest-remotedata: Update to 0.4.1., guix-commits, 2023/11/05
- 25/28: gnu: python-asdf: Update to 3.0.0., guix-commits, 2023/11/05
- 15/28: gnu: python-pyerfa: Update to 2.0.1.1., guix-commits, 2023/11/05
- 19/28: gnu: python-crds: Update to 11.17.7., guix-commits, 2023/11/05