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: Fri, 04 Jul 2008 09:43:44
Message-Id: E1KEhpK-0000ql-Or@stork.gentoo.org
1 bicatali 08/07/04 09:43:38
2
3 Modified: fftw-2.1.5-no-test.patch
4 Log:
5 Avoid compiling mpi and threaded tests when not asked (close bug #230705)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 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.2&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.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/files/fftw-2.1.5-no-test.patch?r1=1.1&r2=1.2
14
15 Index: fftw-2.1.5-no-test.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/files/fftw-2.1.5-no-test.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- fftw-2.1.5-no-test.patch 23 Jun 2008 14:31:14 -0000 1.1
22 +++ fftw-2.1.5-no-test.patch 4 Jul 2008 09:43:38 -0000 1.2
23 @@ -8,7 +8,7 @@
24 FFTWDIR=../fftw
25 --- mpi/Makefile.am.orig 2008-06-22 17:21:16.998466390 +0100
26 +++ mpi/Makefile.am 2008-06-22 17:27:42.996463162 +0100
27 -@@ -4,12 +4,12 @@
28 +@@ -4,8 +4,8 @@
29
30 lib_LTLIBRARIES = @FFTW_MPI_LIBLIST@
31 include_HEADERS = @FFTW_MPI_INCLUDELIST@
32 @@ -18,14 +18,9 @@
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 +@@ -4,9 +4,9 @@
45
46 lib_LTLIBRARIES = @FFTW_THREADS_LIBLIST@
47 include_HEADERS = @FFTW_THREADS_INCLUDELIST@
48 @@ -36,8 +31,3 @@
49 lib@FFTW_PREFIX@rfftw_threads.la
50 EXTRA_HEADERS = @FFTW_PREFIX@fftw_threads.h \
51 @FFTW_PREFIX@rfftw_threads.h
52 --EXTRA_PROGRAMS = fftw_threads_test rfftw_threads_test
53 -+check_PROGRAMS = fftw_threads_test rfftw_threads_test
54 -
55 - FFTWDIR=../fftw
56 - RFFTWDIR=../rfftw
57
58
59
60 --
61 gentoo-commits@l.g.o mailing list