From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C428715800F for ; Thu, 19 Jan 2023 14:00:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18D62E0954; Thu, 19 Jan 2023 14:00:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00AB8E093E for ; Thu, 19 Jan 2023 14:00:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32F06340BB9 for ; Thu, 19 Jan 2023 14:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 540DD882 for ; Thu, 19 Jan 2023 14:00:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1674136537.b2f247a792c445bacef64ae598a7f324083faed8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-hostcall/files/, profiles/, dev-libs/rocm-hostcall/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rocm-hostcall/Manifest dev-libs/rocm-hostcall/files/rocm-hostcall-2.7.0-install-correctly.patch dev-libs/rocm-hostcall/metadata.xml dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild profiles/package.mask X-VCS-Directories: dev-libs/rocm-hostcall/ profiles/ dev-libs/rocm-hostcall/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b2f247a792c445bacef64ae598a7f324083faed8 X-VCS-Branch: master Date: Thu, 19 Jan 2023 14:00:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba9c3997-88f3-49ff-bad4-6a5aeed2e948 X-Archives-Hash: e4d6f8a133f10a0d818f0269795c9aa4 commit: b2f247a792c445bacef64ae598a7f324083faed8 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 19 13:55:37 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 19 13:55:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f247a7 dev-libs/rocm-hostcall: Remove last-rited pkg Signed-off-by: Michał Górny gentoo.org> dev-libs/rocm-hostcall/Manifest | 1 - .../rocm-hostcall-2.7.0-install-correctly.patch | 39 ---------------------- dev-libs/rocm-hostcall/metadata.xml | 11 ------ dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild | 27 --------------- profiles/package.mask | 4 --- 5 files changed, 82 deletions(-) diff --git a/dev-libs/rocm-hostcall/Manifest b/dev-libs/rocm-hostcall/Manifest deleted file mode 100644 index ca774830c73a..000000000000 --- a/dev-libs/rocm-hostcall/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rocm-hostcall-2.7.0.tar.gz 1500771 BLAKE2B 275ad4cab34d554f8a131101eda474926f7270a44a0af9941d8f1233c29b44b3efb3ba83c6b541d501a3e2fc751c591c0f6a993563bbacf539b5bcd04b23963b SHA512 afb4a7318c2e137db6ac0502041ed53e63783ec1ab458962b1b16f0f2f28e09ce2ae70d048b858740eca8bf06328858400a68bed4e91d7cfc4b7714a66d85bc9 diff --git a/dev-libs/rocm-hostcall/files/rocm-hostcall-2.7.0-install-correctly.patch b/dev-libs/rocm-hostcall/files/rocm-hostcall-2.7.0-install-correctly.patch deleted file mode 100644 index f419674886a7..000000000000 --- a/dev-libs/rocm-hostcall/files/rocm-hostcall-2.7.0-install-correctly.patch +++ /dev/null @@ -1,39 +0,0 @@ -https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/pull/18 - -From 345025de5c6c470e36505ff70978b168c05a1a71 Mon Sep 17 00:00:00 2001 -From: Craig Andrews -Date: Wed, 31 Jul 2019 11:18:56 -0400 -Subject: [PATCH] Install to standard locations using GNUInstallDirs - -Some distributions require 64 bit libraries to be installed to lib64, for example. -Using GNUInstallDirs ensures that files are installed to the expected locations. ---- - CMakeLists.txt | 8 +++++--- - 1 file changed, 5 insertions(+), 3 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 0f524e6..009bab7 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -5,6 +5,8 @@ if (NOT UNIX) - message(FATAL_ERROR "No Windows support due to lack of signals") - endif() - -+include(GNUInstallDirs) -+ - find_path(HSA_HEADER hsa/hsa.h PATHS /opt/rocm/include) - if (NOT EXISTS ${HSA_HEADER}) - message(FATAL_ERROR "Cannot find HSA headers. Please check the CMAKE_PREFIX_PATH") -@@ -34,9 +36,9 @@ target_compile_options(amd_hostcall - target_compile_definitions(amd_hostcall - PRIVATE "${AMD_HOSTCALL_PRIVATE_COMPILE_DEFINITIONS}") - --set(INCLUDE_INSTALL_DIR include) --set(LIB_INSTALL_DIR lib) --set(SHARE_INSTALL_DIR share) -+set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_INCLUDEDIR}) -+set(LIB_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}) -+set(SHARE_INSTALL_DIR ${CMAKE_INSTALL_DATADIR}) - set(CONFIG_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/amd_hostcall) - - install(TARGETS amd_hostcall diff --git a/dev-libs/rocm-hostcall/metadata.xml b/dev-libs/rocm-hostcall/metadata.xml deleted file mode 100644 index babf53121c62..000000000000 --- a/dev-libs/rocm-hostcall/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - candrews@gentoo.org - Craig Andrews - - - RadeonOpenCompute/ROCm-CompilerSupport - - diff --git a/dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild b/dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild deleted file mode 100644 index 75029423c259..000000000000 --- a/dev-libs/rocm-hostcall/rocm-hostcall-2.7.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/" - inherit git-r3 - S="${WORKDIR}/${P}/lib/hostcall" -else - SRC_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/roc-${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/ROCm-CompilerSupport-roc-${PV}/lib/hostcall" - KEYWORDS="~amd64" -fi -PATCHES=( - "${FILESDIR}/${P}-install-correctly.patch" -) - -DESCRIPTION="Radeon Open Compute hostcall API" -HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport" -LICENSE="MIT" -SLOT="0/$(ver_cut 1-2)" - -RDEPEND="dev-libs/rocr-runtime" -DEPEND="${RDEPEND}" diff --git a/profiles/package.mask b/profiles/package.mask index 25255cf24628..60013ac2f12e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -776,10 +776,6 @@ x11-wm/sawfish # Bundled by >=dev-util/hip-5, removal on 2023-01-19 dev-libs/rocclr -# Andreas Sturmlechner (2022-12-18) -# Stuck at 2.7.0, no revdeps; removal on 2023-01-19 -dev-libs/rocm-hostcall - # Jaco Kroon (2022-12-14) # Multiple open bugs (bug #870910, bug #877731, bug #884815), only one of which # is trivial to solve.