summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-06-23 14:31:14 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-06-23 14:31:14 +0000
commit69c5dc1808e3f866663498ef1435dc2ddc0d84bf (patch)
tree3b0631a9390315840aec9896ab125abfafa31ffb /sci-libs/fftw/files
parentamd64 stable, bug #225533 (diff)
downloadgentoo-2-69c5dc1808e3f866663498ef1435dc2ddc0d84bf.tar.gz
gentoo-2-69c5dc1808e3f866663498ef1435dc2ddc0d84bf.tar.bz2
gentoo-2-69c5dc1808e3f866663498ef1435dc2ddc0d84bf.zip
Added a patch to avoid building tests if not requested (bug #226325), and mips is now ~ for 3.1.2
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/fftw/files')
-rw-r--r--sci-libs/fftw/files/fftw-2.1.5-no-test.patch43
1 files changed, 43 insertions, 0 deletions
diff --git a/sci-libs/fftw/files/fftw-2.1.5-no-test.patch b/sci-libs/fftw/files/fftw-2.1.5-no-test.patch
new file mode 100644
index 000000000000..146d83a371b9
--- /dev/null
+++ b/sci-libs/fftw/files/fftw-2.1.5-no-test.patch
@@ -0,0 +1,43 @@
+--- tests/Makefile.am.orig 2008-06-22 12:29:53.149138283 +0100
++++ tests/Makefile.am 2008-06-22 12:30:32.731595087 +0100
+@@ -1,4 +1,4 @@
+-noinst_PROGRAMS = fftw_test rfftw_test
++check_PROGRAMS = fftw_test rfftw_test
+ noinst_HEADERS = test_main.h
+
+ FFTWDIR=../fftw
+--- mpi/Makefile.am.orig 2008-06-22 17:21:16.998466390 +0100
++++ mpi/Makefile.am 2008-06-22 17:27:42.996463162 +0100
+@@ -4,12 +4,12 @@
+
+ lib_LTLIBRARIES = @FFTW_MPI_LIBLIST@
+ include_HEADERS = @FFTW_MPI_INCLUDELIST@
+-noinst_PROGRAMS = @FFTW_MPI_PROGLIST@
++check_PROGRAMS = @FFTW_MPI_PROGLIST@
+
+ EXTRA_LTLIBRARIES = lib@FFTW_PREFIX@fftw_mpi.la \
+ lib@FFTW_PREFIX@rfftw_mpi.la
+ EXTRA_HEADERS = @FFTW_PREFIX@fftw_mpi.h @FFTW_PREFIX@rfftw_mpi.h
+-EXTRA_PROGRAMS = test_sched test_transpose_mpi fftw_mpi_test rfftw_mpi_test
++check_PROGRAMS = test_sched test_transpose_mpi fftw_mpi_test rfftw_mpi_test
+ EXTRA_DIST = README.f77
+
+ CC=@MPICC@
+--- threads/Makefile.am.orig 2008-06-22 17:18:18.940409610 +0100
++++ threads/Makefile.am 2008-06-22 17:28:00.485459803 +0100
+@@ -4,13 +4,13 @@
+
+ lib_LTLIBRARIES = @FFTW_THREADS_LIBLIST@
+ include_HEADERS = @FFTW_THREADS_INCLUDELIST@
+-noinst_PROGRAMS = @FFTW_THREADS_PROGLIST@
++check_PROGRAMS = @FFTW_THREADS_PROGLIST@
+
+ EXTRA_LTLIBRARIES = lib@FFTW_PREFIX@fftw_threads.la \
+ lib@FFTW_PREFIX@rfftw_threads.la
+ EXTRA_HEADERS = @FFTW_PREFIX@fftw_threads.h \
+ @FFTW_PREFIX@rfftw_threads.h
+-EXTRA_PROGRAMS = fftw_threads_test rfftw_threads_test
++check_PROGRAMS = fftw_threads_test rfftw_threads_test
+
+ FFTWDIR=../fftw
+ RFFTWDIR=../rfftw