[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/324: gnu: r-rhdf5lib: Update to 1.14.0.
From: |
guix-commits |
Subject: |
13/324: gnu: r-rhdf5lib: Update to 1.14.0. |
Date: |
Sat, 5 Jun 2021 03:14:27 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1b0338d76b86a522045ca9a6060e7531578dc8f5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 01:44:46 2021 +0200
gnu: r-rhdf5lib: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-rhdf5lib): Update to 1.14.0.
[source]: Update deletions.
[arguments]: Update substitutions.
[inputs]: Move zlib from here...
[propagated-inputs]: ...to here.
---
gnu/packages/bioconductor.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index fe365b4..81fbbab 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12253,22 +12253,21 @@ block processing.")
(define-public r-rhdf5lib
(package
(name "r-rhdf5lib")
- (version "1.12.1")
+ (version "1.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rhdf5lib" version))
(sha256
(base32
- "14fnq4gijxp2l7985pksfk52i6klvy81r3892lnna73c6hh1dj28"))
+ "1ypqmd4nz4hxlb2qsay7f5784dqdjhc3b19pckzkhb65bfycdn87"))
(modules '((guix build utils)))
(snippet
'(begin
;; Delete bundled binaries
(delete-file-recursively "src/wininclude/")
- (delete-file-recursively "src/winlib-4.9.3/")
(delete-file-recursively "src/winlib-8.3.0/")
- (delete-file "src/hdf5small_cxx_hl_1.10.6.tar.gz")
+ (delete-file "src/hdf5small_cxx_hl_1.10.7.tar.gz")
#t))))
(properties `((upstream-name . "Rhdf5lib")))
(build-system r-build-system)
@@ -12280,7 +12279,9 @@ block processing.")
(for-each delete-file '("configure" "configure.ac"))
;; Do not make other packages link with the proprietary libsz.
(substitute* "R/zzz.R"
- ((" \"%s/libsz.a\"") ""))
+ ((" \"%s/libsz.a\"") "")
+ (("patharch, .getDynamicLinks")
+ ".getDynamicLinks"))
(with-directory-excursion "src"
(invoke "tar" "xvf" (assoc-ref inputs "hdf5-source"))
(rename-file (string-append "hdf5-" ,(package-version
hdf5-1.10))
@@ -12319,12 +12320,10 @@ block processing.")
(assoc-ref inputs "hdf5")
"/lib/libhdf5_hl_cpp.a\n"))
;; szip is non-free software
(("cp \"\\$\\{SZIP_LIB\\}.*") "")
- (("PKG_LIBS =.*") "PKG_LIBS = -lz -lhdf5\n")))
- #t)))))
- (inputs
- `(("zlib" ,zlib)))
+ (("PKG_LIBS =.*") "PKG_LIBS = -lz -lhdf5\n"))))))))
(propagated-inputs
- `(("hdf5" ,hdf5-1.10)))
+ `(("hdf5" ,hdf5-1.10)
+ ("zlib" ,zlib)))
(native-inputs
`(("hdf5-source" ,(package-source hdf5-1.10))
("r-knitr" ,r-knitr)))
- 11/324: gnu: Add r-ggtree., (continued)
- 11/324: gnu: Add r-ggtree., guix-commits, 2021/06/05
- 06/324: gnu: Add r-arrow., guix-commits, 2021/06/05
- 18/324: gnu: r-cytolib: Update to 2.4.0., guix-commits, 2021/06/05
- 16/324: gnu: r-mzr: Update to 2.26.0., guix-commits, 2021/06/05
- 19/324: gnu: r-ncdfflow: Update to 2.38.0., guix-commits, 2021/06/05
- 23/324: gnu: r-aneufinder: Update to 1.20.0., guix-commits, 2021/06/05
- 15/324: gnu: r-msnid: Update to 1.26.0., guix-commits, 2021/06/05
- 21/324: gnu: r-cytoml: Update to 2.4.0., guix-commits, 2021/06/05
- 24/324: gnu: r-biocversion: Update to 3.13.1., guix-commits, 2021/06/05
- 25/324: gnu: r-biocgenerics: Update to 0.38.0., guix-commits, 2021/06/05
- 13/324: gnu: r-rhdf5lib: Update to 1.14.0.,
guix-commits <=
- 14/324: gnu: r-bioccheck: Update to 1.28.0., guix-commits, 2021/06/05
- 17/324: gnu: r-rhdf5: Update to 2.36.0., guix-commits, 2021/06/05
- 20/324: gnu: r-flowworkspace: Update to 4.4.0., guix-commits, 2021/06/05
- 22/324: gnu: r-hdf5array: Update to 1.20.0., guix-commits, 2021/06/05
- 07/324: gnu: Add r-restfulr., guix-commits, 2021/06/05
- 12/324: gnu: Add r-metapod., guix-commits, 2021/06/05
- 26/324: gnu: r-coverageview: Update to 1.30.0., guix-commits, 2021/06/05
- 08/324: gnu: Add r-trajectoryutils., guix-commits, 2021/06/05
- 27/324: gnu: r-cummerbund: Update to 2.34.0., guix-commits, 2021/06/05
- 34/324: gnu: r-affy: Update to 1.70.0., guix-commits, 2021/06/05