summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-10-08 13:16:43 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-10-08 13:16:43 +0000
commit8a4cb56bd1794af7bf504627955f88b313eff942 (patch)
tree1d3c665bfdfa383c1bdf30336c4d5aaa123158ca /sci-libs/itpp
parentSplit jabberd2 from net-im/jabberd. (diff)
downloadgentoo-2-8a4cb56bd1794af7bf504627955f88b313eff942.tar.gz
gentoo-2-8a4cb56bd1794af7bf504627955f88b313eff942.tar.bz2
gentoo-2-8a4cb56bd1794af7bf504627955f88b313eff942.zip
Version bump (see bug #194317).
(Portage version: 2.1.3.12)
Diffstat (limited to 'sci-libs/itpp')
-rw-r--r--sci-libs/itpp/ChangeLog8
-rw-r--r--sci-libs/itpp/files/digest-itpp-4.0.0_rc23
-rw-r--r--sci-libs/itpp/itpp-3.10.10.ebuild4
-rw-r--r--sci-libs/itpp/itpp-3.10.12.ebuild4
-rw-r--r--sci-libs/itpp/itpp-3.99.3.1.ebuild4
-rw-r--r--sci-libs/itpp/itpp-4.0.0_rc2.ebuild73
6 files changed, 89 insertions, 7 deletions
diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog
index f7bfa4effcc5..c6000d96d989 100644
--- a/sci-libs/itpp/ChangeLog
+++ b/sci-libs/itpp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/itpp
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.49 2007/09/11 20:18:32 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.50 2007/10/08 13:16:42 markusle Exp $
+
+*itpp-4.0.0_rc2 (08 Oct 2007)
+
+ 08 Oct 2007; Markus Dittrich <markusle@gentoo.org> +itpp-4.0.0_rc2.ebuild:
+ Version bump (see bug #194317). Thanks much to Adam Piatyszek
+ <ediap@et.put.poznan.pl> for his patch.
11 Sep 2007; Christian Faulhammer <opfer@gentoo.org> itpp-3.10.12.ebuild:
stable x86, bug 190183
diff --git a/sci-libs/itpp/files/digest-itpp-4.0.0_rc2 b/sci-libs/itpp/files/digest-itpp-4.0.0_rc2
new file mode 100644
index 000000000000..b71820534385
--- /dev/null
+++ b/sci-libs/itpp/files/digest-itpp-4.0.0_rc2
@@ -0,0 +1,3 @@
+MD5 63f0edb3af1119bd07f9af86af2311ed itpp-4.0.0-rc2.tar.bz2 918396
+RMD160 dcabd8758d5968498ee88004bef8cf61ed6e1736 itpp-4.0.0-rc2.tar.bz2 918396
+SHA256 b2b9bfcc91cd2fa3c10c84eebf0074d4ee147a7c50124de25c030d8c694465e1 itpp-4.0.0-rc2.tar.bz2 918396
diff --git a/sci-libs/itpp/itpp-3.10.10.ebuild b/sci-libs/itpp/itpp-3.10.10.ebuild
index dc99c9662b21..55d9cec4d1de 100644
--- a/sci-libs/itpp/itpp-3.10.10.ebuild
+++ b/sci-libs/itpp/itpp-3.10.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.10.ebuild,v 1.8 2007/06/14 15:36:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.10.ebuild,v 1.9 2007/10/08 13:16:42 markusle Exp $
inherit fortran
@@ -53,7 +53,7 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die "make install failed"
+ make install DESTDIR="${D}" || die "make install failed"
dodoc AUTHORS ChangeLog* INSTALL NEWS* README || \
die "failed to install docs"
}
diff --git a/sci-libs/itpp/itpp-3.10.12.ebuild b/sci-libs/itpp/itpp-3.10.12.ebuild
index 1c48a995dd57..b78f995f5a9f 100644
--- a/sci-libs/itpp/itpp-3.10.12.ebuild
+++ b/sci-libs/itpp/itpp-3.10.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.12.ebuild,v 1.4 2007/09/11 20:18:32 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.12.ebuild,v 1.5 2007/10/08 13:16:42 markusle Exp $
inherit fortran
@@ -54,7 +54,7 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die "make install failed"
+ make install DESTDIR="${D}" || die "make install failed"
dodoc AUTHORS ChangeLog* INSTALL NEWS* README || \
die "failed to install docs"
}
diff --git a/sci-libs/itpp/itpp-3.99.3.1.ebuild b/sci-libs/itpp/itpp-3.99.3.1.ebuild
index b7cea72807a9..72470891feed 100644
--- a/sci-libs/itpp/itpp-3.99.3.1.ebuild
+++ b/sci-libs/itpp/itpp-3.99.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.99.3.1.ebuild,v 1.1 2007/08/11 14:02:55 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.99.3.1.ebuild,v 1.2 2007/10/08 13:16:42 markusle Exp $
inherit fortran flag-o-matic
@@ -53,7 +53,7 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die "make install failed"
+ make install DESTDIR="${D}" || die "make install failed"
dodoc AUTHORS ChangeLog ChangeLog-2006 ChangeLog-2005 INSTALL \
NEWS NEWS-3.10 README TODO || die "failed to install docs"
}
diff --git a/sci-libs/itpp/itpp-4.0.0_rc2.ebuild b/sci-libs/itpp/itpp-4.0.0_rc2.ebuild
new file mode 100644
index 000000000000..4d5789716fbb
--- /dev/null
+++ b/sci-libs/itpp/itpp-4.0.0_rc2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.0_rc2.ebuild,v 1.1 2007/10/08 13:16:42 markusle Exp $
+
+inherit fortran flag-o-matic
+
+MY_PV="${PV/_/-}"
+
+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}/${PN}-${MY_PV}.tar.bz2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="blas debug doc fftw lapack minimal"
+
+DEPEND="!minimal? ( fftw? ( || ( >=sci-libs/fftw-3.0.0 ) ) )
+ blas? ( virtual/blas
+ lapack? ( virtual/lapack ) )
+ doc? ( app-doc/doxygen
+ virtual/tetex )"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+pkg_setup() {
+ # lapack can only be used in conjunction with blas
+ if use lapack && ! use blas; then
+ die "USE=lapack requires USE=blas to be set"
+ fi
+}
+
+src_compile() {
+ # turn off performance critical debug code in development
+ # versions
+ append-flags -DNDEBUG
+
+ local myconf
+ if use blas; then
+ myconf="--with-blas=-lblas"
+ else
+ myconf="--without-blas"
+ fi
+
+ if use lapack; then
+ myconf="${myconf} --with-lapack=-llapack"
+ else
+ myconf="${myconf} --without-lapack"
+ fi
+
+ if use fftw;
+ then
+ myconf="${myconf} --with-fft=-lfftw3"
+ fi
+
+
+ if use minimal; then
+ myconf="${myconf} --disable-comm --disable-fixed --disable-optim --disable-protocol --disable-signal --disable-srccode"
+ fi
+
+ econf $(use_enable doc html-doc) \
+ $(use_enable debug) \
+ $(use_with lapack) \
+ "${myconf}" \
+ || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make install DESTDIR="${D}" || die "make install failed"
+ dodoc AUTHORS ChangeLog ChangeLog-2006 ChangeLog-2005 INSTALL \
+ NEWS NEWS-3.10 NEWS-3.99 README TODO || die "failed to install docs"
+}