gnu: r-rhdf5: Update to 2.36.0.
* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.36.0. [arguments]: Remove.master
parent
87d06a725f
commit
782d27f77d
|
@ -3855,25 +3855,14 @@ browser.")
|
||||||
(define-public r-rhdf5
|
(define-public r-rhdf5
|
||||||
(package
|
(package
|
||||||
(name "r-rhdf5")
|
(name "r-rhdf5")
|
||||||
(version "2.34.0")
|
(version "2.36.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "rhdf5" version))
|
(uri (bioconductor-uri "rhdf5" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0almr1vscrgj5g4dyrags131wia2pmdbdidlpskbgm44ha6hpmqi"))))
|
"1a5kw9ry9cr258al0x3q0ss5xn1ymscdypx51vzzgzamhy7dqakz"))))
|
||||||
(build-system r-build-system)
|
(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.
|
|
||||||
(("\\(RHDF5_LIBS\\)" match)
|
|
||||||
(string-append match "/libhdf5.a")))
|
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rhdf5filters" ,r-rhdf5filters)
|
`(("r-rhdf5filters" ,r-rhdf5filters)
|
||||||
("r-rhdf5lib" ,r-rhdf5lib)))
|
("r-rhdf5lib" ,r-rhdf5lib)))
|
||||||
|
|
Reference in New Issue