diff options
author | 2011-06-09 23:03:05 +0000 | |
---|---|---|
committer | 2011-06-09 23:03:05 +0000 | |
commit | e190827644a964b95b8d277e8e97b59d5e4d2f1c (patch) | |
tree | 986b53d02accec21bc70d71d9629a68b4961f383 /sci-libs/itpp/files | |
parent | Switched sci -> sci-electronics as main herd (diff) | |
download | historical-e190827644a964b95b8d277e8e97b59d5e4d2f1c.tar.gz historical-e190827644a964b95b8d277e8e97b59d5e4d2f1c.tar.bz2 historical-e190827644a964b95b8d277e8e97b59d5e4d2f1c.zip |
Added patch for test from upstream, closing bug #358885
Package-Manager: portage-2.1.10/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/itpp/files')
-rw-r--r-- | sci-libs/itpp/files/itpp-4.2-test-fftw.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-libs/itpp/files/itpp-4.2-test-fftw.patch b/sci-libs/itpp/files/itpp-4.2-test-fftw.patch new file mode 100644 index 000000000000..b7bb11dcc4ff --- /dev/null +++ b/sci-libs/itpp/files/itpp-4.2-test-fftw.patch @@ -0,0 +1,14 @@ +--- itpp/branches/itpp-4-2/tests/Makefile.am 2010/09/21 18:23:47 1807 ++++ itpp/branches/itpp-4-2/tests/Makefile.am 2010/12/30 23:47:09 1837 +@@ -20,9 +20,9 @@ + + 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 |