[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: |
Mon, 7 Dec 2020 15:13:49 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 5f814c100c9d7a558c849c219838e18eaac0b769
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
- 161/323: gnu: r-htqpcr: Update to 1.44.0., (continued)
- 161/323: gnu: r-htqpcr: Update to 1.44.0., guix-commits, 2020/12/07
- 162/323: gnu: r-unifiedwmwqpcr: Update to 1.26.0., guix-commits, 2020/12/07
- 180/323: gnu: r-bioccasestudies: Update to 1.52.0., guix-commits, 2020/12/07
- 179/323: gnu: r-ebarrays: Update to 2.54.0., guix-commits, 2020/12/07
- 174/323: gnu: r-chemminer: Update to 3.42.0., guix-commits, 2020/12/07
- 173/323: gnu: r-bigpint: Update to 1.6.0., guix-commits, 2020/12/07
- 175/323: gnu: r-bioassayr: Update to 1.28.0., guix-commits, 2020/12/07
- 187/323: gnu: Add r-biocio., guix-commits, 2020/12/07
- 210/323: gnu: r-flowworkspace: Fix r-rhdf5libs linking., guix-commits, 2020/12/07
- 212/323: gnu: r-ncdfflow: Fix r-rhdf5libs link., guix-commits, 2020/12/07
- 209/323: gnu: r-hdf5array: Fix r-rhdf5libs linking.,
guix-commits <=
- 213/323: gnu: r-beachmat: Update to 2.6.1., guix-commits, 2020/12/07
- 214/323: gnu: r-genefilter: Update to 1.72.0., guix-commits, 2020/12/07
- 218/323: gnu: r-rbgl: Update to 1.66.0., guix-commits, 2020/12/07
- 228/323: gnu: r-genomeinfodb: Update to 1.26.0., guix-commits, 2020/12/07
- 229/323: gnu: r-edger: Update to 3.32.0., guix-commits, 2020/12/07
- 231/323: gnu: r-genomicranges: Update to 1.42.0., guix-commits, 2020/12/07
- 239/323: gnu: r-variantannotation: Update to 1.36.0., guix-commits, 2020/12/07
- 240/323: gnu: r-genomicalignments: Update to 1.26.0., guix-commits, 2020/12/07
- 247/323: gnu: r-genomation: Update to 1.22.0., guix-commits, 2020/12/07
- 248/323: gnu: r-seqlogo: Update to 1.56.0., guix-commits, 2020/12/07