public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/OpenHPC-meta/, profiles/
Date: Mon,  6 Mar 2023 20:00:31 +0000 (UTC)	[thread overview]
Message-ID: <1678132380.1e4f24ebb9980c6c6d6b9a9a7597e022332d343f.cybertailor@gentoo> (raw)

commit:     1e4f24ebb9980c6c6d6b9a9a7597e022332d343f
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Mar  6 19:47:40 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Mar  6 19:53:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e4f24eb

sys-cluster/OpenHPC-meta: remove scorep dep

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 profiles/package.mask                              |  1 -
 ...-meta-2.1.ebuild => OpenHPC-meta-2.1-r1.ebuild} | 42 +++++++++++-----------
 2 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5c365a466..59bcb5dcc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -64,7 +64,6 @@ net-misc/bee
 sys-cluster/scorep
 # and revdeps
 gui-libs/cubegui
-sys-cluster/OpenHPC-meta
 sys-cluster/scalasca
 
 # Viorel Munteanu <ceamac@gentoo.org> (2023-01-29)

diff --git a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1-r1.ebuild
similarity index 86%
rename from sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
rename to sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1-r1.ebuild
index b347af749..a57bd0d5c 100644
--- a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
+++ b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1-r1.ebuild
@@ -1,33 +1,36 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit python-single-r1
 
 DESCRIPTION="OpenHPC metapackage"
 
-SLOT="0"
-LICENSE="GPL-2"
 HOMEPAGE="
 	https://openhpc.community
 	https://github.com/openhpc/ohpc
 "
+
 KEYWORDS="~amd64"
+SLOT="0"
+LICENSE="metapackage"
 IUSE="+io-libs +parallel +perf-tools +python +runtimes +serial +slurm-client +slurm-server" #geopm warewulf
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 #TODO: add metis/partition useflags in a way that doesn't pull in non-free parmetis
 RDEPEND="
 	${PYTHON_DEPS}
-	|| ( sys-libs/libunwind sys-libs/llvm-libunwind )
-
 	app-shells/pdsh
 	sys-apps/ipmitool
 	sys-process/numactl
 	virtual/mpi
-
+	|| (
+		sys-libs/libunwind
+		sys-libs/llvm-libunwind
+	)
 	io-libs? (
 		sci-libs/hdf5[cxx,fortran,mpi]
 		sci-libs/netcdf[hdf5,mpi]
@@ -35,9 +38,12 @@ RDEPEND="
 		sci-libs/netcdf-fortran
 		sys-cluster/adios2[fortran,hdf5,mpi]
 		sys-cluster/parallel-netcdf
-		python? ( $(python_gen_cond_dep 'sys-cluster/adios2[python,${PYTHON_SINGLE_USEDEP}]') )
+		python? (
+			$(python_gen_cond_dep '
+				sys-cluster/adios2[python,${PYTHON_SINGLE_USEDEP}]
+			')
+		)
 	)
-
 	parallel? (
 		dev-libs/boost[mpi]
 		sci-libs/fftw[mpi]
@@ -51,16 +57,18 @@ RDEPEND="
 		sci-mathematics/petsc[fftw,hypre,mpi,mumps,scotch]
 		sci-mathematics/slepc[mpi]
 		sys-cluster/opencoarrays
-
 		io-libs? (
 			sci-libs/mfem[netcdf]
 			sci-libs/trilinos[hdf5,netcdf]
 			sci-mathematics/petsc[hdf5]
 		)
-		python? ( $(python_gen_cond_dep 'dev-libs/boost[numpy,python,${PYTHON_USEDEP}]') )
+		python? (
+			$(python_gen_cond_dep '
+				dev-libs/boost[numpy,python,${PYTHON_USEDEP}]
+			')
+		)
 		serial? ( sci-libs/mfem[superlu] )
 	)
-
 	perf-tools? (
 		dev-libs/papi
 		sys-apps/likwid
@@ -68,10 +76,7 @@ RDEPEND="
 		sys-cluster/extrae[${PYTHON_SINGLE_USEDEP}]
 		sys-cluster/mpi-benchmarks
 		sys-cluster/osu-micro-benchmarks
-		sys-cluster/scalasca
-		sys-cluster/scorep[mpi,unwind]
 	)
-
 	python? (
 		$(python_gen_cond_dep '
 			dev-python/mpi4py[${PYTHON_USEDEP}]
@@ -79,12 +84,10 @@ RDEPEND="
 			dev-python/scipy[${PYTHON_USEDEP}]
 		')
 	)
-
 	runtimes? (
 		sys-cluster/charliecloud[${PYTHON_SINGLE_USEDEP}]
 		app-containers/apptainer
 	)
-
 	serial? (
 		dev-lang/R[lapack]
 		sci-libs/gsl[cblas-external]
@@ -93,18 +96,15 @@ RDEPEND="
 		sci-libs/plasma
 		sci-libs/superlu
 	)
-
 	slurm-client? (
 		sys-apps/hwloc
 		sys-cluster/slurm[numa,pam]
 		io-libs? ( sys-cluster/slurm[hdf5] )
 	)
-
 	slurm-server? (
 		sys-cluster/slurm[numa,perl,slurmdbd]
 		io-libs? ( sys-cluster/slurm[hdf5] )
 	)
-
 "
 #	perf-tools
 	#tau
@@ -128,5 +128,3 @@ RDEPEND="
 		#warewulf-provision-server
 		#warewulf-vnfs
 	#)
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"


                 reply	other threads:[~2023-03-06 20:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1678132380.1e4f24ebb9980c6c6d6b9a9a7597e022332d343f.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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