diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-05-06 15:24:57 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-05-06 15:24:57 +0000 |
commit | a639465bfe351c7169c7b73343333e8cb1feceb5 (patch) | |
tree | 4fa163311e0a28b3963d159aecc61c03f279c5f1 /sci-libs | |
parent | www-client/httrack: 3.47.11 (diff) | |
download | gentoo-2-a639465bfe351c7169c7b73343333e8cb1feceb5.tar.gz gentoo-2-a639465bfe351c7169c7b73343333e8cb1feceb5.tar.bz2 gentoo-2-a639465bfe351c7169c7b73343333e8cb1feceb5.zip |
initial import from sci overlay
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/nfft/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/nfft/Manifest | 3 | ||||
-rw-r--r-- | sci-libs/nfft/metadata.xml | 9 | ||||
-rw-r--r-- | sci-libs/nfft/nfft-3.2.3.ebuild | 32 |
4 files changed, 53 insertions, 0 deletions
diff --git a/sci-libs/nfft/ChangeLog b/sci-libs/nfft/ChangeLog new file mode 100644 index 000000000000..dde2d86bba71 --- /dev/null +++ b/sci-libs/nfft/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-libs/nfft +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nfft/ChangeLog,v 1.1 2013/05/06 15:24:57 ottxor Exp $ + +*nfft-3.2.3 (06 May 2013) + + 06 May 2013; Christoph Junghans <ottxor@gentoo.org> +metadata.xml, + +nfft-3.2.3.ebuild: + initial import from sci overlay diff --git a/sci-libs/nfft/Manifest b/sci-libs/nfft/Manifest new file mode 100644 index 000000000000..6a8c1b2a2deb --- /dev/null +++ b/sci-libs/nfft/Manifest @@ -0,0 +1,3 @@ +DIST nfft-3.2.3.tar.gz 3977407 SHA256 5c920f4be63230083756f36ad78bbdd083c4c2298ec361741dc74243c4d67818 SHA512 d7b3345e0917e8dad9931adc5974f3412a82feda2d43925fe83fa4027f36cf037d4e185da85c53c87dc2e56a72f28c52b6b6a7ac56275d96888238a95610949e WHIRLPOOL 83e3445ed58a3b711762664f1776672239b51e085a4b52b90c47b2643445963697243ca6e36250f3a15576b36fb4dccb2772e867190393f0e7e9dc09873cc0dd +EBUILD nfft-3.2.3.ebuild 733 SHA256 f9aa0dd7bccb168c54b7171567a333ba2500b9955163279a1343ead35a53b99a SHA512 7253963395dad5429e2e2769210ee172ea9a54b3cf78e72dfe285ae8a2d5c5d9d4abc2baa229d592064cb41b0c2307761ea5d29dfb1a7f4f21811d6ad55fe8aa WHIRLPOOL e54a6996b558fb3bc594261f7c59e740d6859c2df0e7abb1f7daa52f05df2724b810cdc73e745e594fc9c9347d736c9c3602a5d86cffd7639b8a0f74f30fc244 +MISC metadata.xml 255 SHA256 0da10db3f5e42de5c943d049c66694fd96ca133308b461943c25b1f0dfa89b74 SHA512 ace4fc961efb6ff9bde0f3a2a82101c973af2e32322bc48f4c13d2c9d3e0e441722b567492652d24c471a4a4ddd5465d26baf7aac94d46de81d9b539c07e1462 WHIRLPOOL c3e442ca6808e66a196647716f43c9809e044c26509586dfb2b07fe90b5d802898ffe1b1ca4d23c7cf22da0909f4f92fd491eb1cb4cf6c97740676f7a0434f12 diff --git a/sci-libs/nfft/metadata.xml b/sci-libs/nfft/metadata.xml new file mode 100644 index 000000000000..119d0fde1940 --- /dev/null +++ b/sci-libs/nfft/metadata.xml @@ -0,0 +1,9 @@ +<?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/nfft/nfft-3.2.3.ebuild b/sci-libs/nfft/nfft-3.2.3.ebuild new file mode 100644 index 000000000000..a07bf8200e1e --- /dev/null +++ b/sci-libs/nfft/nfft-3.2.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nfft/nfft-3.2.3.ebuild,v 1.1 2013/05/06 15:24:57 ottxor Exp $ + +EAPI="5" + +inherit autotools-utils toolchain-funcs + +DESCRIPTION="library for nonequispaced discrete Fourier transformations" +HOMEPAGE="http://www-user.tu-chemnitz.de/~potts/nfft" +SRC_URI="http://www-user.tu-chemnitz.de/~potts/nfft/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="openmp static-libs" + +RDEPEND="sci-libs/fftw:3.0[openmp?]" +DEPEND="${RDEPEND}" + +pkg_pretend() { + use openmp && ! tc-has-openmp && \ + die "Please switch to an openmp compatible compiler" +} + +src_configure() { + local myeconfargs=( + --enable-all + $(use_enable openmp) + ) + autotools-utils_src_configure +} |