[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: Add r-rhpcblasctl.
From: |
guix-commits |
Subject: |
03/10: gnu: Add r-rhpcblasctl. |
Date: |
Tue, 30 Jul 2019 10:02:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 37120e7a2385cc6a4e5a3c955df810ed0e0b88aa
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jul 30 15:50:10 2019 +0200
gnu: Add r-rhpcblasctl.
* gnu/packages/cran.scm (r-rhpcblasctl): New variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ac9dfa2..9eec520 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14729,3 +14729,24 @@ customize styles using a readable syntax.")
using a lasso (L1) penalty. Facilities are provided for estimates along a
path of values for the regularization parameter.")
(license license:gpl2)))
+
+(define-public r-rhpcblasctl
+ (package
+ (name "r-rhpcblasctl")
+ (version "0.18-205")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "RhpcBLASctl" version))
+ (sha256
+ (base32
+ "1ls2286fvrp1g7p8v4l6axznychh3qndranfpzqz806cm9ml1cdp"))))
+ (properties `((upstream-name . "RhpcBLASctl")))
+ (build-system r-build-system)
+ (home-page "http://prs.ism.ac.jp/~nakama/Rhpc/")
+ (synopsis "Control the number of threads on BLAS")
+ (description
+ "This package allows you to control the number of threads the BLAS
+library uses. It is also possible to control the number of threads in
+OpenMP.")
+ (license license:agpl3+)))
- branch master updated (b03dd5c -> b2dce6b), guix-commits, 2019/07/30
- 06/10: gnu: Add r-rcppparallel., guix-commits, 2019/07/30
- 08/10: gnu: Add r-matrix-utils., guix-commits, 2019/07/30
- 01/10: gnu: Add r-glasso., guix-commits, 2019/07/30
- 02/10: gnu: Add r-cicero., guix-commits, 2019/07/30
- 03/10: gnu: Add r-rhpcblasctl.,
guix-commits <=
- 09/10: gnu: Add r-uwot., guix-commits, 2019/07/30
- 10/10: gnu: Add r-monocle3., guix-commits, 2019/07/30
- 04/10: gnu: Add r-pbmcapply., guix-commits, 2019/07/30
- 05/10: gnu: Add r-speedglm., guix-commits, 2019/07/30
- 07/10: gnu: Add r-grr., guix-commits, 2019/07/30