gnu: r-ncdfflow: Update to 2.38.0.
* gnu/packages/bioconductor.scm (r-ncdfflow): Update to 2.38.0. [arguments]: Remove.
This commit is contained in:
parent
5c37a048bb
commit
b9751b629c
1 changed files with 2 additions and 13 deletions
|
@ -9400,27 +9400,16 @@ change point detection.")
|
||||||
(define-public r-ncdfflow
|
(define-public r-ncdfflow
|
||||||
(package
|
(package
|
||||||
(name "r-ncdfflow")
|
(name "r-ncdfflow")
|
||||||
(version "2.36.0")
|
(version "2.38.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ncdfFlow" version))
|
(uri (bioconductor-uri "ncdfFlow" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1knqc3ic2vpck7n7m7adxjz3ac70ra89d5gvlgp9r2q3kgaciwac"))))
|
"1lm88qnfv6rnnr7wmgbvwyj272imjjjn7h3agxqqzsbmn8vyrnf0"))))
|
||||||
(properties `((upstream-name . "ncdfFlow")))
|
(properties `((upstream-name . "ncdfFlow")))
|
||||||
(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-bh" ,r-bh)
|
`(("r-bh" ,r-bh)
|
||||||
("r-biobase" ,r-biobase)
|
("r-biobase" ,r-biobase)
|
||||||
|
|
Reference in a new issue