aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-07-07 17:29:50 -0600
committerChristoph Junghans <ottxor@gentoo.org>2012-07-07 17:29:50 -0600
commit817dc340f3f4a5d1981e785c54f830a7baecd617 (patch)
tree69659c8ab2eaa0dc1ba2be00bd71e7905a519146 /sci-libs/pfft
parentlayout.conf: updated manifest-hashes (diff)
downloadsci-817dc340f3f4a5d1981e785c54f830a7baecd617.tar.gz
sci-817dc340f3f4a5d1981e785c54f830a7baecd617.tar.bz2
sci-817dc340f3f4a5d1981e785c54f830a7baecd617.zip
pfft: removed - never used
Diffstat (limited to 'sci-libs/pfft')
-rw-r--r--sci-libs/pfft/ChangeLog28
-rw-r--r--sci-libs/pfft/Manifest1
-rw-r--r--sci-libs/pfft/files/pfft-1.0alpha2-Makefile.am35
-rw-r--r--sci-libs/pfft/files/pfft-1.0alpha2-configure.ac40
-rw-r--r--sci-libs/pfft/files/pfft-1.0alpha2-libpfft.pc.in13
-rw-r--r--sci-libs/pfft/metadata.xml9
-rw-r--r--sci-libs/pfft/pfft-1.0_alpha2.ebuild40
7 files changed, 0 insertions, 166 deletions
diff --git a/sci-libs/pfft/ChangeLog b/sci-libs/pfft/ChangeLog
deleted file mode 100644
index c5d945ae7..000000000
--- a/sci-libs/pfft/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-# ChangeLog for sci-libs/pfft
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*pfft-1.0_alpha2 (11 Sep 2011)
-
- 11 Sep 2011; Christoph Junghans <ottxor@gentoo.org> -pfft-1.0_alpha1.ebuild,
- +pfft-1.0_alpha2.ebuild, -files/pfft-1.0alpha1-Makefile.am,
- -files/pfft-1.0alpha1-configure.ac, -files/pfft-1.0alpha1-libpfft.pc.in,
- +files/pfft-1.0alpha2-Makefile.am, +files/pfft-1.0alpha2-configure.ac,
- +files/pfft-1.0alpha2-libpfft.pc.in, metadata.xml:
- version bump
-
- 24 Jun 2011; Justin Lecher <jlec@gentoo.org> pfft-1.0_alpha1.ebuild:
- Fixed Manifest and cleaned ebuild
-
- 15 Sep 2010; Christoph Junghans <kleiner_otti@gmx.de>
- pfft-1.0_alpha1.ebuild, files/pfft-1.0alpha1-Makefile.am,
- files/pfft-1.0alpha1-configure.ac, +files/pfft-1.0alpha1-libpfft.pc.in:
- added --disable-la-files option
-
-*pfft-1.0_alpha1 (12 Sep 2010)
-
- 12 Sep 2010; Christoph Junghans <kleiner_otti@gmx.de>
- +pfft-1.0_alpha1.ebuild, +files/pfft-1.0alpha1-Makefile.am,
- +files/pfft-1.0alpha1-configure.ac, +metadata.xml, +metadata.xml~:
- Initial commit
-
diff --git a/sci-libs/pfft/Manifest b/sci-libs/pfft/Manifest
deleted file mode 100644
index f153e5d5d..000000000
--- a/sci-libs/pfft/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pfft-1.0alpha2.tar.gz 44185 RMD160 3d64fe52221ac58377c28e4cc723c1dff0bac9b5 SHA1 117157c90645e7e37dca1b8faf2c2ff99f582250 SHA256 906f7aa12672a0a4fe677f7cfae3466f03a09a2bc132ba08423d8dfadbff4ffa
diff --git a/sci-libs/pfft/files/pfft-1.0alpha2-Makefile.am b/sci-libs/pfft/files/pfft-1.0alpha2-Makefile.am
deleted file mode 100644
index 6325c83e7..000000000
--- a/sci-libs/pfft/files/pfft-1.0alpha2-Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-ACLOCAL_AMFLAGS = -I config
-
-lib_LTLIBRARIES = libpfft.la
-
-libpfft_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@
-libpfft_la_SOURCES = \
- check.c profiles.c transpose.c \
- dft-parallel.c dft-serial.c \
- api-basic.c api-adv.c api-guru.c \
- utils.c timer.c gctimer.c block.c malloc.c getargs.c \
- gcells_plan.c gcells_sendrecv.c gcells_RMA.c \
- fortran_api.c
-
-include_HEADERS = pfft.h pfft.f
-noinst_HEADERS = ipfft.h
-
-check_PROGRAMS = simple_test sample_ghost \
- fortran_simple_test fortran_ghost_test
-
-fortran_simple_test_SOURCES = fortran_simple_test.F90
-
-fortran_ghost_test_SOURCES = fortran_ghost_test.F90
-
-PTRDIFF_T_KIND = 8
-pfft.f: pfft.f.in
- echo " integer, parameter :: ptrdiff_t_kind =" $(PTRDIFF_T_KIND) > $@
- cat $< >> $@
-
-BUILT_SOURCES = pfft.f
-
-LDADD = libpfft.la
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libpfft.pc
-
diff --git a/sci-libs/pfft/files/pfft-1.0alpha2-configure.ac b/sci-libs/pfft/files/pfft-1.0alpha2-configure.ac
deleted file mode 100644
index 24d5abdba..000000000
--- a/sci-libs/pfft/files/pfft-1.0alpha2-configure.ac
+++ /dev/null
@@ -1,40 +0,0 @@
-AC_PREREQ([2.65])
-AC_INIT([pfft], [1.0alpha1], [michael.pippig@mathematik.tu-chemnitz.de])
-
-AC_CONFIG_AUX_DIR(config)
-AC_CONFIG_MACRO_DIR(config)
-AC_CONFIG_HEADERS([config.h])
-
-AM_INIT_AUTOMAKE([1.8 foreign])
-
-SHARED_VERSION_INFO="1:0:0"
-AC_SUBST(SHARED_VERSION_INFO)
-
-# Checks for programs.
-AC_PROG_CC(mpicc)
-AC_PROG_CC_C99
-if test "$ac_cv_prog_cc_c99" = "no"; then
- AC_MSG_ERROR([Compiler does not understand c99])
-fi
-AC_PROG_FC(mpif90)
-
-LT_INIT
-# Checks for libraries.
-AC_CHECK_HEADERS([fftw3.h])
-AC_CHECK_LIB([fftw3],main,,AC_MSG_ERROR([Cannot find fftw3 library]))
-AC_CHECK_HEADERS([fftw3-mpi.h])
-AC_CHECK_LIB([fftw3_mpi],main,,AC_MSG_ERROR([Cannot find fftw3_mpi library]))
-
-# Checks for header files.
-AC_CHECK_HEADERS([stddef.h stdlib.h string.h])
-
-# Checks for typedefs, structures, and compiler characteristics.
-AC_TYPE_SIZE_T
-AC_CHECK_TYPES([ptrdiff_t])
-
-# Checks for library functions.
-AC_CHECK_FUNCS([pow sqrt])
-
-AC_CONFIG_FILES([Makefile])
-AC_CONFIG_FILES([libpfft.pc])
-AC_OUTPUT
diff --git a/sci-libs/pfft/files/pfft-1.0alpha2-libpfft.pc.in b/sci-libs/pfft/files/pfft-1.0alpha2-libpfft.pc.in
deleted file mode 100644
index f2c7f90ba..000000000
--- a/sci-libs/pfft/files/pfft-1.0alpha2-libpfft.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: libpfft
-Description: parallel 3d FFT
-URL: http://www-user.tu-chemnitz.de/~mpip/software.php
-Version: @VERSION@
-Requires: fftw_mpi
-Libs: -L${libdir} -lpfft
-Libs.private: -lm
-Cflags: -I${includedir}
diff --git a/sci-libs/pfft/metadata.xml b/sci-libs/pfft/metadata.xml
deleted file mode 100644
index 119d0fde1..000000000
--- a/sci-libs/pfft/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci</herd>
- <maintainer>
- <email>ottxor@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-libs/pfft/pfft-1.0_alpha2.ebuild b/sci-libs/pfft/pfft-1.0_alpha2.ebuild
deleted file mode 100644
index c84b6f0db..000000000
--- a/sci-libs/pfft/pfft-1.0_alpha2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit autotools-utils eutils flag-o-matic fortran-2
-
-DESCRIPTION="Parallel 3d FFT"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php"
-SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="static-libs test"
-
-RDEPEND="
- =sci-libs/fftw-3.3*[mpi,fortran]
- virtual/mpi
- "
-
-DEPEND="
- ${RDEPEND}
- test? ( virtual/fortran )
- "
-
-S="${WORKDIR}/${P//_}"
-
-src_prepare() {
- local i
- use test && fortran-2_pkg_setup
- for i in Makefile.am configure.ac libpfft.pc.in; do
- cp "${FILESDIR}"/"${PF//_}"-"${i}" "${i}" || die
- done
-
- append-cppflags "-I${EROOT}/usr/include"
-
- eautoreconf
-}