public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2024-09-09 18:20 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-09-09 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f326e368b68e3fb544bd8acfef09f149366c0c89
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Sat Jul 20 17:31:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 18:15:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f326e368

sci-libs/rocBLAS: strip unsupported flags for potentially switched compiler

Also remove addpredict in src_configure (not needed after rocm_use_hipcc)

Bug: https://bugs.gentoo.org/936099
Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/rocBLAS/rocBLAS-6.1.1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-6.1.1.ebuild b/sci-libs/rocBLAS/rocBLAS-6.1.1.ebuild
index 26bfc2ada24d..b4fe232ecfe8 100644
--- a/sci-libs/rocBLAS/rocBLAS-6.1.1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-6.1.1.ebuild
@@ -58,9 +58,7 @@ src_prepare() {
 }
 
 src_configure() {
-	addpredict /dev/random
-	addpredict /dev/kfd
-	addpredict /dev/dri/
+	rocm_use_hipcc
 
 	local mycmakeargs=(
 		-DCMAKE_SKIP_RPATH=ON
@@ -86,7 +84,7 @@ src_configure() {
 		)
 	fi
 
-	CXX=hipcc cmake_src_configure
+	cmake_src_configure
 }
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2024-03-08 19:22 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-03-08 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6603720d4160733fef3c8bf3d0cb5a9874abecd6
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Mon Jan 15 20:29:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 19:22:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6603720d

sci-libs/rocBLAS: disable stripping for *.hsaco files

Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
index a6ac3e7e3b2c..77a659cb9a09 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
@@ -104,4 +104,8 @@ src_install() {
 		dolib.a clients/librocblas_fortran_client.a
 		dobin clients/staging/rocblas-bench
 	fi
+
+	# Stop llvm-strip from removing .strtab section from *.hsaco files,
+	# otherwise rocclr/elf/elf.cpp complains with "failed: null sections(STRTAB)" and crashes
+	dostrip -x /usr/$(get_libdir)/rocblas/library/
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2024-03-08 19:22 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-03-08 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bedfb8ff3798d1dd4c98ba9aa616e329f6489c31
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Fri Jan  5 15:32:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 19:21:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedfb8ff

sci-libs/rocBLAS: lock dev-util/hip version, as with hip-6.0 build fails with "no member named 'gcnArch'"

Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
index ce542d4df039..a6ac3e7e3b2c 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
@@ -30,7 +30,7 @@ BDEPEND="
 
 DEPEND="
 	>=dev-cpp/msgpack-cxx-6.0.0
-	dev-util/hip
+	=dev-util/hip-5*
 	test? (
 		virtual/blas
 		dev-cpp/gtest


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2024-03-08 19:22 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-03-08 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     eda24b781d671f1cf5b575fdf49e023cc78d62f5
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Wed Mar  6 20:33:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 19:22:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda24b78

sci-libs/rocBLAS: fix doxygen directory

Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/rocBLAS/{rocBLAS-5.7.1-r1.ebuild => rocBLAS-5.7.1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.7.1-r2.ebuild
similarity index 99%
rename from sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
rename to sci-libs/rocBLAS/rocBLAS-5.7.1-r2.ebuild
index 77a659cb9a09..ed39ae5207d8 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.7.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DOCS_BUILDER="doxygen"
-DOCS_DIR="docs"
+DOCS_DIR="docs/.doxygen"
 DOCS_DEPEND="media-gfx/graphviz"
 ROCM_VERSION=${PV}
 inherit cmake docs edo multiprocessing rocm


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2023-11-27 14:35 Benda XU
  0 siblings, 0 replies; 18+ messages in thread
From: Benda XU @ 2023-11-27 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     40d52bf03382a1aca591c226d125b56492ee6a88
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 14:48:02 2023 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 14:34:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d52bf0

sci-libs/rocBLAS: re-enable tests.

Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
index c3f12fff175e..e1f9a4b8e8f0 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
@@ -17,11 +17,10 @@ S="${WORKDIR}/${PN}-rocm-${PV}"
 LICENSE="BSD"
 KEYWORDS="~amd64"
 SLOT="0/$(ver_cut 1-2)"
+RESTRICT="!test? ( test )"
 IUSE="benchmark test"
 REQUIRED_USE="${ROCM_REQUIRED_USE}"
 
-RESTRICT="test" # Tests fail
-
 BDEPEND="
 	>=dev-util/rocm-cmake-5.3
 	dev-util/Tensile:${SLOT}
@@ -76,7 +75,6 @@ src_configure() {
 		-DCMAKE_INSTALL_INCLUDEDIR="include/rocblas"
 		-DBUILD_CLIENTS_SAMPLES=OFF
 		-DBUILD_CLIENTS_TESTS=$(usex test ON OFF)
-		-DTensile_TEST_LOCAL_PATH="${EPREFIX}/usr/share/Tensile"
 		-DBUILD_CLIENTS_BENCHMARKS=$(usex benchmark ON OFF)
 		-DTensile_CPU_THREADS=$(makeopts_jobs)
 		-DBUILD_WITH_PIP=OFF


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2023-07-30  7:49 Benda XU
  0 siblings, 0 replies; 18+ messages in thread
From: Benda XU @ 2023-07-30  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     888f51e9cc6faea00654bd3d9e6b3d13c3a61056
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 07:46:34 2023 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 07:48:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888f51e9

sci-libs/rocBLAS: drop versioned dependence on rocm-cmake.

Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 sci-libs/rocBLAS/{rocBLAS-5.1.3-r3.ebuild => rocBLAS-5.1.3-r4.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-5.1.3-r3.ebuild b/sci-libs/rocBLAS/rocBLAS-5.1.3-r4.ebuild
similarity index 99%
rename from sci-libs/rocBLAS/rocBLAS-5.1.3-r3.ebuild
rename to sci-libs/rocBLAS/rocBLAS-5.1.3-r4.ebuild
index 7027067623c7..94c7e5177af0 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.1.3-r3.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.1.3-r4.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="${ROCM_REQUIRED_USE}"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-	dev-util/rocm-cmake:${SLOT}
+	dev-util/rocm-cmake
 	dev-util/Tensile:${SLOT}
 "
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2023-03-30 22:41 Marek Szuba
  0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2023-03-30 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     967f496c5d037428489a3f62f1edc676641b5580
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 22:39:42 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 22:41:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967f496c

sci-libs/rocBLAS: adapt for msgpack-cxx-6.0.0

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sci-libs/rocBLAS/{rocBLAS-5.1.3-r2.ebuild => rocBLAS-5.1.3-r3.ebuild} | 2 +-
 sci-libs/rocBLAS/{rocBLAS-5.4.2-r2.ebuild => rocBLAS-5.4.2-r3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild b/sci-libs/rocBLAS/rocBLAS-5.1.3-r3.ebuild
similarity index 99%
rename from sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild
rename to sci-libs/rocBLAS/rocBLAS-5.1.3-r3.ebuild
index 051609e9d1a3..7027067623c7 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.1.3-r3.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
 "
 
 DEPEND="
-	dev-cpp/msgpack-cxx
+	>=dev-cpp/msgpack-cxx-6.0.0
 	dev-util/hip
 	test? (
 		virtual/blas

diff --git a/sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild b/sci-libs/rocBLAS/rocBLAS-5.4.2-r3.ebuild
similarity index 98%
rename from sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild
rename to sci-libs/rocBLAS/rocBLAS-5.4.2-r3.ebuild
index 9e141e24ef49..417333c668f9 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.4.2-r3.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
 "
 
 DEPEND="
-	dev-cpp/msgpack-cxx
+	>=dev-cpp/msgpack-cxx-6.0.0
 	dev-util/hip
 	test? (
 		virtual/blas


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2023-02-24 16:50 Marek Szuba
  0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2023-02-24 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d8d972ba35aaae7eec609c9138d4fefc735f8ed4
Author:     Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Sat Feb 11 14:10:53 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 16:49:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d972ba

sci-libs/rocBLAS: replace msgpack dep with msgpack-cxx

Bug: https://bugs.gentoo.org/893544
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sci-libs/rocBLAS/{rocBLAS-5.1.3-r1.ebuild => rocBLAS-5.1.3-r2.ebuild} | 2 +-
 sci-libs/rocBLAS/{rocBLAS-5.4.2-r1.ebuild => rocBLAS-5.4.2-r2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild
similarity index 99%
rename from sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild
rename to sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild
index 0723e8244bf6..051609e9d1a3 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild
@@ -28,8 +28,8 @@ BDEPEND="
 "
 
 DEPEND="
+	dev-cpp/msgpack-cxx
 	dev-util/hip
-	<dev-libs/msgpack-5.0.0
 	test? (
 		virtual/blas
 		dev-cpp/gtest

diff --git a/sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild
similarity index 99%
rename from sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild
rename to sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild
index 826e17c0e64b..9e141e24ef49 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild
@@ -28,8 +28,8 @@ BDEPEND="
 "
 
 DEPEND="
+	dev-cpp/msgpack-cxx
 	dev-util/hip
-	<dev-libs/msgpack-5.0.0
 	test? (
 		virtual/blas
 		dev-cpp/gtest


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2023-02-07 20:13 Marek Szuba
  0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2023-02-07 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     eb718a32792bca7da8e1c58d56a310a53c3397ad
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 20:07:13 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 20:13:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb718a32

sci-libs/rocBLAS: block >=dev-libs/msgpack-5.0.0

For anyone who might try to fix this, it's a bit of a funny one - the
CMake file which looks for "msgpack" rather than "msgpackc-cxx" is in
fact part of dev-util/Tensile, not sci-libs/rocBLAS itself. The reason
why it's rocBLAS that fails is that C/C++ bits of Tensile is installed
as sources to be incorporated into other projects. Still, it's rocBLAS
which has dev-libs/msgpack in its list of dependencies so this is where
the version cap goes.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sci-libs/rocBLAS/{rocBLAS-5.1.3.ebuild => rocBLAS-5.1.3-r1.ebuild} | 4 ++--
 sci-libs/rocBLAS/{rocBLAS-5.4.2.ebuild => rocBLAS-5.4.2-r1.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild b/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild
similarity index 97%
rename from sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild
rename to sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild
index d9316725fe8c..0723e8244bf6 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,7 +29,7 @@ BDEPEND="
 
 DEPEND="
 	dev-util/hip
-	dev-libs/msgpack
+	<dev-libs/msgpack-5.0.0
 	test? (
 		virtual/blas
 		dev-cpp/gtest

diff --git a/sci-libs/rocBLAS/rocBLAS-5.4.2.ebuild b/sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild
similarity index 99%
rename from sci-libs/rocBLAS/rocBLAS-5.4.2.ebuild
rename to sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild
index 28fad2ffbe68..826e17c0e64b 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.4.2.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild
@@ -29,7 +29,7 @@ BDEPEND="
 
 DEPEND="
 	dev-util/hip
-	dev-libs/msgpack
+	<dev-libs/msgpack-5.0.0
 	test? (
 		virtual/blas
 		dev-cpp/gtest


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2023-01-31 14:30 Benda XU
  0 siblings, 0 replies; 18+ messages in thread
From: Benda XU @ 2023-01-31 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     17b1951276436919c891c8464311f8414af3b201
Author:     Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Sat Jan 28 14:56:12 2023 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 14:26:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b19512

sci-libs/rocBLAS: add github upstream metadata

Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 sci-libs/rocBLAS/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/sci-libs/rocBLAS/metadata.xml b/sci-libs/rocBLAS/metadata.xml
index 02d256a5ccc2..066f5c749e3f 100644
--- a/sci-libs/rocBLAS/metadata.xml
+++ b/sci-libs/rocBLAS/metadata.xml
@@ -12,8 +12,11 @@
     <email>xgreenlandforwyy@gmail.com</email>
     <name>Yiyang Wu</name>
   </maintainer>
-    <use>
-        <flag name="test">Perform rocblas-test to compare the result between rocBLAS and system BLAS.</flag>
-        <flag name="benchmark">Build and install rocblas-bench.</flag>
-    </use>
+  <use>
+    <flag name="test">Perform rocblas-test to compare the result between rocBLAS and system BLAS.</flag>
+    <flag name="benchmark">Build and install rocblas-bench.</flag>
+  </use>
+  <upstream>
+    <remote-id type="github">ROCmSoftwarePlatform/rocBLAS</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2022-10-15 15:01 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-10-15 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e3fe164be457c1d866b878ac941e857c8c4aa9b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 14:57:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 14:57:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fe164b

sci-libs/rocBLAS: fix PythonHasVersionUsage

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/rocBLAS/rocBLAS-4.3.0-r1.ebuild | 2 +-
 sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-4.3.0-r1.ebuild
index 7c2a4366ee26..63704e613e53 100644
--- a/sci-libs/rocBLAS/rocBLAS-4.3.0-r1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-4.3.0-r1.ebuild
@@ -51,7 +51,7 @@ PATCHES=(
 )
 
 python_check_deps() {
-	has_version "dev-util/Tensile[${PYTHON_USEDEP}]"
+	python_has_version "dev-util/Tensile[${PYTHON_USEDEP}]"
 }
 
 src_prepare() {

diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
index 3b4067eb964a..a32ba82060c7 100644
--- a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
@@ -38,8 +38,8 @@ DEPEND="
 RESTRICT="!test? ( test )"
 
 python_check_deps() {
-	has_version "dev-python/pyyaml[${PYTHON_USEDEP}]" &&
-	has_version "dev-python/msgpack[${PYTHON_USEDEP}]"
+	python_has_version "dev-python/pyyaml[${PYTHON_USEDEP}]" &&
+	python_has_version "dev-python/msgpack[${PYTHON_USEDEP}]"
 }
 
 S="${WORKDIR}"/${PN}-rocm-${PV}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2022-09-22  1:08 Benda XU
  0 siblings, 0 replies; 18+ messages in thread
From: Benda XU @ 2022-09-22  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2046001a098a8879a61e70f289c992ec12f70777
Author:     Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Sun Jun 26 07:10:39 2022 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 01:06:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2046001a

sci-libs/rocBLAS: add 5.1.3, using rocm.eclass

No need to rebuilt rocBLAS when hip upgrade because librocblas is
dynamically linked to libhipamd, while llvm SLOT does not matter because
it is only used to produce GPU kernels, libclang and libLLVM does not
linked in.

Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 sci-libs/rocBLAS/Manifest             |   1 +
 sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild | 114 ++++++++++++++++++++++++++++++++++
 2 files changed, 115 insertions(+)

diff --git a/sci-libs/rocBLAS/Manifest b/sci-libs/rocBLAS/Manifest
index e8bb583d38a1..ca44e7ca5686 100644
--- a/sci-libs/rocBLAS/Manifest
+++ b/sci-libs/rocBLAS/Manifest
@@ -2,3 +2,4 @@ DIST rocBLAS-5.0.2-Tensile-asm_full-navi22.tar.gz 1110323 BLAKE2B 80fab97c6f89fc
 DIST rocm-Tensile-4.3.0.tar.gz 14250149 BLAKE2B 030138eaca2a0aadd96801e6dbd72e510716dd90553ef3795c5e04e00a34a05ecae82b24f755e4033a4acfcdb1cf26291da1e7902bb090f89a010d403e832beb SHA512 126db0b413c716fba8d5be9bff7a44fd1badacbf32f3db8d0db649819177db37ebd56fd22dd3c809655f5d29675be115e698cd10bc3d0b4b23878ae3726fce47
 DIST rocm-rocBLAS-4.3.0.tar.gz 11569970 BLAKE2B f11b0acf2bbd5737b036142d3b2cc1e18c38e088a8b7db58156d478dd6718befbb82bb7fd43a38fe64a5427124c5ad5241fa37977f094e6efd195d168d3e5f65 SHA512 490ab1c1e98a8b311ad5630515c448d9bb0a2bf588a08bcbebee345e2954d616b4ffe7c2e03dadca82c590438c42afccb98fe8ba00856aece101b5ffe62ef1e0
 DIST rocm-rocBLAS-5.0.2.tar.gz 13295178 BLAKE2B e1abfa06b9ac1545732465857839dae3f3708af49439a306a2b5b1b1b392101c38c95815f2c05a0d9ed29d41b154bc2e16a4f9203a37f5e2f68ee12cc4b44a06 SHA512 2f4a74f49350ede0debcf32229a6b6b95505615723c3f2bee16e4c169a3bb966dfb1971819028f47c525f571bea5662b892e63f655b0d1d2b8f20746bc5fe770
+DIST rocm-rocBLAS-5.1.3.tar.gz 13741546 BLAKE2B af10d8cb69bee44ef5aab2dc350e1d9f3b6fddb3a840c17230c4b55b2649a4724c9f2e58c1eafdb3e2716eea016a72a35c3ddb498881b1ce682d780baa8d8b07 SHA512 5ab71838fdd0e9c5848cbf28a19d113353b619a878d8c7d05f64feb32faae2054169c95ed6e9dd6b05a2e807b57229dd2c361c4d289b6e6f17c196558640890f

diff --git a/sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild b/sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild
new file mode 100644
index 000000000000..d9316725fe8c
--- /dev/null
+++ b/sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_BUILDER="doxygen"
+DOCS_DIR="docs"
+DOCS_DEPEND="media-gfx/graphviz"
+ROCM_VERSION=${PV}
+inherit cmake docs edo multiprocessing prefix 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://media.githubusercontent.com/media/littlewu2508/littlewu2508.github.io/main/gentoo-distfiles/${PN}-5.0.2-Tensile-asm_full-navi22.tar.gz"
+S="${WORKDIR}/${PN}-rocm-${PV}"
+
+LICENSE="BSD"
+KEYWORDS="~amd64"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="benchmark test"
+REQUIRED_USE="${ROCM_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	dev-util/rocm-cmake:${SLOT}
+	dev-util/Tensile:${SLOT}
+"
+
+DEPEND="
+	dev-util/hip
+	dev-libs/msgpack
+	test? (
+		virtual/blas
+		dev-cpp/gtest
+		sys-libs/libomp
+	)
+	benchmark? (
+		virtual/blas
+		sys-libs/libomp
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-4.3.0-fix-glibc-2.32-and-above.patch
+	"${FILESDIR}"/${PN}-5.0.2-change-default-Tensile-library-dir.patch
+	"${FILESDIR}"/${PN}-5.0.2-cpp_lib_filesystem.patch
+	"${FILESDIR}"/${PN}-5.0.2-unbundle-Tensile.patch
+	)
+
+src_prepare() {
+	cmake_src_prepare
+	cp -a "${WORKDIR}/asm_full/" library/src/blas3/Tensile/Logic/ || die
+	# Fit for Gentoo FHS rule
+	sed -e "/PREFIX rocblas/d" \
+		-e "/<INSTALL_INTERFACE/s:include:include/rocblas:" \
+		-e "s:rocblas/include:include/rocblas:" \
+		-e "s:\\\\\${CPACK_PACKAGING_INSTALL_PREFIX}rocblas/lib:${EPREFIX}/usr/$(get_libdir)/rocblas:" \
+		-e "s:share/doc/rocBLAS:share/doc/${P}:" \
+		-e "/rocm_install_symlink_subdir( rocblas )/d" -i library/src/CMakeLists.txt || die
+
+	sed -e "s:,-rpath=.*\":\":" -i clients/CMakeLists.txt || die
+
+	eprefixify library/src/tensile_host.cpp
+}
+
+src_configure() {
+	addpredict /dev/random
+	addpredict /dev/kfd
+	addpredict /dev/dri/
+
+	local mycmakeargs=(
+		-DCMAKE_SKIP_RPATH=On
+		-DAMDGPU_TARGETS="$(get_amdgpu_flags)"
+		-DTensile_LOGIC="asm_full"
+		-DTensile_COMPILER="hipcc"
+		-DTensile_LIBRARY_FORMAT="msgpack"
+		-DTensile_CODE_OBJECT_VERSION="V3"
+		-DTensile_TEST_LOCAL_PATH="${EPREFIX}/usr/share/Tensile"
+		-DTensile_ROOT="${EPREFIX}/usr/share/Tensile"
+		-DBUILD_WITH_TENSILE=ON
+		-DCMAKE_INSTALL_INCLUDEDIR="include/rocblas"
+		-DBUILD_TESTING=OFF
+		-DBUILD_CLIENTS_SAMPLES=OFF
+		-DBUILD_CLIENTS_TESTS=$(usex test ON OFF)
+		-DBUILD_CLIENTS_BENCHMARKS=$(usex benchmark ON OFF)
+		-DTensile_CPU_THREADS=$(makeopts_jobs)
+	)
+
+	CXX=hipcc cmake_src_configure
+}
+
+src_compile() {
+	docs_compile
+	cmake_src_compile
+}
+
+src_test() {
+	check_amdgpu
+	cd "${BUILD_DIR}"/clients/staging || die
+	export ROCBLAS_TEST_TIMEOUT=3600 ROCBLAS_TENSILE_LIBPATH="${BUILD_DIR}/Tensile/library"
+	export LD_LIBRARY_PATH="${BUILD_DIR}/clients:${BUILD_DIR}/library/src"
+	edob ./${PN,,}-test
+}
+
+src_install() {
+	cmake_src_install
+
+	if use benchmark; then
+		cd "${BUILD_DIR}" || die
+		dolib.so clients/librocblas_fortran_client.so
+		dobin clients/staging/rocblas-bench
+	fi
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2022-08-06 14:23 Benda XU
  0 siblings, 0 replies; 18+ messages in thread
From: Benda XU @ 2022-08-06 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     dde5dd2ff1162e22474fc87ccf6098943fee0caa
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 09:36:12 2022 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 14:20:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde5dd2f

sci-libs/rocBLAS: relax SLOT dependency on dev-util/hip.

This unlocks the exact SLOT dependency of the lower and higher level
ROCm tools to make version bumps easier.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 sci-libs/rocBLAS/{rocBLAS-5.0.2-r1.ebuild => rocBLAS-5.0.2-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-5.0.2-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.0.2-r2.ebuild
similarity index 99%
rename from sci-libs/rocBLAS/rocBLAS-5.0.2-r1.ebuild
rename to sci-libs/rocBLAS/rocBLAS-5.0.2-r2.ebuild
index 42637150e674..8ac8ba21557a 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.0.2-r1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.0.2-r2.ebuild
@@ -26,7 +26,7 @@ BDEPEND="
 "
 
 DEPEND="
-	dev-util/hip:${SLOT}
+	dev-util/hip:=
 	dev-libs/msgpack
 	test? (
 		virtual/blas


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2022-03-05 20:51 Andrew Ammerlaan
  0 siblings, 0 replies; 18+ messages in thread
From: Andrew Ammerlaan @ 2022-03-05 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     b7e9473f4cb4dc363bc1d2b2b1bc181be719f73a
Author:     YiyangWu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Fri Jan 14 13:46:19 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 20:51:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e9473f

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23450
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild | 6 +++---
 1 file 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() {


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2022-03-05 20:51 Andrew Ammerlaan
  0 siblings, 0 replies; 18+ messages in thread
From: Andrew Ammerlaan @ 2022-03-05 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c77c85267c21ac3091492a5bb5354f7bc5da66d6
Author:     YiyangWu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Tue Dec 21 03:35:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 20:51:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77c8526

sci-libs/rocBLAS: let TensileCreateLibrary respects MAKEOPTS

Originaly TensileCreateLibrary consumes all cpu detected. This
modification will inject $(makeopts_jobs) into TensileCreateLibrary.py so
it respects MAKEOPTS

Closes: https://bugs.gentoo.org/822828
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
index 48945fe72456..50891c285775 100644
--- a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6..9} )
 
-inherit cmake prefix python-any-r1
+inherit cmake multiprocessing prefix python-any-r1
 
 DESCRIPTION="AMD's library for BLAS on ROCm"
 HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocBLAS"
@@ -54,6 +54,7 @@ src_prepare() {
 	pushd "${WORKDIR}"/Tensile-rocm-${PV} || die
 	eapply "${FILESDIR}/Tensile-${PV}-hsaco-compile-specified-arch.patch" # backported from upstream, should remove after 4.3.0
 	eapply "${FILESDIR}/Tensile-4.3.0-output-commands.patch"
+	sed -e "/Number of parallel jobs to launch/s:default=-1:default=$(makeopts_jobs):" -i Tensile/TensileCreateLibrary.py || die
 	popd || die
 
 	# Fit for Gentoo FHS rule


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2022-03-05 20:51 Andrew Ammerlaan
  0 siblings, 0 replies; 18+ messages in thread
From: Andrew Ammerlaan @ 2022-03-05 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     2ddec0c40d9e71087f944352f503e3e0b1ad8653
Author:     YiyangWu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Tue Dec 21 03:37:26 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 20:51:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ddec0c4

sci-libs/rocBLAS: remove unused cmake variable

__skip_rocmclang is used to avoid configuration error for
cmake-3.21.(1|2), which don't exist among ebuilds anymore, so this flag
is not recognized.

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
index 50891c285775..f682328b782c 100644
--- a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
@@ -98,7 +98,6 @@ src_configure() {
 		-DBUILD_CLIENTS_TESTS=$(usex test ON OFF)
 		-DBUILD_CLIENTS_BENCHMARKS=$(usex benchmark ON OFF)
 		${AMDGPU_TARGETS+-DAMDGPU_TARGETS="${AMDGPU_TARGETS}"}
-		-D__skip_rocmclang="ON" ## fix cmake-3.21 configuration issue caused by officialy support programming language "HIP"
 	)
 
 	CXX="hipcc" cmake_src_configure


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2021-12-26  0:20 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-12-26  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ecd99e2955e2721a5ee3d3520fd7447704e598c9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 00:15:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 00:19:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd99e29

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 <AT> gentoo.org>

 sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
@ 2021-09-11 13:34 Ulrich Müller
  0 siblings, 0 replies; 18+ messages in thread
From: Ulrich Müller @ 2021-09-11 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     7b61e4a0acdd7cabff84f5b07c55ea3434a32c69
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 11 08:16:33 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 11 13:22:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b61e4a0

sci-libs/rocBLAS: Use standard DOCTYPE in metadata.xml

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 sci-libs/rocBLAS/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/rocBLAS/metadata.xml b/sci-libs/rocBLAS/metadata.xml
index c6b44f75536..02d256a5ccc 100644
--- a/sci-libs/rocBLAS/metadata.xml
+++ b/sci-libs/rocBLAS/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="project">
     <email>sci@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-09-09 18:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 18:20 [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-08 19:22 Sam James
2024-03-08 19:22 Sam James
2024-03-08 19:22 Sam James
2023-11-27 14:35 Benda XU
2023-07-30  7:49 Benda XU
2023-03-30 22:41 Marek Szuba
2023-02-24 16:50 Marek Szuba
2023-02-07 20:13 Marek Szuba
2023-01-31 14:30 Benda XU
2022-10-15 15:01 Sam James
2022-09-22  1:08 Benda XU
2022-08-06 14:23 Benda XU
2022-03-05 20:51 Andrew Ammerlaan
2022-03-05 20:51 Andrew Ammerlaan
2022-03-05 20:51 Andrew Ammerlaan
2021-12-26  0:20 Sam James
2021-09-11 13:34 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox