summaryrefslogtreecommitdiff
path: root/sys-cluster/mpich2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /sys-cluster/mpich2
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'sys-cluster/mpich2')
-rw-r--r--sys-cluster/mpich2/Manifest4
-rw-r--r--sys-cluster/mpich2/files/mpich2-1.5-fno-common.patch21
-rw-r--r--sys-cluster/mpich2/metadata.xml13
-rw-r--r--sys-cluster/mpich2/mpich2-1.5-r2.ebuild123
4 files changed, 0 insertions, 161 deletions
diff --git a/sys-cluster/mpich2/Manifest b/sys-cluster/mpich2/Manifest
deleted file mode 100644
index 931a2b681fb8..000000000000
--- a/sys-cluster/mpich2/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX mpich2-1.5-fno-common.patch 531 BLAKE2B 1b7823e5c597384eb3dea589dfca0caee8fee9ed2887ac25c5152812fa1ea4e3e6d31669945e9c0c16b443e85c6fc9e075ad54b3b5d7a60fbc1921917b023978 SHA512 2e71c542e7cf4237c723dea527be06b6f37fd7f338810cf5a544b39234dda089b06ed58dd8e0ff5b7cdd3c716a0bae90b6e47c0bb03c865a93c962567d3267f5
-DIST mpich2-1.5.tar.gz 22826035 BLAKE2B 75075fbdd0111725e5bce1e828561125cdba2c91ecfb5af7c6ebd0603f8de05aa5813e57bf05b276607d0a6c0a378862b5631ab988f87e67299e7f651efdc76b SHA512 01ef68accdd60af805705c1c7a144a570eee6f01984939fe151a093f963c956fba366247b1058885ba1a2ff626278d30e928e03d394bd6cf2a4b6dab99586c15
-EBUILD mpich2-1.5-r2.ebuild 2984 BLAKE2B 0aa8fb4f4f09bd33daf6d4dba9f0cf02b5bfc8a4ae355de2220b27a1d6314c34c77d8f1db4a106439496a92d0e5562451d52472331c5eace0c3e92e80cc120d9 SHA512 640ba044f1151d692bab75d7de2e1b50248c0d546ed77f231c817d66568f7649c92adad33624e3d21a3cc1efee2adecd15944e60a80a9c8b549a3ce7991caa50
-MISC metadata.xml 427 BLAKE2B 367f9a26db478ba0c84be955fe5861c50c9bcad56be08f07ed1d958b26f9d9529e6e1e7d0f24a0256306fc93062f5309a068ea2a661fbdcba837c95c7ab2eec5 SHA512 3c0b449002cf029ec027c9f0bb0c0025a142577a2f747eac4b0d96c62255bd76ce6233744eb844d05f2b93d51225e497f4e34357564a6fcce50176bc1cf51e77
diff --git a/sys-cluster/mpich2/files/mpich2-1.5-fno-common.patch b/sys-cluster/mpich2/files/mpich2-1.5-fno-common.patch
deleted file mode 100644
index ce0c1911b16d..000000000000
--- a/sys-cluster/mpich2/files/mpich2-1.5-fno-common.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/src/pm/hydra/pm/pmiserv/pmip_cb.c
-+++ b/src/pm/hydra/pm/pmiserv/pmip_cb.c
-@@ -12,7 +12,6 @@
- #include "topo.h"
- #include "hydt_ftb.h"
-
--struct HYD_pmcd_pmip HYD_pmcd_pmip;
- struct HYD_pmcd_pmip_pmi_handle *HYD_pmcd_pmip_pmi_handle = { 0 };
-
- static int storage_len = 0;
---- a/src/pm/hydra/pm/pmiserv/pmip.c
-+++ b/src/pm/hydra/pm/pmiserv/pmip.c
-@@ -11,8 +11,6 @@
- #include "topo.h"
- #include "hydt_ftb.h"
-
--struct HYD_pmcd_pmip HYD_pmcd_pmip;
--
- static HYD_status init_params(void)
- {
- HYD_status status = HYD_SUCCESS;
diff --git a/sys-cluster/mpich2/metadata.xml b/sys-cluster/mpich2/metadata.xml
deleted file mode 100644
index b62c63e7f6e0..000000000000
--- a/sys-cluster/mpich2/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>cluster@gentoo.org</email>
- <name>Gentoo Cluster Project</name>
- </maintainer>
- <use>
- <flag name="romio">Enable romio, a high-performance portable MPI-IO
- implementation</flag>
- <flag name="mpi-threads">Enable MPI_THREAD_MULTIPLE</flag>
- </use>
-</pkgmetadata>
diff --git a/sys-cluster/mpich2/mpich2-1.5-r2.ebuild b/sys-cluster/mpich2/mpich2-1.5-r2.ebuild
deleted file mode 100644
index cc4ea60778ce..000000000000
--- a/sys-cluster/mpich2/mpich2-1.5-r2.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-FORTRAN_NEEDED=fortran
-
-inherit epatch fortran-2 flag-o-matic
-
-MY_PV=${PV/_/}
-DESCRIPTION="A high performance and portable MPI implementation"
-HOMEPAGE="http://www.mcs.anl.gov/research/projects/mpich2/index.php"
-SRC_URI="http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${MY_PV}/${PN}-${MY_PV}.tar.gz"
-
-SLOT="0"
-LICENSE="mpich2"
-KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="+cxx doc fortran mpi-threads romio threads"
-
-COMMON_DEPEND="
- dev-libs/libaio
- net-libs/libnsl:0=
- sys-apps/hwloc:=
- romio? ( net-fs/nfs-utils )"
-
-DEPEND="${COMMON_DEPEND}
- dev-lang/perl
- sys-devel/libtool"
-
-RDEPEND="${COMMON_DEPEND}
- !sys-cluster/mpich
- !sys-cluster/openmpi"
-
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-pkg_setup() {
- FORTRAN_STANDARD="77 90"
- fortran-2_pkg_setup
-
- if use mpi-threads && ! use threads; then
- ewarn "mpi-threads requires threads, assuming that's what you want"
- fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-fno-common.patch"
-
- # Using MPICH2LIB_LDFLAGS doesn't seem to full work.
- sed -i 's| *@WRAPPER_LDFLAGS@ *||' \
- src/packaging/pkgconfig/mpich2.pc.in \
- src/env/*.in \
- || die
-}
-
-src_configure() {
- local c="--enable-shared --disable-static"
-
- # The configure statements can be somewhat confusing, as they
- # don't all show up in the top level configure, however, they
- # are picked up in the children directories.
-
- if use mpi-threads; then
- # MPI-THREAD requries threading.
- c="${c} --with-thread-package=pthreads"
- c="${c} --enable-threads=runtime"
- else
- if use threads ; then
- c="${c} --with-thread-package=pthreads"
- else
- c="${c} --with-thread-package=none"
- fi
- c="${c} --enable-threads=single"
- fi
-
- # GCC 10 compatibility workaround
- # bug #725722
- append-fflags $(test-flags-FC -fallow-argument-mismatch)
-
- export MPICH2LIB_CFLAGS=${CFLAGS}
- export MPICH2LIB_CPPFLAGS=${CPPFLAGS}
- export MPICH2LIB_CXXFLAGS=${CXXFLAGS}
- export MPICH2LIB_FFLAGS=${FFLAGS}
- export MPICH2LIB_FCFLAGS=${FCFLAGS}
- export MPICH2LIB_LDFLAGS=${LDFLAGS}
- # dropped w/ bug #725722 fix
- #unset CFLAGS CPPFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS
-
- c="${c} --sysconfdir=${EPREFIX}/etc/${PN}"
- c="${c} --docdir=${EPREFIX}/usr/share/doc/${PF}"
-
- # Forcing Bash as there's quite a few bashisms in the build system
- CONFIG_SHELL="${BROOT}/bin/bash" econf ${c} \
- --with-pm=hydra \
- --disable-mpe \
- --disable-fast \
- --enable-smpcoll \
- --enable-versioning \
- $(use_enable romio) \
- $(use_enable cxx) \
- $(use_enable fortran f77) \
- $(use_enable fortran fc)
-}
-
-src_test() {
- emake -j1 check
-}
-
-src_install() {
- default
-
- dodir /usr/share/doc/${PF}
- dodoc COPYRIGHT README{,.envvar} CHANGES RELEASE_NOTES
- newdoc src/pm/hydra/README README.hydra
- if use romio; then
- newdoc src/mpi/romio/README README.romio
- fi
-
- if ! use doc; then
- rm -rf "${D}"usr/share/doc/${PF}/www*
- fi
-
- find "${ED}" -name '*.la' -delete || die
-}