diff options
author | YiyangWu <xgreenlandforwyy@gmail.com> | 2022-01-14 21:46:19 +0800 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-03-05 21:51:50 +0100 |
commit | b7e9473f4cb4dc363bc1d2b2b1bc181be719f73a (patch) | |
tree | cfe0e900b03b1b6c6f43c32546ce15dfa1e41923 /sci-libs | |
parent | sci-libs/rocBLAS: fix tests using openblas as cpu reference (diff) | |
download | gentoo-b7e9473f4cb4dc363bc1d2b2b1bc181be719f73a.tar.gz gentoo-b7e9473f4cb4dc363bc1d2b2b1bc181be719f73a.tar.bz2 gentoo-b7e9473f4cb4dc363bc1d2b2b1bc181be719f73a.zip |
sci-libs/rocBLAS: fix LICENSE
The rocBLAS license is BSD, but is mistakenly set to MIT in ebuild
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23450
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild index 82b9207bdb09..3b4067eb964a 100644 --- a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ 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" -LICENSE="MIT" +LICENSE="BSD" KEYWORDS="~amd64" IUSE="benchmark test" SLOT="0/$(ver_cut 1-2)" @@ -46,7 +46,7 @@ S="${WORKDIR}"/${PN}-rocm-${PV} PATCHES=("${FILESDIR}"/${PN}-4.3.0-fix-glibc-2.32-and-above.patch "${FILESDIR}"/${PN}-4.3.0-change-default-Tensile-library-dir.patch - "${FILESDIR}"/${PN}-4.3.0-link-system-blas.patch + "${FILESDIR}"/${PN}-4.3.0-link-system-blas.patch "${FILESDIR}"/${PN}-4.3.0-remove-problematic-test-suites.patch ) src_prepare() { |