Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/fftw/files: fftw-2.1.5-no-test.patch
Date: Mon, 23 Jun 2008 14:31:20
Message-Id: E1KAn4c-000136-M0@stork.gentoo.org
1 bicatali 08/06/23 14:31:14
2
3 Added: fftw-2.1.5-no-test.patch
4 Log:
5 Added a patch to avoid building tests if not requested (bug #226325), and mips is now ~ for 3.1.2
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 sci-libs/fftw/files/fftw-2.1.5-no-test.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/files/fftw-2.1.5-no-test.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/files/fftw-2.1.5-no-test.patch?rev=1.1&content-type=text/plain
13
14 Index: fftw-2.1.5-no-test.patch
15 ===================================================================
16 --- tests/Makefile.am.orig 2008-06-22 12:29:53.149138283 +0100
17 +++ tests/Makefile.am 2008-06-22 12:30:32.731595087 +0100
18 @@ -1,4 +1,4 @@
19 -noinst_PROGRAMS = fftw_test rfftw_test
20 +check_PROGRAMS = fftw_test rfftw_test
21 noinst_HEADERS = test_main.h
22
23 FFTWDIR=../fftw
24 --- mpi/Makefile.am.orig 2008-06-22 17:21:16.998466390 +0100
25 +++ mpi/Makefile.am 2008-06-22 17:27:42.996463162 +0100
26 @@ -4,12 +4,12 @@
27
28 lib_LTLIBRARIES = @FFTW_MPI_LIBLIST@
29 include_HEADERS = @FFTW_MPI_INCLUDELIST@
30 -noinst_PROGRAMS = @FFTW_MPI_PROGLIST@
31 +check_PROGRAMS = @FFTW_MPI_PROGLIST@
32
33 EXTRA_LTLIBRARIES = lib@FFTW_PREFIX@fftw_mpi.la \
34 lib@FFTW_PREFIX@rfftw_mpi.la
35 EXTRA_HEADERS = @FFTW_PREFIX@fftw_mpi.h @FFTW_PREFIX@rfftw_mpi.h
36 -EXTRA_PROGRAMS = test_sched test_transpose_mpi fftw_mpi_test rfftw_mpi_test
37 +check_PROGRAMS = test_sched test_transpose_mpi fftw_mpi_test rfftw_mpi_test
38 EXTRA_DIST = README.f77
39
40 CC=@MPICC@
41 --- threads/Makefile.am.orig 2008-06-22 17:18:18.940409610 +0100
42 +++ threads/Makefile.am 2008-06-22 17:28:00.485459803 +0100
43 @@ -4,13 +4,13 @@
44
45 lib_LTLIBRARIES = @FFTW_THREADS_LIBLIST@
46 include_HEADERS = @FFTW_THREADS_INCLUDELIST@
47 -noinst_PROGRAMS = @FFTW_THREADS_PROGLIST@
48 +check_PROGRAMS = @FFTW_THREADS_PROGLIST@
49
50 EXTRA_LTLIBRARIES = lib@FFTW_PREFIX@fftw_threads.la \
51 lib@FFTW_PREFIX@rfftw_threads.la
52 EXTRA_HEADERS = @FFTW_PREFIX@fftw_threads.h \
53 @FFTW_PREFIX@rfftw_threads.h
54 -EXTRA_PROGRAMS = fftw_threads_test rfftw_threads_test
55 +check_PROGRAMS = fftw_threads_test rfftw_threads_test
56
57 FFTWDIR=../fftw
58 RFFTWDIR=../rfftw
59
60
61
62 --
63 gentoo-commits@l.g.o mailing list