From dd5d1f618edba25f4ccc1aaaac73d5400757fdb6 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Mon, 3 Jan 2011 01:28:11 +0000 Subject: Fixed tests, bug #349450 thanks Adam Piątyszek MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Portage version: 2.1.9.26/cvs/Linux x86_64) --- sci-libs/itpp/ChangeLog | 8 ++++++-- .../itpp/files/itpp-4.0.7-window_test_fail_fix.patch | 16 ++++++++++++++++ sci-libs/itpp/itpp-4.0.7-r1.ebuild | 8 +++++--- 3 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 sci-libs/itpp/files/itpp-4.0.7-window_test_fail_fix.patch (limited to 'sci-libs/itpp') diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog index 698010301f38..9dade7d95a8e 100644 --- a/sci-libs/itpp/ChangeLog +++ b/sci-libs/itpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/itpp -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.97 2010/12/16 15:17:34 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.98 2011/01/03 01:28:11 bicatali Exp $ + + 03 Jan 2011; Sébastien Fabbro itpp-4.0.7-r1.ebuild, + +files/itpp-4.0.7-window_test_fail_fix.patch: + Fixed tests, bug #349450 thanks Adam Piątyszek 16 Dec 2010; Justin Lecher itpp-4.0.6.ebuild: Removal of fortran.eclass, #348851 diff --git a/sci-libs/itpp/files/itpp-4.0.7-window_test_fail_fix.patch b/sci-libs/itpp/files/itpp-4.0.7-window_test_fail_fix.patch new file mode 100644 index 000000000000..b5e7fc3eece3 --- /dev/null +++ b/sci-libs/itpp/files/itpp-4.0.7-window_test_fail_fix.patch @@ -0,0 +1,16 @@ +diff --git a/tests/Makefile.am b/tests/Makefile.am +index ce86ee6..c68b98b 100644 +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -20,9 +20,9 @@ FIXED_TESTS = fix_test + + OPTIM_TESTS = newton_search_test + +-SIGNAL_TESTS = filter_test source_test window_test ++SIGNAL_TESTS = filter_test source_test + SIGNAL_LAP_TESTS = fastica_test poly_test +-SIGNAL_FFT_TESTS = freq_filt_test sigfun_test transforms_test ++SIGNAL_FFT_TESTS = freq_filt_test sigfun_test transforms_test window_test + SIGNAL_LAP_FFT_TESTS = filter_design_test + + STAT_TESTS = histogram_test diff --git a/sci-libs/itpp/itpp-4.0.7-r1.ebuild b/sci-libs/itpp/itpp-4.0.7-r1.ebuild index 522a2e34334d..d541c17100c8 100644 --- a/sci-libs/itpp/itpp-4.0.7-r1.ebuild +++ b/sci-libs/itpp/itpp-4.0.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.7-r1.ebuild,v 1.1 2010/08/10 18:24:27 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.7-r1.ebuild,v 1.2 2011/01/03 01:28:11 bicatali Exp $ EAPI=3 -inherit flag-o-matic +inherit eutils autotools flag-o-matic DESCRIPTION="C++ library of mathematical, signal processing and communication classes and functions" LICENSE="GPL-2" @@ -23,6 +23,8 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${P}-fastica-fix-endless-loop.patch + epatch "${FILESDIR}"/${P}-window_test_fail_fix.patch + eautoreconf } src_configure() { -- cgit v1.2.3-65-gdbad