* [gentoo-commits] repo/gentoo:master commit in: dev-util/Tensile/files/
@ 2023-02-24 16:50 Marek Szuba
0 siblings, 0 replies; 2+ messages in thread
From: Marek Szuba @ 2023-02-24 16:50 UTC (permalink / raw
To: gentoo-commits
commit: c1d463ea31f022f3962403c6abe370bee405a265
Author: Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Sat Feb 4 07:41:44 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 16:49:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d463ea
dev-util/Tensile: Fix create library step in Tensile command
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch b/dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch
index 2aed8082de05..eda9b0307c52 100644
--- a/dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch
+++ b/dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch
@@ -35,7 +35,7 @@ Index: Tensile-rocm-5.4.2/Tensile/ClientWriter.py
callCreateLibraryCmd = ["python"] if os.name == "nt" else []
- callCreateLibraryCmd += [os.path.join(globalParameters["ScriptPath"] , "bin", "TensileCreateLibrary")]
-+ callCreateLibraryCmd += "TensileCreateLibrary"
++ callCreateLibraryCmd += ["TensileCreateLibrary"]
if globalParameters["MergeFiles"]:
callCreateLibraryCmd += ["--merge-files"]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/Tensile/files/
@ 2023-03-07 16:43 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2023-03-07 16:43 UTC (permalink / raw
To: gentoo-commits
commit: 8f99a85bf763ec7346998e7d295dbf6defe9d526
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 25 08:01:50 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Mar 7 16:43:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f99a85b
dev-util/Tensile: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29780
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
...01-Detect-prebuilt-tensile_client-in-PATH.patch | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/dev-util/Tensile/files/0001-Detect-prebuilt-tensile_client-in-PATH.patch b/dev-util/Tensile/files/0001-Detect-prebuilt-tensile_client-in-PATH.patch
deleted file mode 100644
index 116711db44fc..000000000000
--- a/dev-util/Tensile/files/0001-Detect-prebuilt-tensile_client-in-PATH.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 3c806ec52f46d0a1f770f524d1e4f0ffeb8809c2 Mon Sep 17 00:00:00 2001
-From: Yiyang Wu <xgreenlandforwyy@gmail.com>
-Date: Sat, 11 Feb 2023 17:48:08 +0800
-Subject: [PATCH] Detect prebuilt tensile_client in PATH
-
----
- Tensile/Tensile.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/Tensile/Tensile.py b/Tensile/Tensile.py
-index 961ea88f..123f8a7a 100644
---- a/Tensile/Tensile.py
-+++ b/Tensile/Tensile.py
-@@ -38,6 +38,7 @@ from . import LibraryIO
- from . import LibraryLogic
- from . import __version__
- from datetime import datetime
-+from shutil import which
-
-
- ###############################################################################
-@@ -127,7 +128,7 @@ def addCommonArguments(argParser):
- action="store", help="select which library format to use")
- argParser.add_argument("--client-build-path", default=None)
- argParser.add_argument("--client-lock", default=None)
-- argParser.add_argument("--prebuilt-client", default=None)
-+ argParser.add_argument("--prebuilt-client", default=which("tensile_client"))
-
- argParser.add_argument("--global-parameters", nargs="+", type=splitExtraParameters, default=[])
-
---
-2.39.1
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-07 16:43 UTC | newest]
Thread overview: 2+ 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/files/ Marek Szuba
-- strict thread matches above, loose matches on Subject: below --
2023-03-07 16:43 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox