Gentoo Archives: gentoo-commits

From: Christoph Junghans <kleiner_otti@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pfft/files/, sci-libs/pfft/
Date: Sat, 07 Jul 2012 23:30:18
Message-Id: 1341703790.817dc340f3f4a5d1981e785c54f830a7baecd617.kleiner_otti@gentoo
1 commit: 817dc340f3f4a5d1981e785c54f830a7baecd617
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 7 23:29:50 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Sat Jul 7 23:29:50 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=817dc340
7
8 pfft: removed - never used
9
10 ---
11 sci-libs/pfft/ChangeLog | 28 ---------------
12 sci-libs/pfft/files/pfft-1.0alpha2-Makefile.am | 35 -------------------
13 sci-libs/pfft/files/pfft-1.0alpha2-configure.ac | 40 ----------------------
14 sci-libs/pfft/files/pfft-1.0alpha2-libpfft.pc.in | 13 -------
15 sci-libs/pfft/metadata.xml | 9 -----
16 sci-libs/pfft/pfft-1.0_alpha2.ebuild | 40 ----------------------
17 6 files changed, 0 insertions(+), 165 deletions(-)
18
19 diff --git a/sci-libs/pfft/ChangeLog b/sci-libs/pfft/ChangeLog
20 deleted file mode 100644
21 index c5d945a..0000000
22 --- a/sci-libs/pfft/ChangeLog
23 +++ /dev/null
24 @@ -1,28 +0,0 @@
25 -# ChangeLog for sci-libs/pfft
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: $
28 -
29 -*pfft-1.0_alpha2 (11 Sep 2011)
30 -
31 - 11 Sep 2011; Christoph Junghans <ottxor@g.o> -pfft-1.0_alpha1.ebuild,
32 - +pfft-1.0_alpha2.ebuild, -files/pfft-1.0alpha1-Makefile.am,
33 - -files/pfft-1.0alpha1-configure.ac, -files/pfft-1.0alpha1-libpfft.pc.in,
34 - +files/pfft-1.0alpha2-Makefile.am, +files/pfft-1.0alpha2-configure.ac,
35 - +files/pfft-1.0alpha2-libpfft.pc.in, metadata.xml:
36 - version bump
37 -
38 - 24 Jun 2011; Justin Lecher <jlec@g.o> pfft-1.0_alpha1.ebuild:
39 - Fixed Manifest and cleaned ebuild
40 -
41 - 15 Sep 2010; Christoph Junghans <kleiner_otti@×××.de>
42 - pfft-1.0_alpha1.ebuild, files/pfft-1.0alpha1-Makefile.am,
43 - files/pfft-1.0alpha1-configure.ac, +files/pfft-1.0alpha1-libpfft.pc.in:
44 - added --disable-la-files option
45 -
46 -*pfft-1.0_alpha1 (12 Sep 2010)
47 -
48 - 12 Sep 2010; Christoph Junghans <kleiner_otti@×××.de>
49 - +pfft-1.0_alpha1.ebuild, +files/pfft-1.0alpha1-Makefile.am,
50 - +files/pfft-1.0alpha1-configure.ac, +metadata.xml, +metadata.xml~:
51 - Initial commit
52 -
53
54 diff --git a/sci-libs/pfft/files/pfft-1.0alpha2-Makefile.am b/sci-libs/pfft/files/pfft-1.0alpha2-Makefile.am
55 deleted file mode 100644
56 index 6325c83..0000000
57 --- a/sci-libs/pfft/files/pfft-1.0alpha2-Makefile.am
58 +++ /dev/null
59 @@ -1,35 +0,0 @@
60 -ACLOCAL_AMFLAGS = -I config
61 -
62 -lib_LTLIBRARIES = libpfft.la
63 -
64 -libpfft_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@
65 -libpfft_la_SOURCES = \
66 - check.c profiles.c transpose.c \
67 - dft-parallel.c dft-serial.c \
68 - api-basic.c api-adv.c api-guru.c \
69 - utils.c timer.c gctimer.c block.c malloc.c getargs.c \
70 - gcells_plan.c gcells_sendrecv.c gcells_RMA.c \
71 - fortran_api.c
72 -
73 -include_HEADERS = pfft.h pfft.f
74 -noinst_HEADERS = ipfft.h
75 -
76 -check_PROGRAMS = simple_test sample_ghost \
77 - fortran_simple_test fortran_ghost_test
78 -
79 -fortran_simple_test_SOURCES = fortran_simple_test.F90
80 -
81 -fortran_ghost_test_SOURCES = fortran_ghost_test.F90
82 -
83 -PTRDIFF_T_KIND = 8
84 -pfft.f: pfft.f.in
85 - echo " integer, parameter :: ptrdiff_t_kind =" $(PTRDIFF_T_KIND) > $@
86 - cat $< >> $@
87 -
88 -BUILT_SOURCES = pfft.f
89 -
90 -LDADD = libpfft.la
91 -
92 -pkgconfigdir = $(libdir)/pkgconfig
93 -pkgconfig_DATA = libpfft.pc
94 -
95
96 diff --git a/sci-libs/pfft/files/pfft-1.0alpha2-configure.ac b/sci-libs/pfft/files/pfft-1.0alpha2-configure.ac
97 deleted file mode 100644
98 index 24d5abd..0000000
99 --- a/sci-libs/pfft/files/pfft-1.0alpha2-configure.ac
100 +++ /dev/null
101 @@ -1,40 +0,0 @@
102 -AC_PREREQ([2.65])
103 -AC_INIT([pfft], [1.0alpha1], [michael.pippig@××××××××××××××××××××××.de])
104 -
105 -AC_CONFIG_AUX_DIR(config)
106 -AC_CONFIG_MACRO_DIR(config)
107 -AC_CONFIG_HEADERS([config.h])
108 -
109 -AM_INIT_AUTOMAKE([1.8 foreign])
110 -
111 -SHARED_VERSION_INFO="1:0:0"
112 -AC_SUBST(SHARED_VERSION_INFO)
113 -
114 -# Checks for programs.
115 -AC_PROG_CC(mpicc)
116 -AC_PROG_CC_C99
117 -if test "$ac_cv_prog_cc_c99" = "no"; then
118 - AC_MSG_ERROR([Compiler does not understand c99])
119 -fi
120 -AC_PROG_FC(mpif90)
121 -
122 -LT_INIT
123 -# Checks for libraries.
124 -AC_CHECK_HEADERS([fftw3.h])
125 -AC_CHECK_LIB([fftw3],main,,AC_MSG_ERROR([Cannot find fftw3 library]))
126 -AC_CHECK_HEADERS([fftw3-mpi.h])
127 -AC_CHECK_LIB([fftw3_mpi],main,,AC_MSG_ERROR([Cannot find fftw3_mpi library]))
128 -
129 -# Checks for header files.
130 -AC_CHECK_HEADERS([stddef.h stdlib.h string.h])
131 -
132 -# Checks for typedefs, structures, and compiler characteristics.
133 -AC_TYPE_SIZE_T
134 -AC_CHECK_TYPES([ptrdiff_t])
135 -
136 -# Checks for library functions.
137 -AC_CHECK_FUNCS([pow sqrt])
138 -
139 -AC_CONFIG_FILES([Makefile])
140 -AC_CONFIG_FILES([libpfft.pc])
141 -AC_OUTPUT
142
143 diff --git a/sci-libs/pfft/files/pfft-1.0alpha2-libpfft.pc.in b/sci-libs/pfft/files/pfft-1.0alpha2-libpfft.pc.in
144 deleted file mode 100644
145 index f2c7f90..0000000
146 --- a/sci-libs/pfft/files/pfft-1.0alpha2-libpfft.pc.in
147 +++ /dev/null
148 @@ -1,13 +0,0 @@
149 -prefix=@prefix@
150 -exec_prefix=@exec_prefix@
151 -libdir=@libdir@
152 -includedir=@includedir@
153 -
154 -Name: libpfft
155 -Description: parallel 3d FFT
156 -URL: http://www-user.tu-chemnitz.de/~mpip/software.php
157 -Version: @VERSION@
158 -Requires: fftw_mpi
159 -Libs: -L${libdir} -lpfft
160 -Libs.private: -lm
161 -Cflags: -I${includedir}
162
163 diff --git a/sci-libs/pfft/metadata.xml b/sci-libs/pfft/metadata.xml
164 deleted file mode 100644
165 index 119d0fd..0000000
166 --- a/sci-libs/pfft/metadata.xml
167 +++ /dev/null
168 @@ -1,9 +0,0 @@
169 -<?xml version="1.0" encoding="UTF-8"?>
170 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
171 -<pkgmetadata>
172 - <herd>sci</herd>
173 - <maintainer>
174 - <email>ottxor@g.o</email>
175 - <name>Christoph Junghans</name>
176 - </maintainer>
177 -</pkgmetadata>
178
179 diff --git a/sci-libs/pfft/pfft-1.0_alpha2.ebuild b/sci-libs/pfft/pfft-1.0_alpha2.ebuild
180 deleted file mode 100644
181 index c84b6f0..0000000
182 --- a/sci-libs/pfft/pfft-1.0_alpha2.ebuild
183 +++ /dev/null
184 @@ -1,40 +0,0 @@
185 -# Copyright 1999-2011 Gentoo Foundation
186 -# Distributed under the terms of the GNU General Public License v2
187 -# $Header: $
188 -
189 -EAPI=4
190 -
191 -inherit autotools-utils eutils flag-o-matic fortran-2
192 -
193 -DESCRIPTION="Parallel 3d FFT"
194 -HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php"
195 -SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_}.tar.gz"
196 -
197 -LICENSE="GPL-2"
198 -SLOT="0"
199 -KEYWORDS="~x86 ~amd64"
200 -IUSE="static-libs test"
201 -
202 -RDEPEND="
203 - =sci-libs/fftw-3.3*[mpi,fortran]
204 - virtual/mpi
205 - "
206 -
207 -DEPEND="
208 - ${RDEPEND}
209 - test? ( virtual/fortran )
210 - "
211 -
212 -S="${WORKDIR}/${P//_}"
213 -
214 -src_prepare() {
215 - local i
216 - use test && fortran-2_pkg_setup
217 - for i in Makefile.am configure.ac libpfft.pc.in; do
218 - cp "${FILESDIR}"/"${PF//_}"-"${i}" "${i}" || die
219 - done
220 -
221 - append-cppflags "-I${EROOT}/usr/include"
222 -
223 - eautoreconf
224 -}