[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/323: gnu: r-cytolib: Fix r-rhdf5libs linking.
From: |
guix-commits |
Subject: |
208/323: gnu: r-cytolib: Fix r-rhdf5libs linking. |
Date: |
Wed, 9 Dec 2020 06:47:23 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit b58c4e7613bc3e3602042dbf340f5116f4cae4bb
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Dec 4 03:06:21 2020 +0100
gnu: r-cytolib: Fix r-rhdf5libs linking.
* gnu/packages/bioconductor.scm (r-cytolib): [arguments]: Avoid to have a
plain directory on the list of libraries to link.
Co-authored-by: Ricardo Wurmus <reka@elephly.net>.
---
gnu/packages/bioconductor.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 840f937..ab2595b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6009,6 +6009,17 @@ cluster count and membership by stability evidence in
unsupervised analysis.")
"1wylzps7wbvm64k62w5bbi8l74gaqca96psfapxfg6mcac5yz4qw"))))
(properties `((upstream-name . "cytolib")))
(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.
+ (("\\(RHDF5_LIBS\\)" match)
+ (string-append match "/libhdf5.a")))
+ #t)))))
(inputs
`(("zlib" ,zlib)))
(native-inputs
- 169/323: gnu: r-hypergraph: Update to 1.62.0., (continued)
- 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
- 170/323: gnu: r-hyperdraw: Update to 1.42.0., guix-commits, 2020/12/09
- 177/323: gnu: r-graphite: Update to 1.36.0., guix-commits, 2020/12/09
- 185/323: gnu: r-biocor: Update to 1.14.0., guix-commits, 2020/12/09
- 176/323: gnu: r-biobroom: Update to 1.22.0., guix-commits, 2020/12/09
- 180/323: gnu: r-bioccasestudies: Update to 1.52.0., guix-commits, 2020/12/09
- 199/323: gnu: r-hitc: Update to 1.34.0., guix-commits, 2020/12/09
- 195/323: gnu: r-preprocesscore: Update to 1.52.0., guix-commits, 2020/12/09
- 207/323: gnu: r-rhdf5lib: Fix build., guix-commits, 2020/12/09
- 208/323: gnu: r-cytolib: Fix r-rhdf5libs linking.,
guix-commits <=
- 206/323: gnu: r-rhdf5lib: Update to 1.12.0., guix-commits, 2020/12/09
- 209/323: gnu: r-hdf5array: Fix r-rhdf5libs linking., guix-commits, 2020/12/09
- 216/323: gnu: r-dexseq: Update to 1.36.0., guix-commits, 2020/12/09
- 217/323: gnu: r-annotationforge: Update to 1.32.0., guix-commits, 2020/12/09
- 222/323: gnu: r-shortread: Update to 1.48.0., guix-commits, 2020/12/09
- 229/323: gnu: r-edger: Update to 3.32.0., guix-commits, 2020/12/09
- 126/323: gnu: r-birewire: Update to 3.22.0., guix-commits, 2020/12/09
- 133/323: gnu: r-consensusclusterplus: Update to 1.54.0., guix-commits, 2020/12/09
- 135/323: gnu: r-flowcore: Update to 2.2.0., guix-commits, 2020/12/09
- 138/323: gnu: r-flowviz: Update to 1.54.0., guix-commits, 2020/12/09