diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:15:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:19:44 +0000 |
commit | ecd99e2955e2721a5ee3d3520fd7447704e598c9 (patch) | |
tree | a2b3a4b7bdc537ab13a2e7af02a36e5a56c81eeb /sci-libs | |
parent | sci-libs/dmlc-core: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-ecd99e2955e2721a5ee3d3520fd7447704e598c9.tar.gz gentoo-ecd99e2955e2721a5ee3d3520fd7447704e598c9.tar.bz2 gentoo-ecd99e2955e2721a5ee3d3520fd7447704e598c9.zip |
sci-libs/rocBLAS: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild index 4e05309d0c48..48945fe72456 100644 --- a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit cmake prefix python-any-r1 -DESCRIPTION="AMD's library for BLAS on ROCm." +DESCRIPTION="AMD's library for BLAS on ROCm" HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocBLAS" SRC_URI="https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-${PV}.tar.gz -> rocm-${P}.tar.gz https://github.com/ROCmSoftwarePlatform/Tensile/archive/rocm-${PV}.tar.gz -> rocm-Tensile-${PV}.tar.gz" |