[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: rcas-web: Fix build with RCAS > 1.3.x.
From: |
guix-commits |
Subject: |
11/13: gnu: rcas-web: Fix build with RCAS > 1.3.x. |
Date: |
Thu, 3 Oct 2019 17:17:05 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5767547e7351c761d40bc0af739fcb787e74c16e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Oct 3 15:09:38 2019 +0200
gnu: rcas-web: Fix build with RCAS > 1.3.x.
* gnu/packages/bioinformatics.scm (rcas-web)[arguments]: Add ‘find-RCAS’
phase.
---
gnu/packages/bioinformatics.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6d36bb7..5ec6005 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8418,6 +8418,13 @@ library implementing most of the pipeline's features.")
(arguments
`(#:phases
(modify-phases %standard-phases
+ (add-before 'configure 'find-RCAS
+ ;; The configure script can't find non-1.3.x versions of RCAS
because
+ ;; its R expression ‘1.10.1 >= 1.3.4’ evaluates to false.
+ (lambda _
+ (substitute* "configure"
+ (("1\\.3\\.4") "0.0.0"))
+ #t))
(add-after 'install 'wrap-executable
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
- branch master updated (ccbc1c5 -> 9a68b89), guix-commits, 2019/10/03
- 01/13: gnu: r-sjplot: Update to 2.7.2., guix-commits, 2019/10/03
- 05/13: gnu: r-calibrate: Update to 1.7.5., guix-commits, 2019/10/03
- 03/13: gnu: r-globaloptions: Update to 0.1.1., guix-commits, 2019/10/03
- 04/13: gnu: r-pls: Update to 2.7-2., guix-commits, 2019/10/03
- 12/13: gnu: r-xfun: Update to 0.10., guix-commits, 2019/10/03
- 10/13: gnu: r-rmarkdown: Use HTTPS home page., guix-commits, 2019/10/03
- 09/13: gnu: r-rmarkdown: Update to 1.16., guix-commits, 2019/10/03
- 11/13: gnu: rcas-web: Fix build with RCAS > 1.3.x.,
guix-commits <=
- 02/13: gnu: r-gdal: Update to 1.4-6., guix-commits, 2019/10/03
- 13/13: gnu: linux-libre: Update to 5.3., guix-commits, 2019/10/03
- 07/13: gnu: r-bookdown: Update to 0.14., guix-commits, 2019/10/03
- 06/13: gnu: r-rvcheck: Update to 0.1.5., guix-commits, 2019/10/03
- 08/13: gnu: r-glasso: Update to 1.11., guix-commits, 2019/10/03