[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
211/323: gnu: r-cytoml: Fix r-rhdf5libs linking.
From: |
guix-commits |
Subject: |
211/323: gnu: r-cytoml: 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 2b224f904a18bd84080119ee57d4f2750a0da732
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Dec 4 05:07:38 2020 +0100
gnu: r-cytoml: Fix r-rhdf5libs linking.
* gnu/packages/bioconductor.scm (r-cytoml): [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 ce831af..2992045 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6426,6 +6426,17 @@ sequential way to mimic the manual gating strategy.")
"1d8x49aqc95x1vx456hya5r7mal80pj9l6wmr5x5pb5r8qyzz6yq"))))
(properties `((upstream-name . "CytoML")))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'fix-linking
+ (lambda _
+ (substitute* "src/Makevars.in"
+ ;; This is to avoid having a plain directory on the list of
+ ;; libraries to link.
+ (("\\{h5lib\\}" match)
+ (string-append match "/libhdf5.a")))
+ #t)))))
(inputs
`(("libxml2" ,libxml2)))
(propagated-inputs
- 162/323: gnu: r-unifiedwmwqpcr: Update to 1.26.0., (continued)
- 162/323: gnu: r-unifiedwmwqpcr: Update to 1.26.0., guix-commits, 2020/12/09
- 163/323: gnu: r-bgmix: Update to 1.50.0., guix-commits, 2020/12/09
- 165/323: gnu: r-bhc: Update to 1.42.0., guix-commits, 2020/12/09
- 173/323: gnu: r-bigpint: Update to 1.6.0., guix-commits, 2020/12/09
- 189/323: gnu: r-biocworkflowtools: Update to 1.16.0., guix-commits, 2020/12/09
- 190/323: gnu: r-biodist: Update to 1.62.0., guix-commits, 2020/12/09
- 188/323: gnu: r-biocset: Update to 1.4.0., guix-commits, 2020/12/09
- 193/323: gnu: r-icens: Update to 1.62.0., guix-commits, 2020/12/09
- 191/323: gnu: r-rgreat: Update to 1.22.0., guix-commits, 2020/12/09
- 192/323: gnu: r-m3c: Update to 1.12.0., guix-commits, 2020/12/09
- 211/323: gnu: r-cytoml: Fix r-rhdf5libs linking.,
guix-commits <=
- 205/323: gnu: r-hdf5array: Update to 1.18.0., guix-commits, 2020/12/09
- 228/323: gnu: r-genomeinfodb: Update to 1.26.0., guix-commits, 2020/12/09
- 145/323: gnu: r-opencyto: Update to 2.2.0., guix-commits, 2020/12/09
- 153/323: gnu: r-roc: Update to 1.66.0., guix-commits, 2020/12/09
- 77/323: gnu: r-mlinterfaces: Update to 1.70.0., guix-commits, 2020/12/09
- 164/323: gnu: r-bgx: Update to 1.56.0., guix-commits, 2020/12/09
- 166/323: gnu: r-bicare: Update to 1.48.0., guix-commits, 2020/12/09
- 167/323: gnu: r-bifet: Update to 1.10.0., guix-commits, 2020/12/09
- 169/323: gnu: r-hypergraph: Update to 1.62.0., guix-commits, 2020/12/09
- 183/323: gnu: r-multiassayexperiment: Update to 1.16.0., guix-commits, 2020/12/09