[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
210/323: gnu: r-flowworkspace: Fix r-rhdf5libs linking.
From: |
guix-commits |
Subject: |
210/323: gnu: r-flowworkspace: Fix r-rhdf5libs linking. |
Date: |
Wed, 9 Dec 2020 06:47:24 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit ece564f07dc7398ff9739555708c9bda31262ceb
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Dec 4 04:55:45 2020 +0100
gnu: r-flowworkspace: Fix r-rhdf5libs linking.
* gnu/packages/bioconductor.scm (r-flowworkspace): [arguments]: Avoid to
have
a plain directory on the list of libraries to link.
---
gnu/packages/bioconductor.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 0989d1b..ce831af 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6281,6 +6281,17 @@ for other R packages to compile and link against.")
"19svh32jq1dpq3ayhpd5r8bw0iax8d9kdvpvc23gx2pf16g1j5ag"))))
(properties `((upstream-name . "flowWorkspace")))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'fix-linking
+ (lambda _
+ (substitute* "src/Makevars"
+ ;; This is to avoid having a plain directory on the list of
+ ;; libraries to link.
+ (("\\{h5lib\\}" match)
+ (string-append match "/libhdf5.a")))
+ #t)))))
(inputs
`(("zlib" ,zlib)))
(propagated-inputs
- 315/323: gnu: r-quantro: Update to 1.24.0., (continued)
- 315/323: gnu: r-quantro: Update to 1.24.0., guix-commits, 2020/12/09
- 323/323: gnu: r-diffbind: Update to 3.0.8., guix-commits, 2020/12/09
- 321/323: gnu: r-delayedmatrixstats: Update to 1.12.1., guix-commits, 2020/12/09
- 181/323: gnu: r-biocgraph: Update to 1.52.0., guix-commits, 2020/12/09
- 175/323: gnu: r-bioassayr: Update to 1.28.0., guix-commits, 2020/12/09
- 201/323: gnu: r-iranges: Update to 2.24.0., guix-commits, 2020/12/09
- 174/323: gnu: r-chemminer: Update to 3.42.0., guix-commits, 2020/12/09
- 200/323: gnu: r-s4vectors: Update to 0.28.0., guix-commits, 2020/12/09
- 194/323: gnu: r-fourcseq: Update to 1.24.0., guix-commits, 2020/12/09
- 197/323: gnu: r-xvector: Update to 0.30.0., guix-commits, 2020/12/09
- 210/323: gnu: r-flowworkspace: Fix r-rhdf5libs linking.,
guix-commits <=
- 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, 2020/12/09