Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/nullmpi/, sys-cluster/nullmpi/files/
Date: Tue, 06 Sep 2016 00:18:34
Message-Id: 1473119858.444781b07f0cbc476cff3a48586fdbcdbea0dafd.ottxor@gentoo
1 commit: 444781b07f0cbc476cff3a48586fdbcdbea0dafd
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 23:57:38 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 23:57:38 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=444781b0
7
8 sys-cluster/nullmpi: moved to gx86
9
10 .../nullmpi/files/nullmpi-0.7-libtool.patch | 53 ----------------------
11 sys-cluster/nullmpi/metadata.xml | 12 -----
12 sys-cluster/nullmpi/nullmpi-0.7.ebuild | 33 --------------
13 sys-cluster/nullmpi/nullmpi-9999.ebuild | 26 -----------
14 4 files changed, 124 deletions(-)
15
16 diff --git a/sys-cluster/nullmpi/files/nullmpi-0.7-libtool.patch b/sys-cluster/nullmpi/files/nullmpi-0.7-libtool.patch
17 deleted file mode 100644
18 index 60b5693..0000000
19 --- a/sys-cluster/nullmpi/files/nullmpi-0.7-libtool.patch
20 +++ /dev/null
21 @@ -1,53 +0,0 @@
22 -diff -Naur nullmpi-0.7.orig/configure.ac nullmpi-0.7/configure.ac
23 ---- nullmpi-0.7.orig/configure.ac 2011-01-23 17:20:35.000000000 +0100
24 -+++ nullmpi-0.7/configure.ac 2011-01-23 17:21:21.000000000 +0100
25 -@@ -18,6 +18,7 @@
26 - AC_PROG_RANLIB
27 - AC_PROG_LN_S
28 - AC_PROG_MAKE_SET
29 -+LT_INIT
30 -
31 - # Checks for header files.
32 - AC_HEADER_STDC
33 -diff -Naur nullmpi-0.7.orig/pmpi/Makefile.am nullmpi-0.7/pmpi/Makefile.am
34 ---- nullmpi-0.7.orig/pmpi/Makefile.am 2011-01-23 17:20:35.000000000 +0100
35 -+++ nullmpi-0.7/pmpi/Makefile.am 2011-01-23 17:41:58.000000000 +0100
36 -@@ -1,7 +1,7 @@
37 - ## process this file with automake to produce Makefile.in
38 -
39 --lib_LIBRARIES = libnullpmpi.a
40 --libnullpmpi_a_SOURCES = \
41 -+lib_LTLIBRARIES = libnullpmpi.la
42 -+libnullpmpi_la_SOURCES = \
43 - abort.c \
44 - allgather.c \
45 - allgatherv.c \
46 -@@ -115,4 +115,6 @@
47 - waitsome.c \
48 - pmpi_wrap.h
49 -
50 -+libnullpmpi_la_LIBADD = ../src/libnullmpi.la
51 -+
52 - AM_CPPFLAGS = -I$(srcdir)/../src -DPROFILELIB
53 -diff -Naur nullmpi-0.7.orig/pmpi/out.c nullmpi-0.7/pmpi/out.c
54 ---- nullmpi-0.7.orig/pmpi/out.c 2011-01-23 17:20:35.000000000 +0100
55 -+++ nullmpi-0.7/pmpi/out.c 2011-01-23 17:47:38.000000000 +0100
56 -@@ -1,3 +1,3 @@
57 - #include "pmpi_wrap.h"
58 -
59 --PMPI_WRAP2(MPI_Abort, MPI_Comm, int)
60 -+/*PMPI_WRAP2(MPI_Abort, MPI_Comm, int)*/
61 -diff -Naur nullmpi-0.7.orig/src/Makefile.am nullmpi-0.7/src/Makefile.am
62 ---- nullmpi-0.7.orig/src/Makefile.am 2011-01-23 17:20:35.000000000 +0100
63 -+++ nullmpi-0.7/src/Makefile.am 2011-01-23 17:22:11.000000000 +0100
64 -@@ -1,8 +1,8 @@
65 - ## process this file with automake to produce Makefile.in
66 -
67 - include_HEADERS = $(PUBLICHEADERS)
68 --lib_LIBRARIES = libnullmpi.a
69 --libnullmpi_a_SOURCES = $(PUBLICHEADERS) $(PRIVATEHEADERS) $(PRIVATESOURCES)
70 -+lib_LTLIBRARIES = libnullmpi.la
71 -+libnullmpi_la_SOURCES = $(PUBLICHEADERS) $(PRIVATEHEADERS) $(PRIVATESOURCES)
72 -
73 - PUBLICHEADERS = \
74 - mpi.h \
75
76 diff --git a/sys-cluster/nullmpi/metadata.xml b/sys-cluster/nullmpi/metadata.xml
77 deleted file mode 100644
78 index 3ffc9db..0000000
79 --- a/sys-cluster/nullmpi/metadata.xml
80 +++ /dev/null
81 @@ -1,12 +0,0 @@
82 -<?xml version="1.0" encoding="UTF-8"?>
83 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
84 -<pkgmetadata>
85 - <maintainer type="person">
86 - <email>ottxor@g.o</email>
87 - <name>Christoph Junghans</name>
88 - </maintainer>
89 -<maintainer type="project">
90 - <email>cluster@g.o</email>
91 - <name>Gentoo Cluster Project</name>
92 - </maintainer>
93 -</pkgmetadata>
94
95 diff --git a/sys-cluster/nullmpi/nullmpi-0.7.ebuild b/sys-cluster/nullmpi/nullmpi-0.7.ebuild
96 deleted file mode 100644
97 index 4bd7203..0000000
98 --- a/sys-cluster/nullmpi/nullmpi-0.7.ebuild
99 +++ /dev/null
100 @@ -1,33 +0,0 @@
101 -# Copyright 1999-2015 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -# $Id$
104 -
105 -EAPI=5
106 -
107 -inherit autotools-utils
108 -
109 -DESCRIPTION="MPI substitute library"
110 -HOMEPAGE="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/"
111 -SRC_URI="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/${PF}.tar.gz"
112 -
113 -LICENSE="GPL-1"
114 -SLOT="0"
115 -KEYWORDS="~amd64 ~x86"
116 -IUSE="static-libs"
117 -
118 -RDEPEND="
119 - !sys-cluster/lam-mpi
120 - !sys-cluster/mpich
121 - !sys-cluster/mpich2
122 - !sys-cluster/mpiexec"
123 -
124 -DEPEND="${RDEPEND}"
125 -
126 -DOCS=( AUTHORS ChangeLog README TODO )
127 -
128 -PATCHES=( "${FILESDIR}/${P}-libtool.patch" )
129 -
130 -src_prepare() {
131 - autotools-utils_src_prepare
132 - eautoreconf
133 -}
134
135 diff --git a/sys-cluster/nullmpi/nullmpi-9999.ebuild b/sys-cluster/nullmpi/nullmpi-9999.ebuild
136 deleted file mode 100644
137 index 3196a21..0000000
138 --- a/sys-cluster/nullmpi/nullmpi-9999.ebuild
139 +++ /dev/null
140 @@ -1,26 +0,0 @@
141 -# Copyright 1999-2014 Gentoo Foundation
142 -# Distributed under the terms of the GNU General Public License v2
143 -# $Id$
144 -
145 -EAPI=5
146 -
147 -AUTOTOOLS_AUTORECONF=true
148 -
149 -inherit autotools-utils git-r3
150 -
151 -DESCRIPTION="MPI substitute library"
152 -HOMEPAGE="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/"
153 -SRC_URI=""
154 -EGIT_REPO_URI="git://github.com/olenz/NullMPI.git"
155 -
156 -LICENSE="GPL-1"
157 -SLOT="0"
158 -KEYWORDS=""
159 -IUSE="static-libs"
160 -
161 -RDEPEND="
162 - !sys-cluster/lam-mpi
163 - !sys-cluster/mpich
164 - !sys-cluster/mpich2
165 - !sys-cluster/mpiexec"
166 -DEPEND="${RDEPEND}"