[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/21: gnu: wcslib: Fix build.
From: |
Tobias Geerinckx-Rice |
Subject: |
13/21: gnu: wcslib: Fix build. |
Date: |
Wed, 6 Jun 2018 00:12:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 60b0c2522201681cf33ac359dc57f0f0d73ef6ed
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jun 6 04:02:15 2018 +0200
gnu: wcslib: Fix build.
* gnu/packages/astronomy.scm (wcslib)[arguments]: Skip the default
‘install-license-files’ phase. Don't build or test in parallel.
---
gnu/packages/astronomy.scm | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8cf9d9e..327e46e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -81,12 +81,17 @@ in FITS files.")
`(("cfitsio" ,cfitsio)))
(build-system gnu-build-system)
(arguments
- `(#:phases (modify-phases %standard-phases
- (add-before 'configure 'patch-/bin/sh
- (lambda _
- (substitute* "makedefs.in"
- (("/bin/sh") "sh"))
- #t)))))
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'configure 'patch-/bin/sh
+ (lambda _
+ (substitute* "makedefs.in"
+ (("/bin/sh") "sh"))
+ #t))
+ (delete 'install-license-files)) ; installed by ‘make install’
+ ;; Both the build and tests fail randomly when run in parallel.
+ #:parallel-build? #f
+ #:parallel-tests? #f))
(home-page "https://www.atnf.csiro.au/people/mcalabre/WCS")
(synopsis "Library which implements the FITS WCS standard")
(description "The FITS \"World Coordinate System\" (@dfn{WCS}) standard
- 04/21: gnu: linkchecker: Update to 9.4.0., (continued)
- 04/21: gnu: linkchecker: Update to 9.4.0., Tobias Geerinckx-Rice, 2018/06/06
- 10/21: gnu: inxi: Fix man page location., Tobias Geerinckx-Rice, 2018/06/06
- 07/21: gnu: ruby-eventmachine: Use working home page., Tobias Geerinckx-Rice, 2018/06/06
- 03/21: gnu: xf86-input-wacom: Update to 0.36.1., Tobias Geerinckx-Rice, 2018/06/06
- 08/21: gnu: ruby-asciidoctor: Update to 1.5.7.1., Tobias Geerinckx-Rice, 2018/06/06
- 12/21: gnu: inxi: Update to 3.0.11-1., Tobias Geerinckx-Rice, 2018/06/06
- 15/21: gnu: cfitsio: Update to 3.450., Tobias Geerinckx-Rice, 2018/06/06
- 18/21: gnu: python-lmdb: Update to 0.94., Tobias Geerinckx-Rice, 2018/06/06
- 11/21: gnu: inxi: Use GIT-FETCH., Tobias Geerinckx-Rice, 2018/06/06
- 16/21: gnu: tomb: Update to 2.5., Tobias Geerinckx-Rice, 2018/06/06
- 13/21: gnu: wcslib: Fix build.,
Tobias Geerinckx-Rice <=
- 20/21: gnu: linsmith: Update to 0.99.31., Tobias Geerinckx-Rice, 2018/06/06
- 14/21: gnu: gnuastro: Update to 0.6., Tobias Geerinckx-Rice, 2018/06/06
- 17/21: gnu: debootstrap: Update to 1.0.101., Tobias Geerinckx-Rice, 2018/06/06
- 19/21: gnu: linsmith: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/06/06
- 21/21: gnu: gerbv: Update to 2.6.2., Tobias Geerinckx-Rice, 2018/06/06