public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/Tensile/
@ 2023-02-24 16:50 Marek Szuba
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Szuba @ 2023-02-24 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f21a0ff5869a4ade0c48ea93467e6ee07befc917
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 11:10:06 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 16:49:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21a0ff5

dev-util/Tensile: revbump to account for recent RDEPEND changes

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

 dev-util/Tensile/{Tensile-5.1.3-r1.ebuild => Tensile-5.1.3-r2.ebuild} | 0
 dev-util/Tensile/{Tensile-5.4.2.ebuild => Tensile-5.4.2-r1.ebuild}    | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/Tensile/Tensile-5.1.3-r1.ebuild b/dev-util/Tensile/Tensile-5.1.3-r2.ebuild
similarity index 100%
rename from dev-util/Tensile/Tensile-5.1.3-r1.ebuild
rename to dev-util/Tensile/Tensile-5.1.3-r2.ebuild

diff --git a/dev-util/Tensile/Tensile-5.4.2.ebuild b/dev-util/Tensile/Tensile-5.4.2-r1.ebuild
similarity index 100%
rename from dev-util/Tensile/Tensile-5.4.2.ebuild
rename to dev-util/Tensile/Tensile-5.4.2-r1.ebuild


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/Tensile/
@ 2024-09-09 18:20 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-09-09 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     1dc80dbbc4d5d8a3f46be05cac0772bf4cd2cf60
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Sat Jul 20 16:57:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 18:15:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc80dbb

dev-util/Tensile: strip unsupported flags for potentially switched compiler

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

 dev-util/Tensile/Tensile-6.1.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/Tensile/Tensile-6.1.1.ebuild b/dev-util/Tensile/Tensile-6.1.1.ebuild
index c8debc3456c3..7162a0298dcf 100644
--- a/dev-util/Tensile/Tensile-6.1.1.ebuild
+++ b/dev-util/Tensile/Tensile-6.1.1.ebuild
@@ -88,6 +88,8 @@ src_prepare() {
 }
 
 src_configure() {
+	rocm_use_hipcc
+
 	distutils-r1_src_configure
 	if use client; then
 		local mycmakeargs=(
@@ -97,7 +99,7 @@ src_configure() {
 			-DTensile_LIBRARY_FORMAT=msgpack
 			-DAMDGPU_TARGETS="$(get_amdgpu_flags)"
 		)
-		CXX=hipcc cmake_src_configure
+		cmake_src_configure
 	fi
 }
 


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

commit:     52dbe44cb06de40ff4e92632eda8436a5828ecb7
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Fri Jan  5 15:31:54 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 19:21:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52dbe44c

dev-util/Tensile: 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>

 dev-util/Tensile/Tensile-5.7.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/Tensile/Tensile-5.7.1-r1.ebuild b/dev-util/Tensile/Tensile-5.7.1-r1.ebuild
index 709189734d4a..7534e358736f 100644
--- a/dev-util/Tensile/Tensile-5.7.1-r1.ebuild
+++ b/dev-util/Tensile/Tensile-5.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RDEPEND="${PYTHON_DEPS}
 	>=dev-cpp/msgpack-cxx-6.0.0
 	dev-python/pyyaml[${PYTHON_USEDEP}]
 	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-util/hip
+	=dev-util/hip-5*
 	>=dev-util/rocm-smi-4.3.0
 	sys-devel/clang:${LLVM_MAX_SLOT}
 "


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/Tensile/
@ 2022-11-19 11:50 Benda XU
  0 siblings, 0 replies; 6+ messages in thread
From: Benda XU @ 2022-11-19 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4e026a2193c5242863ac2551e90abcd28942d760
Author:     Jack de Kleuver <jackdekleuver <AT> gmail <DOT> com>
AuthorDate: Sat Nov  5 07:11:31 2022 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 11:50:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e026a21

dev-util/Tensile: Bump LLVM version to 15

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

 dev-util/Tensile/{Tensile-5.1.3.ebuild => Tensile-5.1.3-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/Tensile/Tensile-5.1.3.ebuild b/dev-util/Tensile/Tensile-5.1.3-r1.ebuild
similarity index 97%
rename from dev-util/Tensile/Tensile-5.1.3.ebuild
rename to dev-util/Tensile/Tensile-5.1.3-r1.ebuild
index f2a39a52dbbb..b5f468973ea4 100644
--- a/dev-util/Tensile/Tensile-5.1.3.ebuild
+++ b/dev-util/Tensile/Tensile-5.1.3-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 llvm prefix
 
-LLVM_MAX_SLOT=14
+LLVM_MAX_SLOT=15
 
 DESCRIPTION="Stretching GPU performance for GEMMs and tensor contractions"
 HOMEPAGE="https://github.com/ROCmSoftwarePlatform/Tensile"
@@ -23,10 +23,10 @@ SLOT="0/$(ver_cut 1-2)"
 RESTRICT="test"
 
 RDEPEND="${PYTHON_DEPS}
+	sys-devel/clang:${LLVM_MAX_SLOT}
 	dev-python/pyyaml[${PYTHON_USEDEP}]
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	>=dev-util/rocm-smi-4.3.0
-	>=sys-devel/clang-14.0.6-r1:${LLVM_MAX_SLOT}=
 "
 DEPEND="${RDEPEND}
 	dev-util/hip


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

commit:     fa14f7ad3b670f2311e1f780ddb9e19b8a6a218b
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 09:32:06 2022 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 14:20:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa14f7ad

dev-util/Tensile: relax SLOT dependency.

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>

 dev-util/Tensile/{Tensile-5.0.2-r1.ebuild => Tensile-5.0.2-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/Tensile/Tensile-5.0.2-r1.ebuild b/dev-util/Tensile/Tensile-5.0.2-r2.ebuild
similarity index 99%
rename from dev-util/Tensile/Tensile-5.0.2-r1.ebuild
rename to dev-util/Tensile/Tensile-5.0.2-r2.ebuild
index 5bb9a3f21927..38854fd0c269 100644
--- a/dev-util/Tensile/Tensile-5.0.2-r1.ebuild
+++ b/dev-util/Tensile/Tensile-5.0.2-r2.ebuild
@@ -26,7 +26,7 @@ RDEPEND="${PYTHON_DEPS}
 	>=dev-util/rocm-smi-4.3.0
 "
 DEPEND="${RDEPEND}
-	dev-util/hip:${SLOT}
+	dev-util/hip:=
 "
 
 PATCHES=( "${FILESDIR}"/${PN}-4.3.0-output-commands.patch


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/Tensile/
@ 2022-03-27  3:23 Benda XU
  0 siblings, 0 replies; 6+ messages in thread
From: Benda XU @ 2022-03-27  3:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b3f7472864317f219aec94a56e67c46b1328dffc
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 03:21:14 2022 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 03:23:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f74728

dev-util/Tensile: die out when pushd fails.

Bug: https://github.com/gentoo/gentoo/pull/24537
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 dev-util/Tensile/Tensile-4.3.0-r1.ebuild | 2 +-
 dev-util/Tensile/Tensile-5.0.2.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/Tensile/Tensile-4.3.0-r1.ebuild b/dev-util/Tensile/Tensile-4.3.0-r1.ebuild
index 91bbbda89785..7cb7e94cd256 100644
--- a/dev-util/Tensile/Tensile-4.3.0-r1.ebuild
+++ b/dev-util/Tensile/Tensile-4.3.0-r1.ebuild
@@ -70,7 +70,7 @@ python_install() {
 	distutils-r1_python_install
 
 	python_moduleinto Tensile
-	pushd Tensile
+	pushd Tensile || die
 	python_domodule Components
 	python_newexe Utilities/merge.py ${PN}-merge
 }

diff --git a/dev-util/Tensile/Tensile-5.0.2.ebuild b/dev-util/Tensile/Tensile-5.0.2.ebuild
index 1210cd769aa5..c9240e233281 100644
--- a/dev-util/Tensile/Tensile-5.0.2.ebuild
+++ b/dev-util/Tensile/Tensile-5.0.2.ebuild
@@ -67,7 +67,7 @@ python_install() {
 	distutils-r1_python_install
 
 	python_moduleinto Tensile
-	pushd Tensile
+	pushd Tensile || die
 	python_domodule Components
 	python_newexe Utilities/merge.py ${PN}-merge
 }


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24 16:50 [gentoo-commits] repo/gentoo:master commit in: dev-util/Tensile/ Marek Szuba
  -- strict thread matches above, loose matches on Subject: below --
2024-09-09 18:20 Sam James
2024-03-08 19:22 Sam James
2022-11-19 11:50 Benda XU
2022-08-06 14:23 Benda XU
2022-03-27  3:23 Benda XU

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