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 CC3E5158041 for ; Fri, 8 Mar 2024 19:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FD52E2A03; Fri, 8 Mar 2024 19:22:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 18BAAE2A03 for ; Fri, 8 Mar 2024 19:22:57 +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 4BE6B33BEED for ; Fri, 8 Mar 2024 19:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7679C14FF for ; Fri, 8 Mar 2024 19:22:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709925727.ab202980f8b408b69fdac5b83801b0504ebebfcd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hipSOLVER/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/hipSOLVER/Manifest sci-libs/hipSOLVER/hipSOLVER-5.7.1.ebuild sci-libs/hipSOLVER/metadata.xml X-VCS-Directories: sci-libs/hipSOLVER/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab202980f8b408b69fdac5b83801b0504ebebfcd X-VCS-Branch: master Date: Fri, 8 Mar 2024 19:22:52 +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: 8ed27540-9b3e-4164-b482-70bd6d07c9a0 X-Archives-Hash: 771e5c63fa29c40e3fc6e625ad588206 commit: ab202980f8b408b69fdac5b83801b0504ebebfcd Author: Sv. Lockal gmail com> AuthorDate: Wed Jan 10 21:02:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 8 19:22:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab202980 sci-libs/hipSOLVER: new package, add 5.7.1 Signed-off-by: Sv. Lockal gmail.com> Signed-off-by: Sam James gentoo.org> sci-libs/hipSOLVER/Manifest | 1 + sci-libs/hipSOLVER/hipSOLVER-5.7.1.ebuild | 35 +++++++++++++++++++++++++++++++ sci-libs/hipSOLVER/metadata.xml | 19 +++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/sci-libs/hipSOLVER/Manifest b/sci-libs/hipSOLVER/Manifest new file mode 100644 index 000000000000..44e9bd41301a --- /dev/null +++ b/sci-libs/hipSOLVER/Manifest @@ -0,0 +1 @@ +DIST hipSOLVER-rocm-5.7.1.tar.gz 1516012 BLAKE2B 8d0966d34877978784b9872150283719602465c85036c3a74a72a2fe7c516b6029af3f4aefbc022088b2cf37bb1e0a450c0221aef0ac3227018020de340adfcd SHA512 f9c14b51ea582f17d1b323c7d066d9c0c95f4250f08515768d7a11067774fd2841fa3dec7354d3c98e56bd8dd53cff3b993c68b1d7df4b24f562b3afe9c4625e diff --git a/sci-libs/hipSOLVER/hipSOLVER-5.7.1.ebuild b/sci-libs/hipSOLVER/hipSOLVER-5.7.1.ebuild new file mode 100644 index 000000000000..fc195db69e10 --- /dev/null +++ b/sci-libs/hipSOLVER/hipSOLVER-5.7.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ROCM_VERSION=${PV} + +inherit cmake rocm + +DESCRIPTION="CU / ROCM agnostic marshalling library for LAPACK routines on the GPU" +HOMEPAGE="https://github.com/ROCm/hipSOLVER" +SRC_URI="https://github.com/ROCm/hipSOLVER/archive/refs/tags/rocm-${PV}.tar.gz -> hipSOLVER-rocm-${PV}.tar.gz" +REQUIRED_USE="${ROCM_REQUIRED_USE}" + +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0/$(ver_cut 1-2)" + +RESTRICT="test" + +RDEPEND="dev-util/hip + sci-libs/rocSOLVER:${SLOT}[${ROCM_USEDEP}]" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/hipSOLVER-rocm-${PV}" + +src_configure() { + local mycmakeargs=( + -DAMDGPU_TARGETS="$(get_amdgpu_flags)" + -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF + -DROCM_SYMLINK_LIBS=OFF + ) + + CXX=hipcc cmake_src_configure +} diff --git a/sci-libs/hipSOLVER/metadata.xml b/sci-libs/hipSOLVER/metadata.xml new file mode 100644 index 000000000000..dfd45574f216 --- /dev/null +++ b/sci-libs/hipSOLVER/metadata.xml @@ -0,0 +1,19 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + xgreenlandforwyy@gmail.com + Yiyang Wu + + + lockalsash@gmail.com + Sv. Lockal + + + ROCmSoftwarePlatform/hipSOLVER + +