[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/70: gnu: r-rmpi: Update to 0.7-2.
From: |
guix-commits |
Subject: |
02/70: gnu: r-rmpi: Update to 0.7-2. |
Date: |
Thu, 28 Dec 2023 03:35:41 -0500 (EST) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 0edf48995ad621fdbd4a18c265e1e776669f2598
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 27 11:25:43 2023 +0100
gnu: r-rmpi: Update to 0.7-2.
* gnu/packages/cran.scm (r-rmpi): Update to 0.7-2.
[properties]: Specify updater-extra-inputs.
[arguments]: Use G-expression.
Change-Id: Ic15015bf181ae1e7689b7c81a3bf11258e2df946
---
gnu/packages/cran.scm | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2fe41fbd05..453ca4c11b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7221,20 +7221,24 @@ matrices.")
(define-public r-rmpi
(package
(name "r-rmpi")
- (version "0.7-1")
+ (version "0.7-2")
(source (origin
(method url-fetch)
(uri (cran-uri "Rmpi" version))
(sha256
(base32
- "1h9dvlh9mvbc4lhxbv9c8yak3yrq4p7xym92pk5al5wkx9yy5nhp"))))
- (properties `((upstream-name . "Rmpi")))
+ "1vrf6bakx9i73sdgggpxzl1lxjn68b8pwvmk69d56lnya2gzm4c5"))))
+ (properties
+ `((upstream-name . "Rmpi")
+ (updater-extra-inputs . ("openmpi"))))
(build-system r-build-system)
(arguments
- `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
- #:phases (modify-phases %standard-phases
- (add-before 'install 'mpi-setup
- ,%openmpi-setup))))
+ (list
+ #:configure-flags '(list "--configure-args=\"--with-Rmpi-type=OPENMPI\"")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'install 'mpi-setup
+ #$%openmpi-setup))))
(inputs
(list openmpi))
(native-inputs
- branch r-updates created (now 6ee6a4cfb5), guix-commits, 2023/12/28
- 01/70: gnu: r-littler: Update to 0.3.19., guix-commits, 2023/12/28
- 03/70: gnu: Add xnnpack-for-torch2., guix-commits, 2023/12/28
- 02/70: gnu: r-rmpi: Update to 0.7-2.,
guix-commits <=
- 04/70: gnu: Add r-safetensors., guix-commits, 2023/12/28
- 05/70: gnu: python-protobuf: Update to 3.20.2., guix-commits, 2023/12/28
- 10/70: gnu: r-torch: Update to 0.12.0., guix-commits, 2023/12/28
- 09/70: gnu: liblantern: Update to 0.11.0-1.4d83bd0., guix-commits, 2023/12/28
- 11/70: gnu: r-shiny: Update to 1.8.0., guix-commits, 2023/12/28
- 23/70: gnu: r-timedate: Update to 4032.109., guix-commits, 2023/12/28
- 20/70: gnu: r-maps: Update to 3.4.2., guix-commits, 2023/12/28
- 16/70: gnu: r-aod: Update to 1.3.3., guix-commits, 2023/12/28
- 14/70: gnu: r-ggvenndiagram: Update to 1.4.9., guix-commits, 2023/12/28
- 26/70: gnu: r-ucminf: Update to 1.2.1., guix-commits, 2023/12/28