From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cutlass/
Date: Sat, 9 Mar 2024 15:11:13 +0000 (UTC) [thread overview]
Message-ID: <1709997050.a77839b0fbfa03d88b45521b33a59c3d4a4ee105.tupone@gentoo> (raw)
commit: a77839b0fbfa03d88b45521b33a59c3d4a4ee105
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 9 15:08:49 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 15:10:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77839b0
dev-libs/cutlass: drop 2.10.0-r1, 3.1.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-libs/cutlass/Manifest | 2 --
dev-libs/cutlass/cutlass-2.10.0-r1.ebuild | 38 -------------------------------
dev-libs/cutlass/cutlass-3.1.0.ebuild | 38 -------------------------------
dev-libs/cutlass/metadata.xml | 1 -
4 files changed, 79 deletions(-)
diff --git a/dev-libs/cutlass/Manifest b/dev-libs/cutlass/Manifest
index d3e27cef8d58..103690cedbf2 100644
--- a/dev-libs/cutlass/Manifest
+++ b/dev-libs/cutlass/Manifest
@@ -1,3 +1 @@
-DIST cutlass-2.10.0.tar.gz 15241458 BLAKE2B 66779759ac1c7ebcb860bb9b925a236b45959f5ee3bf4e1f95ffd05a98200dcf2eb4fe2907c02e44143d3f51eca1e2a4ebd890e0edab7fd5378684819123f197 SHA512 4310f8da2931815a63a5e9a69c6c073f95148efecbea7026afcd90965dbd2e1921db52b0ac2a06cda64e20bbaa44112ae1fb7c3b557c41416d99dac33d000aa7
-DIST cutlass-3.1.0.tar.gz 20499454 BLAKE2B 2ece61530e63baebbe3f01d707fed3cb42dadd5dd9a4d1fe8ff70bb60a8dc93719bd19936eb138b01d26ed1db984e109a7a3ab148f8aceea0fae17151f0a5bee SHA512 35224845ddbd9d898f53299fc76ef4bc090d09f62da85cb7a2033f985d8fbb638ac475cdb8eacaf9045adbf1aa7528de4dcaedfdd68b5e32aa689987bcff33d9
DIST cutlass-3.3.0.tar.gz 20850597 BLAKE2B 07dc1f503395cfed1efb51871baa4ca7890fc4c871cb146933590c51599b4114fd38099bfcd84d8b0b76b876cc6e9f3bb8f42a3f9a7c9321185f7d880609a5da SHA512 c950ab718e67ffc972911b81890eae767a27d32dfc13f72b91e21e7c6b98eadfb3a5eebb9683091e61aed61709481451cfcd95d660e723686bf79a155e9f0b17
diff --git a/dev-libs/cutlass/cutlass-2.10.0-r1.ebuild b/dev-libs/cutlass/cutlass-2.10.0-r1.ebuild
deleted file mode 100644
index d85941a8c5e4..000000000000
--- a/dev-libs/cutlass/cutlass-2.10.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cuda cmake
-
-DESCRIPTION="CUDA Templates for Linear Algebra Subroutines"
-HOMEPAGE="https://github.com/NVIDIA/cutlass"
-SRC_URI="https://github.com/NVIDIA/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="dev-util/nvidia-cuda-toolkit"
-
-src_prepare() {
- cmake_src_prepare
- cuda_src_prepare
-}
-
-src_configure() {
- mycmakeargs+=(
- -DCMAKE_CUDA_FLAGS="$(cuda_gccdir -f | tr -d \")"
- -DCUTLASS_ENABLE_HEADERS_ONLY=yes
- -DCUTLASS_ENABLE_TESTS=no
- )
- cuda_add_sandbox -w
- addpredict /dev/char
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
- rm -r "${ED}"/usr/test || die
-}
diff --git a/dev-libs/cutlass/cutlass-3.1.0.ebuild b/dev-libs/cutlass/cutlass-3.1.0.ebuild
deleted file mode 100644
index d85941a8c5e4..000000000000
--- a/dev-libs/cutlass/cutlass-3.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cuda cmake
-
-DESCRIPTION="CUDA Templates for Linear Algebra Subroutines"
-HOMEPAGE="https://github.com/NVIDIA/cutlass"
-SRC_URI="https://github.com/NVIDIA/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="dev-util/nvidia-cuda-toolkit"
-
-src_prepare() {
- cmake_src_prepare
- cuda_src_prepare
-}
-
-src_configure() {
- mycmakeargs+=(
- -DCMAKE_CUDA_FLAGS="$(cuda_gccdir -f | tr -d \")"
- -DCUTLASS_ENABLE_HEADERS_ONLY=yes
- -DCUTLASS_ENABLE_TESTS=no
- )
- cuda_add_sandbox -w
- addpredict /dev/char
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
- rm -r "${ED}"/usr/test || die
-}
diff --git a/dev-libs/cutlass/metadata.xml b/dev-libs/cutlass/metadata.xml
index 851323cabae4..f7a207fddd52 100644
--- a/dev-libs/cutlass/metadata.xml
+++ b/dev-libs/cutlass/metadata.xml
@@ -6,7 +6,6 @@
<name>Tupone Alfredo</name>
</maintainer>
<upstream>
- <remote-id type="github">pytorch/pytorch</remote-id>
<remote-id type="github">NVIDIA/cutlass</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2024-03-09 15:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-09 15:11 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-16 16:53 [gentoo-commits] repo/gentoo:master commit in: dev-libs/cutlass/ Alfredo Tupone
2024-04-30 9:19 Alfredo Tupone
2024-03-30 16:37 Alfredo Tupone
2023-12-28 10:03 Alfredo Tupone
2023-12-02 16:44 Alfredo Tupone
2023-09-24 8:56 Alfredo Tupone
2023-04-23 7:45 Alfredo Tupone
2023-04-15 17:44 Alfredo Tupone
2023-04-15 17:44 Alfredo Tupone
2023-04-12 6:18 Alfredo Tupone
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1709997050.a77839b0fbfa03d88b45521b33a59c3d4a4ee105.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox