Skip to content

Commit

Permalink
sci-libs/rocBLAS: fix LICENSE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
littlewu2508 committed Jan 14, 2022
1 parent 35008de commit 80a8f4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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)"
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 80a8f4a

Please sign in to comment.