diff --git a/profiles/package.mask b/profiles/package.mask index bbe10db2f7..cf102191ab 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -61,7 +61,6 @@ www-apps/gogs # Requires (2023-01-29) # Very outdated live version diff --git a/sys-cluster/scorep/Manifest b/sys-cluster/scorep/Manifest deleted file mode 100644 index 73dec39d82..0000000000 --- a/sys-cluster/scorep/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST scorep-7.1.tar.gz 19979160 BLAKE2B be0f3d6534410c9c510e22110f92227dcdf52b77eba735913c92bcd67fed915d59a6988090f90abd777a9c4b0d821de7264d7b40d0687c8f684e4af72e42c43b SHA512 19da94e64eb9e3fb27f2c37087df2acc511645aa16abf80bb73c19eddab9efa004325d64eb0031df2f10a250976c9c2b1faf3169ebd32909703bf678c9abeb1a -DIST scorep-edf930df.tar.gz 20238984 BLAKE2B 9a469102a5bace67633efcf8d90908bd42f7b3a90b34139034d94aace9ebf31d38a96266257df41c3b1c754eef69b9bc5fa32be5565d1b3f59f00314a04b8e98 SHA512 1332c12facc64f68c3e382fbc578834a845eec69528603eb860b6e46b9d69c079d0c962e343f02fbe51976546c02860c3f0b4a8b96882bdb606a9577020f5c84 diff --git a/sys-cluster/scorep/metadata.xml b/sys-cluster/scorep/metadata.xml deleted file mode 100644 index 6f1ec656b7..0000000000 --- a/sys-cluster/scorep/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - Enable support for the GCC plug-in instrumentation - Enable the user library wrapping feature - Enable Online Access - Enable support for OpenACC - Build with libOpenCL support - Use the SHMEM compiler - Build with libpmi support - - diff --git a/sys-cluster/scorep/scorep-7.1-r1.ebuild b/sys-cluster/scorep/scorep-7.1-r1.ebuild deleted file mode 100644 index eadffa9b91..0000000000 --- a/sys-cluster/scorep/scorep-7.1-r1.ebuild +++ /dev/null @@ -1,166 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -FORTRAN_NEED_OPENMP=1 -FORTRAN_STANDARD=90 -LLVM_MAX_SLOT=14 - -inherit 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}/branches/gentoo-${PN}-score/sources.edf930df.tar.gz -> ${PN}-edf930df.tar.gz" -# https://perftools.pages.jsc.fz-juelich.de/cicd/${PN}/tags/${P}/${P}.tar.gz -S="${WORKDIR}/sources.edf930df" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug gcc-plugin llvm mpi online-access +openacc opencl openshmem pmi unwind" - -CDEPEND=" - dev-libs/cubelib - dev-libs/cubew - dev-libs/papi - sys-cluster/opari2 - >=sys-cluster/otf2-3.0 - sys-libs/binutils-libs:= - sys-libs/zlib - - llvm? ( - sys-devel/clang:"${LLVM_MAX_SLOT}" - 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} - 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 - - cat > build-config/common/platforms/platform-shmem-user-provided <<-EOF || die - SHMEMCC=oshcc - SHMEMCXX=oshc++ - SHMEMF77=oshfort - SHMEMFC=oshfort - SHMEM_CPPFLAGS=${CPPFLAGS} - SHMEM_CFLAGS=${CFLAGS} - SHMEM_CXXFLAGS=${CXXFLAGS} - SHMEM_FFLAGS=${FFLAGS} - SHMEM_FCFLAGS=${FCFLAGS} - SHMEM_LDFLAGS=${LDFLAGS} - SHMEM_LIBS=-lsma - SHMEM_LIB_NAME=libsma - SHMEM_NAME=sandia-openshmem - EOF - - rm -r vendor || die - default -} - -src_configure() { - - local myconf=( - --disable-cuda - --disable-experimental-platform - --disable-platform-mic - --disable-static - --enable-shared - --with-cubelib - --with-cubew - --with-custom-compilers - --with-libbfd - --with-opari2 - --with-otf2 - --with-papi-header="/usr/include" - --with-papi-lib="/usr/$(get_libdir)" - --without-libcuda - --without-libcudart - --without-libcupti - --without-liblustreapi - --without-libnvidia-ml - --without-librca - --without-pdt - - $(use_enable debug) - $(use_enable openacc) - $(use_with gcc-plugin) - $(use_with online-access) - $(use_with opencl libOpenCL) - $(use_with openshmem shmem openshmem) - $(use_with pmi) - $(use_with unwind libunwind) - ) - if use llvm; then - myconf+=( "--with-llvm=$(get_llvm_prefix)/bin" ) - else - myconf+=( "--without-llvm" ) - fi - use mpi || myconf+=( "--without-mpi" ) - - econf CXXFLAGS_FOR_BUILD_SCORE="${CXXFLAGS}" CFLAGS_FOR_BUILD_SCORE="${CFLAGS}" LDFLAGS_FOR_BUILD_SCORE="${LDFLAGS}" "${myconf[@]}" -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/sys-cluster/scorep/scorep-7.1.ebuild b/sys-cluster/scorep/scorep-7.1.ebuild deleted file mode 100644 index d12a677a3a..0000000000 --- a/sys-cluster/scorep/scorep-7.1.ebuild +++ /dev/null @@ -1,166 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -FORTRAN_NEED_OPENMP=1 -FORTRAN_STANDARD=90 -LLVM_MAX_SLOT=14 - -inherit 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 +openacc opencl openshmem pmi unwind" - -CDEPEND=" - dev-libs/cubelib - dev-libs/cubew - dev-libs/papi - sys-cluster/opari2 - 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 - - cat > build-config/common/platforms/platform-shmem-user-provided <<-EOF || die - SHMEMCC=oshcc - SHMEMCXX=oshc++ - SHMEMF77=oshfort - SHMEMFC=oshfort - SHMEM_CPPFLAGS=${CPPFLAGS} - SHMEM_CFLAGS=${CFLAGS} - SHMEM_CXXFLAGS=${CXXFLAGS} - SHMEM_FFLAGS=${FFLAGS} - SHMEM_FCFLAGS=${FCFLAGS} - SHMEM_LDFLAGS=${LDFLAGS} - SHMEM_LIBS=-lsma - SHMEM_LIB_NAME=libsma - SHMEM_NAME=sandia-openshmem - EOF - - rm -r vendor || die - default -} - -src_configure() { - - local myconf=( - --disable-cuda - --disable-experimental-platform - --disable-platform-mic - --disable-static - --enable-shared - --with-cubelib - --with-cubew - --with-custom-compilers - --with-libbfd - --with-opari2 - --with-otf2 - --with-papi-header="/usr/include" - --with-papi-lib="/usr/$(get_libdir)" - --without-libcuda - --without-libcudart - --without-libcupti - --without-liblustreapi - --without-libnvidia-ml - --without-librca - --without-pdt - - $(use_enable debug) - $(use_enable openacc) - $(use_with gcc-plugin) - $(use_with online-access) - $(use_with opencl libOpenCL) - $(use_with openshmem shmem openshmem) - $(use_with pmi) - $(use_with unwind libunwind) - ) - if use llvm; then - myconf+=( "--with-llvm=$(get_llvm_prefix)/bin" ) - else - myconf+=( "--without-llvm" ) - fi - use mpi || myconf+=( "--without-mpi" ) - - econf "${myconf[@]}" -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}