[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
262/323: gnu: r-mzr: Fix linking.
From: |
guix-commits |
Subject: |
262/323: gnu: r-mzr: Fix linking. |
Date: |
Wed, 9 Dec 2020 06:47:43 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 471ceb5e5e809af3fa398a14cd402480c9c293cd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Nov 21 07:36:40 2020 +0100
gnu: r-mzr: Fix linking.
* gnu/packages/bioinformatics.scm (r-mzr)[arguments]: Fix linking with rhdf5
libraries.
---
gnu/packages/bioinformatics.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 788a947..14a9775 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9701,9 +9701,14 @@ proteomics packages.")
(lambda _
(substitute* "src/Makevars"
(("\\./boost/libs.*") "")
- (("ARCH_OBJS=" line)
+ ;; This is to avoid having a plain directory on the list of
+ ;; libraries to link.
+ (("\\(RHDF5_LIBS\\)" match)
+ (string-append match "/libhdf5.a"))
+ (("PKG_LIBS=") "PKG_LIBS=$(BOOST_LIBS) ")
+ (("\\ARCH_OBJS=" line)
(string-append line
- "\nARCH_LIBS=-lboost_system -lboost_regex \
+ "\nBOOST_LIBS=-lboost_system -lboost_regex \
-lboost_iostreams -lboost_thread -lboost_filesystem -lboost_chrono\n")))
#t)))))
(inputs
- 210/323: gnu: r-flowworkspace: Fix r-rhdf5libs linking., (continued)
- 210/323: gnu: r-flowworkspace: Fix r-rhdf5libs linking., guix-commits, 2020/12/09
- 213/323: gnu: r-beachmat: Update to 2.6.1., guix-commits, 2020/12/09
- 214/323: gnu: r-genefilter: Update to 1.72.0., guix-commits, 2020/12/09
- 218/323: gnu: r-rbgl: Update to 1.66.0., guix-commits, 2020/12/09
- 221/323: gnu: r-gostats: Update to 2.56.0., guix-commits, 2020/12/09
- 225/323: gnu: r-biocviews: Update to 1.58.0., guix-commits, 2020/12/09
- 226/323: gnu: r-biocstyle: Update to 2.18.0., guix-commits, 2020/12/09
- 233/323: gnu: r-annotationdbi: Update to 1.52.0., guix-commits, 2020/12/09
- 238/323: gnu: r-summarizedexperiment: Update to 1.20.0., guix-commits, 2020/12/09
- 243/323: gnu: r-topgo: Update to 2.42.0., guix-commits, 2020/12/09
- 262/323: gnu: r-mzr: Fix linking.,
guix-commits <=
- 286/323: gnu: r-erma: Update to 1.6.0., guix-commits, 2020/12/09
- 260/323: gnu: r-protgenerics: Update to 1.22.0., guix-commits, 2020/12/09
- 287/323: gnu: r-ldblock: Update to 1.20.0., guix-commits, 2020/12/09
- 279/323: gnu: r-complexheatmap: Update to 2.6.2., guix-commits, 2020/12/09
- 265/323: gnu: r-vsn: Update to 3.58.0., guix-commits, 2020/12/09
- 274/323: gnu: r-annotationhub: Update to 2.22.0., guix-commits, 2020/12/09
- 280/323: gnu: r-dirichletmultinomial: Update to 1.32.0., guix-commits, 2020/12/09
- 273/323: gnu: r-interactivedisplaybase: Update to 1.28.0., guix-commits, 2020/12/09
- 291/323: gnu: r-annaffy: Update to 1.62.0., guix-commits, 2020/12/09
- 290/323: gnu: r-sushi: Update to 1.28.0., guix-commits, 2020/12/09