mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-gdsfmt: Update to 1.36.1.
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.36.1. [properties]: Tell updater to leave the extra inputs be.
This commit is contained in:
parent
b4cafa71ae
commit
558637533f
1 changed files with 5 additions and 3 deletions
|
@ -16394,14 +16394,14 @@ metrics, with methods for objects produced by the @code{methylumi} and
|
||||||
(define-public r-gdsfmt
|
(define-public r-gdsfmt
|
||||||
(package
|
(package
|
||||||
(name "r-gdsfmt")
|
(name "r-gdsfmt")
|
||||||
(version "1.36.0")
|
(version "1.36.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "gdsfmt" version))
|
(uri (bioconductor-uri "gdsfmt" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10k445cwb5jhgcr0zf85x24mvldwk26zpwh0wq4himr44aha3bwx"))
|
"11qib2znznzvyb0x9qm1nfg9lhyqy63yrdjicy7n3n6l8dfd2lx7"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
|
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
|
||||||
;; them and link with system libraries instead.
|
;; them and link with system libraries instead.
|
||||||
|
@ -16424,7 +16424,9 @@ metrics, with methods for objects produced by the @code{methylumi} and
|
||||||
(substitute* "src/CoreArray/dStream.h"
|
(substitute* "src/CoreArray/dStream.h"
|
||||||
(("include \"../(ZLIB|LZ4|XZ/api)/(.*)\"" _ _ header)
|
(("include \"../(ZLIB|LZ4|XZ/api)/(.*)\"" _ _ header)
|
||||||
(string-append "include <" header ">")))))))
|
(string-append "include <" header ">")))))))
|
||||||
(properties `((upstream-name . "gdsfmt")))
|
(properties
|
||||||
|
`((upstream-name . "gdsfmt")
|
||||||
|
(updater-extra-inputs . ("lz4" "xz" "zlib"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list lz4 xz zlib))
|
(list lz4 xz zlib))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue