[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
209/323: gnu: r-hdf5array: Fix r-rhdf5libs linking.
From: |
guix-commits |
Subject: |
209/323: gnu: r-hdf5array: 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 26cf5eb5686b9a0464fc886f7219c6b9e8f2a889
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Dec 4 03:20:55 2020 +0100
gnu: r-hdf5array: Fix r-rhdf5libs linking.
* gnu/packages/bioconductor.scm (r-hdf5array): [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 ab2595b..0989d1b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8609,6 +8609,17 @@ provided.")
"1hr149q03p09y1cjnx8av854j53041wfyq66xpsjw4mypzjf6f28"))))
(properties `((upstream-name . "HDF5Array")))
(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.
+ (("\\(RHDF5LIB_LIBS\\)" match)
+ (string-append match "/libhdf5.a")))
+ #t)))))
(inputs
`(("zlib" ,zlib)))
(propagated-inputs
- 170/323: gnu: r-hyperdraw: Update to 1.42.0., (continued)
- 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, 2020/12/09
- 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 <=
- 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
- 146/323: gnu: r-cytoml: Update to 2.2.1., guix-commits, 2020/12/09
- 148/323: gnu: r-mixomics: Update to 6.14.0., guix-commits, 2020/12/09