Files
guru/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild
Robert Greener 8ac5693c5e dev-R/RhpcBLASctl: use ver_rs for CRAN_PV
Signed-off-by: Robert Greener <me@r0bert.dev>
2022-07-04 09:28:30 +01:00

14 lines
307 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="$(ver_rs 2 -)"
SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz"