* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RhpcBLASctl/
@ 2022-07-04 8:28 Robert Greener
0 siblings, 0 replies; 2+ messages in thread
From: Robert Greener @ 2022-07-04 8:28 UTC (permalink / raw
To: gentoo-commits
commit: 8ac5693c5eb7d37cea1283f14d229887e8bae425
Author: Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Jul 4 08:28:30 2022 +0000
Commit: Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Mon Jul 4 08:28:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ac5693c
dev-R/RhpcBLASctl: use ver_rs for CRAN_PV
Signed-off-by: Robert Greener <me <AT> r0bert.dev>
dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild b/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild
index 2630164e2..4c9c6add6 100644
--- a/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild
+++ b/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild
@@ -8,6 +8,6 @@ inherit R-packages
DESCRIPTION="Control the Number of Threads on 'BLAS'"
KEYWORDS="~amd64"
LICENSE='AGPL-3'
-CRAN_PV="0.21-247.1"
+CRAN_PV="$(ver_rs 2 -)"
SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RhpcBLASctl/
@ 2022-07-02 16:00 Robert Greener
0 siblings, 0 replies; 2+ messages in thread
From: Robert Greener @ 2022-07-02 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 8bd21d391375445e635434261c650cc38cefea51
Author: Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Sat Jul 2 16:00:46 2022 +0000
Commit: Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Sat Jul 2 16:00:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bd21d39
dev-R/RhpcBLASctl: new package, add 0.21.247.1
Signed-off-by: Robert Greener <me <AT> r0bert.dev>
dev-R/RhpcBLASctl/Manifest | 1 +
dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild | 13 +++++++++++++
dev-R/RhpcBLASctl/metadata.xml | 15 +++++++++++++++
3 files changed, 29 insertions(+)
diff --git a/dev-R/RhpcBLASctl/Manifest b/dev-R/RhpcBLASctl/Manifest
new file mode 100644
index 000000000..79ee073bb
--- /dev/null
+++ b/dev-R/RhpcBLASctl/Manifest
@@ -0,0 +1 @@
+DIST RhpcBLASctl_0.21-247.1.tar.gz 41291 BLAKE2B db02d0c4f73d65343c3272f016f7d780114d3cecbe456f3d07bf9ff4de18a0f419e539b2d8b325a0b352c3f43ea2487701e7774861aa7e1ab9f7370f0045c9c2 SHA512 17052fc0fe576ef661dfcdb70fd09f54f3ae7b63dda7dee2e84d4ca409aedd7b2128f71dc5520ee1bc60650386b9645ae1d34e501e706195072616bbfc113071
diff --git a/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild b/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild
new file mode 100644
index 000000000..2630164e2
--- /dev/null
+++ b/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION="Control the Number of Threads on 'BLAS'"
+KEYWORDS="~amd64"
+LICENSE='AGPL-3'
+CRAN_PV="0.21-247.1"
+
+SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz"
diff --git a/dev-R/RhpcBLASctl/metadata.xml b/dev-R/RhpcBLASctl/metadata.xml
new file mode 100644
index 000000000..a030ef550
--- /dev/null
+++ b/dev-R/RhpcBLASctl/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>me@r0bert.dev</email>
+ <name>Robert Greener</name>
+ </maintainer>
+ <longdescription lang="en">Control the number of threads on 'BLAS' (Aka 'GotoBLAS', 'OpenBLAS', 'ACML', 'BLIS' and 'MKL'). And possible to control the number of threads in 'OpenMP'. Get a number of logical cores and physical cores if feasible.</longdescription>
+ <upstream>
+ <maintainer>
+ <name>Ei-ji Nakama</name>
+ <email>nakama@ki.rim.or.jp</email>
+ </maintainer>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-04 8:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 8:28 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RhpcBLASctl/ Robert Greener
-- strict thread matches above, loose matches on Subject: below --
2022-07-02 16:00 Robert Greener
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox