public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/scalasca/, profiles/
@ 2023-03-06 20:00 Anna Vyalkova
  0 siblings, 0 replies; only message in thread
From: Anna Vyalkova @ 2023-03-06 20:00 UTC (permalink / raw
  To: gentoo-commits

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

sys-cluster/scalasca: treeclean

Closes: https://bugs.gentoo.org/852041
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 profiles/package.mask                    |  2 -
 sys-cluster/scalasca/Manifest            |  1 -
 sys-cluster/scalasca/metadata.xml        |  8 ---
 sys-cluster/scalasca/scalasca-2.6.ebuild | 98 --------------------------------
 4 files changed, 109 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 6e5a19695..bbe10db2f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -62,8 +62,6 @@ www-apps/gogs
 dev-util/annobin
 net-misc/bee
 sys-cluster/scorep
-# and revdeps
-sys-cluster/scalasca
 
 # Viorel Munteanu <ceamac@gentoo.org> (2023-01-29)
 # Very outdated live version

diff --git a/sys-cluster/scalasca/Manifest b/sys-cluster/scalasca/Manifest
deleted file mode 100644
index abff88c01..000000000
--- a/sys-cluster/scalasca/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST scalasca-2.6.tar.gz 10799514 BLAKE2B 0a4b70a01394a41a7be9791baf6f6b4fef796a9f6c9e765ff7de413deb99e80896cd1afa444644383b049274c0a3216578b94f0620f2f9ab1c20e9c8360cbb5d SHA512 a57de4e7b095d7093c9c2ca2404c1af253bfbb459be768335cf1b547c2486c0c952b0062c9347e4a959c88fa8b4bb077569ef4c27eeb483327d622b558675a2b

diff --git a/sys-cluster/scalasca/metadata.xml b/sys-cluster/scalasca/metadata.xml
deleted file mode 100644
index 40bc55973..000000000
--- a/sys-cluster/scalasca/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/sys-cluster/scalasca/scalasca-2.6.ebuild b/sys-cluster/scalasca/scalasca-2.6.ebuild
deleted file mode 100644
index 20b391727..000000000
--- a/sys-cluster/scalasca/scalasca-2.6.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Scalable Performance Analysis of Large-Scale Applications"
-HOMEPAGE="https://www.scalasca.org/scalasca/software/scalasca-2.x/download.html"
-SRC_URI="http://apps.fz-juelich.de/${PN}/releases/${PN}/${PV}/dist/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+openmp"
-
-RDEPEND="
-	dev-libs/cubelib
-	dev-libs/cubew
-	gui-libs/cubegui
-	sys-cluster/otf2
-	sys-cluster/scorep
-	sys-libs/binutils-libs
-	sys-libs/zlib
-	virtual/mpi
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-"
-
-src_prepare() {
-	rm -r vendor || die
-	default
-}
-
-src_configure() {
-	tc-export CC CXX FC F77 CPP AR
-
-	cat > build-config/common/platforms/platform-backend-user-provided <<-EOF || die
-	CC=${CC}
-	CXX=${CXX}
-	FC=${FC}
-	F77=${F77}
-	CPP=${CPP}
-	CXXCPP=${CPP}
-	EOF
-
-	cat > build-config/common/platforms/platform-frontend-user-provided <<-EOF || die
-	CC_FOR_BUILD=${CC}
-	F77_FOR_BUILD=${F77}
-	FC_FOR_BUILD=${FC}
-	CXX_FOR_BUILD=${CXX}
-	LDFLAGS_FOR_BUILD=${LDFLAGS}
-	CFLAGS_FOR_BUILD=${CFLAGS}
-	CXXFLAGS_FOR_BUILD=${CXXFLAGS}
-	CPPFLAGS_FOR_BUILD=${CPPFLAGS}
-	FCFLAGS_FOR_BUILD=${FCFLAGS}
-	FFLAGS_FOR_BUILD=${FFLAGS}
-	CXXFLAGS_FOR_BUILD_SCORE=${CXXFLAGS}
-	EOF
-
-	cat > build-config/common/platforms/platform-mpi-user-provided <<-EOF || die
-	MPICC=mpicc
-	MPICXX=mpicxx
-	MPIF77=mpif77
-	MPIFC=mpif90
-	MPI_CPPFLAGS=${CPPFLAGS}
-	MPI_CFLAGS=${CFLAGS}
-	MPI_CXXFLAGS=${CXXFLAGS}
-	MPI_FFLAGS=${FFLAGS}
-	MPI_FCFLAGS=${FCFLAGS}
-	MPI_LDFLAGS=${LDFLAGS}
-	EOF
-
-	local myconf=(
-		--disable-platform-mic
-		--disable-static
-		--enable-shared
-		--with-cubew="${EPREFIX}/usr"
-		--with-custom-compilers
-		--with-libz="${EPREFIX}/usr"
-		--with-otf2="${EPREFIX}/usr"
-		$(use_enable openmp)
-	)
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-	mkdir -p "${ED}/usr/share/doc/${PF}/html" || die
-	mv "${ED}/usr/share/doc/${PF}/manual/html" "${ED}/usr/share/doc/${PF}/html/manual" || die
-	mv "${ED}/usr/share/doc/${PF}/patterns" "${ED}/usr/share/doc/${PF}/html/patterns" || die
-	docompress -x "/usr/share/doc/${PF}/html"
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-06 20:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-06 20:00 [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/scalasca/, profiles/ Anna Vyalkova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox