Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
Date: Sun, 26 Dec 2021 00:20:36
Message-Id: 1640477984.ecd99e2955e2721a5ee3d3520fd7447704e598c9.sam@gentoo
1 commit: ecd99e2955e2721a5ee3d3520fd7447704e598c9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 00:15:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 00:19:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd99e29
7
8 sci-libs/rocBLAS: drop trailing full stop from DESCRIPTION
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
17 index 4e05309d0c48..48945fe72456 100644
18 --- a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
19 +++ b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
20 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6..9} )
21
22 inherit cmake prefix python-any-r1
23
24 -DESCRIPTION="AMD's library for BLAS on ROCm."
25 +DESCRIPTION="AMD's library for BLAS on ROCm"
26 HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocBLAS"
27 SRC_URI="https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-${PV}.tar.gz -> rocm-${P}.tar.gz
28 https://github.com/ROCmSoftwarePlatform/Tensile/archive/rocm-${PV}.tar.gz -> rocm-Tensile-${PV}.tar.gz"