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/superlu/files: superlu-4.1-autotools.patch
Date: Tue, 28 Dec 2010 20:30:29
Message-Id: 20101228203019.509FE20057@flycatcher.gentoo.org
1 bicatali 10/12/28 20:30:19
2
3 Modified: superlu-4.1-autotools.patch
4 Log:
5 Fixed patch for missing includes bug #349783. Changed the pkg-config cflags value.
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-libs/superlu/files/superlu-4.1-autotools.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch?r1=1.1&r2=1.2
15
16 Index: superlu-4.1-autotools.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- superlu-4.1-autotools.patch 12 Dec 2010 18:27:42 -0000 1.1
23 +++ superlu-4.1-autotools.patch 28 Dec 2010 20:30:19 -0000 1.2
24 @@ -452,7 +452,7 @@
25 + slu_cdefs.h \
26 + slu_ddefs.h \
27 + slu_sdefs.h \
28 -+ slu_zdefs.h
29 ++ slu_zdefs.h \
30 + slu_Cnames.h \
31 + slu_dcomplex.h \
32 + slu_scomplex.h \
33 @@ -572,4 +572,4 @@
34 +Libs: -L${libdir} -lsuperlu
35 +Libs.private: -lm @FLIBS@
36 +Requires: blas
37 -+Cflags: -I${includedir}
38 ++Cflags: -I${includedir}/superlu