Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
Date: Sat, 05 Mar 2022 20:52:04
Message-Id: 1646513510.b7e9473f4cb4dc363bc1d2b2b1bc181be719f73a.andrewammerlaan@gentoo
1 commit: b7e9473f4cb4dc363bc1d2b2b1bc181be719f73a
2 Author: YiyangWu <xgreenlandforwyy <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 14 13:46:19 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 5 20:51:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e9473f
7
8 sci-libs/rocBLAS: fix LICENSE
9
10 The rocBLAS license is BSD, but is mistakenly set to MIT in ebuild
11
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/23450
15 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
16
17 sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild | 6 +++---
18 1 file changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
21 index 82b9207bdb09..3b4067eb964a 100644
22 --- a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
23 +++ b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocBLAS"
31 SRC_URI="https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-${PV}.tar.gz -> rocm-${P}.tar.gz
32 https://github.com/ROCmSoftwarePlatform/Tensile/archive/rocm-${PV}.tar.gz -> rocm-Tensile-${PV}.tar.gz"
33
34 -LICENSE="MIT"
35 +LICENSE="BSD"
36 KEYWORDS="~amd64"
37 IUSE="benchmark test"
38 SLOT="0/$(ver_cut 1-2)"
39 @@ -46,7 +46,7 @@ S="${WORKDIR}"/${PN}-rocm-${PV}
40
41 PATCHES=("${FILESDIR}"/${PN}-4.3.0-fix-glibc-2.32-and-above.patch
42 "${FILESDIR}"/${PN}-4.3.0-change-default-Tensile-library-dir.patch
43 - "${FILESDIR}"/${PN}-4.3.0-link-system-blas.patch
44 + "${FILESDIR}"/${PN}-4.3.0-link-system-blas.patch
45 "${FILESDIR}"/${PN}-4.3.0-remove-problematic-test-suites.patch )
46
47 src_prepare() {