dev-R/RhpcBLASctl: new package, add 0.21.247.1

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 17:00:46 +01:00
parent b4824ba022
commit 8bd21d3913
3 changed files with 29 additions and 0 deletions

View File

@@ -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"