Files
guru/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild
Robert Greener 8bd21d3913 dev-R/RhpcBLASctl: new package, add 0.21.247.1
Signed-off-by: Robert Greener <me@r0bert.dev>
2022-07-02 17:00:46 +01:00

14 lines
304 B
Bash

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