Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/blas-goto: blas-goto-1.19.ebuild ChangeLog
Date: Fri, 21 Sep 2007 07:19:11
Message-Id: E1IYcAr-000484-Gz@stork.gentoo.org
1 dberkholz 07/09/21 06:39:37
2
3 Modified: blas-goto-1.19.ebuild ChangeLog
4 Log:
5 Quote LDFLAGS, so multiple flags doesn't kill the build by passing flags beyond the first directly to make.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 sci-libs/blas-goto/blas-goto-1.19.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-goto/blas-goto-1.19.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-goto/blas-goto-1.19.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-goto/blas-goto-1.19.ebuild?r1=1.1&r2=1.2
14
15 Index: blas-goto-1.19.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/blas-goto-1.19.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- blas-goto-1.19.ebuild 20 Sep 2007 14:40:02 -0000 1.1
22 +++ blas-goto-1.19.ebuild 21 Sep 2007 06:39:37 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/blas-goto-1.19.ebuild,v 1.1 2007/09/20 14:40:02 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/blas-goto-1.19.ebuild,v 1.2 2007/09/21 06:39:37 dberkholz Exp $
28
29 inherit eutils fortran flag-o-matic toolchain-funcs
30
31 @@ -108,7 +108,7 @@
32 src_compile() {
33
34 # Make static library
35 - emake LDFLAGS=$(raw-ldflags) || die "emake failed"
36 + emake LDFLAGS="$(raw-ldflags)" || die "emake failed"
37
38 # Make shared library
39 cd exports
40
41
42
43 1.11 sci-libs/blas-goto/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-goto/ChangeLog?rev=1.11&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-goto/ChangeLog?rev=1.11&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-goto/ChangeLog?r1=1.10&r2=1.11
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/ChangeLog,v
52 retrieving revision 1.10
53 retrieving revision 1.11
54 diff -u -r1.10 -r1.11
55 --- ChangeLog 20 Sep 2007 14:40:02 -0000 1.10
56 +++ ChangeLog 21 Sep 2007 06:39:37 -0000 1.11
57 @@ -1,6 +1,11 @@
58 # ChangeLog for sci-libs/blas-goto
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/ChangeLog,v 1.10 2007/09/20 14:40:02 bicatali Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/ChangeLog,v 1.11 2007/09/21 06:39:37 dberkholz Exp $
62 +
63 + 21 Sep 2007; Donnie Berkholz <dberkholz@g.o>;
64 + blas-goto-1.19.ebuild:
65 + Quote LDFLAGS, so multiple flags doesn't kill the build by passing flags
66 + beyond the first directly to make.
67
68 *blas-goto-1.19 (20 Sep 2007)
69
70
71
72
73 --
74 gentoo-commits@g.o mailing list