diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-01-30 17:15:45 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-01-30 17:15:45 +0000 |
commit | 4ea10887547f09b135c0c417b3846dab94df38a6 (patch) | |
tree | 634a449e81048f64fc88e6d93eba3620dfe079f8 /sci-libs/itpp | |
parent | ~amd64 (diff) | |
download | gentoo-2-4ea10887547f09b135c0c417b3846dab94df38a6.tar.gz gentoo-2-4ea10887547f09b135c0c417b3846dab94df38a6.tar.bz2 gentoo-2-4ea10887547f09b135c0c417b3846dab94df38a6.zip |
Initial import (fixes bug #120163). Many thanks to Adam Piatyszek <ediap@et.put.poznan.pl> for his ebuild.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sci-libs/itpp')
-rw-r--r-- | sci-libs/itpp/ChangeLog | 11 | ||||
-rw-r--r-- | sci-libs/itpp/Manifest | 12 | ||||
-rw-r--r-- | sci-libs/itpp/files/digest-itpp-3.9.1 | 3 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-3.9.1.ebuild | 37 | ||||
-rw-r--r-- | sci-libs/itpp/metadata.xml | 9 |
5 files changed, 72 insertions, 0 deletions
diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog new file mode 100644 index 000000000000..fa4e158d43ff --- /dev/null +++ b/sci-libs/itpp/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sci-libs/itpp +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.1 2006/01/30 17:15:45 markusle Exp $ + +*itpp-3.9.1 (30 Jan 2006) + + 30 Jan 2006; Markus Dittrich <markusle@gentoo.org> +metadata.xml, + +itpp-3.9.1.ebuild: + Initial import (fixes bug #120163). Many thanks to Adam Piatyszek + <ediap@et.put.poznan.pl> for his ebuild. + diff --git a/sci-libs/itpp/Manifest b/sci-libs/itpp/Manifest new file mode 100644 index 000000000000..74e7770f7b64 --- /dev/null +++ b/sci-libs/itpp/Manifest @@ -0,0 +1,12 @@ +MD5 e53857a5173edb32089a5386f52bdc11 ChangeLog 343 +RMD160 9be748618b05adaa4b1af7434cc098c8cb2e479c ChangeLog 343 +SHA256 6e3c5ff8455efbfb93c34a7b7cd46addea6ed69c955ba18c49349820a427f5b6 ChangeLog 343 +MD5 b71634e448ec1aa56fe2298be29fafef files/digest-itpp-3.9.1 232 +RMD160 82c2703af689304cd181e1b5358b59cd1bdadadf files/digest-itpp-3.9.1 232 +SHA256 9fa77bb71b4f5ca61d7033da5548e44a7cf3299dedd6c7baff3260d5e9057416 files/digest-itpp-3.9.1 232 +MD5 75c047a8680f0fd24c2ce4ac80a1585a itpp-3.9.1.ebuild 970 +RMD160 08a44c2e9b1a932154488ea3c8eaaa7b9fdbcd0f itpp-3.9.1.ebuild 970 +SHA256 827280922d08a8a0e1b4fde0b4a366e204b07113abad114baf363f620fe227fc itpp-3.9.1.ebuild 970 +MD5 041650a939ada57b9df1755a488ad1b7 metadata.xml 254 +RMD160 991c43f74018cbcaaa60b41290c912a8b61091c8 metadata.xml 254 +SHA256 80784c7acbd54102b4d3fc01c3fb2ae5862732093798671596c67a8350c25454 metadata.xml 254 diff --git a/sci-libs/itpp/files/digest-itpp-3.9.1 b/sci-libs/itpp/files/digest-itpp-3.9.1 new file mode 100644 index 000000000000..704368f1d774 --- /dev/null +++ b/sci-libs/itpp/files/digest-itpp-3.9.1 @@ -0,0 +1,3 @@ +MD5 feedf4b86b9c28030b99d4cb2a92b5aa itpp-3.9.1.tar.gz 970772 +RMD160 ab7df1ed9e562c4d7914dd261e7be4c31aa43d26 itpp-3.9.1.tar.gz 970772 +SHA256 86ad2aad59327063f1aaf75390157a8d8bea8384aa821582766e0f0299620cbf itpp-3.9.1.tar.gz 970772 diff --git a/sci-libs/itpp/itpp-3.9.1.ebuild b/sci-libs/itpp/itpp-3.9.1.ebuild new file mode 100644 index 000000000000..4bfaf5832e1c --- /dev/null +++ b/sci-libs/itpp/itpp-3.9.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.9.1.ebuild,v 1.1 2006/01/30 17:15:45 markusle Exp $ + +inherit fortran + +DESCRIPTION="IT++ is a C++ library of mathematical, signal processing, speech processing, and communications classes and functions" +LICENSE="GPL-2" +HOMEPAGE="http://itpp.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~x86" +IUSE="blas debug doc fftw lapack" + +DEPEND="fftw? ( >=sci-libs/fftw-3.0.0 ) + blas? ( sci-libs/blas-atlas ) + lapack? ( virtual/lapack ) + doc? ( app-doc/doxygen + app-text/tetex )" + +src_compile() { + econf $(use_enable doc html-doc) \ + $(use_enable debug) \ + $(use_with fftw) \ + $(use_with blas ) \ + $(use_with blas cblas) \ + $(use_with lapack) \ + || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make install DESTDIR=${D} || die "make install failed" + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO || \ + die "failed to install docs" +} diff --git a/sci-libs/itpp/metadata.xml b/sci-libs/itpp/metadata.xml new file mode 100644 index 000000000000..a3ced4f52edf --- /dev/null +++ b/sci-libs/itpp/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>markusle@gentoo.org</email> + <name>Markus Dittrich</name> + </maintainer> + <herd>sci</herd> +</pkgmetadata> |