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 A8000158091 for ; Fri, 10 Jun 2022 03:58:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE09EE0828; Fri, 10 Jun 2022 03:58:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EAC3DE085A for ; Fri, 10 Jun 2022 03:58:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C5723341673 for ; Fri, 10 Jun 2022 03:58:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F30D507 for ; Fri, 10 Jun 2022 03:58:07 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1654833484.dfc60580ae6696260c8b78b1e57da46029d6860a.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/scorep/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/scorep/Manifest sys-cluster/scorep/metadata.xml sys-cluster/scorep/scorep-7.1.ebuild X-VCS-Directories: sys-cluster/scorep/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: dfc60580ae6696260c8b78b1e57da46029d6860a X-VCS-Branch: dev Date: Fri, 10 Jun 2022 03:58:07 +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: cf408f96-5561-4f20-8610-a4e4586e7d70 X-Archives-Hash: 9df8340a6b7fd9cc383e14aa96a2b7ec commit: dfc60580ae6696260c8b78b1e57da46029d6860a Author: Alessandro Barbieri gmail com> AuthorDate: Fri Jun 10 03:46:50 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Jun 10 03:58:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfc60580 sys-cluster/scorep: new package, add 7.1 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/scorep/Manifest | 1 + sys-cluster/scorep/metadata.xml | 16 +++++ sys-cluster/scorep/scorep-7.1.ebuild | 126 +++++++++++++++++++++++++++++++++++ 3 files changed, 143 insertions(+) diff --git a/sys-cluster/scorep/Manifest b/sys-cluster/scorep/Manifest new file mode 100644 index 000000000..1464caa23 --- /dev/null +++ b/sys-cluster/scorep/Manifest @@ -0,0 +1 @@ +DIST scorep-7.1.tar.gz 19979160 BLAKE2B be0f3d6534410c9c510e22110f92227dcdf52b77eba735913c92bcd67fed915d59a6988090f90abd777a9c4b0d821de7264d7b40d0687c8f684e4af72e42c43b SHA512 19da94e64eb9e3fb27f2c37087df2acc511645aa16abf80bb73c19eddab9efa004325d64eb0031df2f10a250976c9c2b1faf3169ebd32909703bf678c9abeb1a diff --git a/sys-cluster/scorep/metadata.xml b/sys-cluster/scorep/metadata.xml new file mode 100644 index 000000000..b371d2d2e --- /dev/null +++ b/sys-cluster/scorep/metadata.xml @@ -0,0 +1,16 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + Enable support for the GCC plug-in instrumentation + Enable the user library wrapping feature + Enable Online Access + Build with libOpenCL support + Use the SHMEM compiler + Build with libpmi support + + diff --git a/sys-cluster/scorep/scorep-7.1.ebuild b/sys-cluster/scorep/scorep-7.1.ebuild new file mode 100644 index 000000000..b71364f08 --- /dev/null +++ b/sys-cluster/scorep/scorep-7.1.ebuild @@ -0,0 +1,126 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +LLVM_MAX_SLOT=14 + +inherit autotools llvm fortran-2 toolchain-funcs + +DESCRIPTION="Scalable Performance Measurement Infrastructure for Parallel Codes" +HOMEPAGE="https://www.vi-hps.org/projects/score-p" +SRC_URI="https://perftools.pages.jsc.fz-juelich.de/cicd/${PN}/tags/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug gcc-plugin llvm mpi online-access opencl openshmem pmi unwind" + +CDEPEND=" + dev-libs/cubelib + dev-libs/cubew + dev-libs/papi + sys-cluster/opari2 + sys-cluster/otf2 + sys-libs/binutils-libs:= + sys-libs/zlib + + llvm? ( + sys-devel/clang:"${LLVM_MAX_SLOT}" +