Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/blas-atlas: blas-atlas-3.9.3.ebuild blas-atlas-3.8.0.ebuild ChangeLog
Date: Thu, 28 Aug 2008 09:48:52
Message-Id: E1KYe7S-0004BS-PC@stork.gentoo.org
1 armin76 08/08/28 09:48:46
2
3 Modified: blas-atlas-3.9.3.ebuild blas-atlas-3.8.0.ebuild
4 ChangeLog
5 Log:
6 Add fix to compile on alpha, alpha stable wrt #200336
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild?r1=1.1&r2=1.2
15
16 Index: blas-atlas-3.9.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- blas-atlas-3.9.3.ebuild 16 Aug 2008 10:50:16 -0000 1.1
23 +++ blas-atlas-3.9.3.ebuild 28 Aug 2008 09:48:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild,v 1.1 2008/08/16 10:50:16 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild,v 1.2 2008/08/28 09:48:46 armin76 Exp $
29
30 inherit eutils toolchain-funcs fortran multilib
31
32 @@ -75,6 +75,10 @@
33 archselect="-b 32"
34 fi
35
36 + # Remove -m64 on alpha, since the compiler doesn't support it
37 + use alpha && sed -i -e 's/-m64//g' "${S}"/CONFIG/src/probe_comp.c
38 +
39 +
40 # unfortunately, atlas-3.9.0 chokes when passed
41 # x86_64-pc-linux-gnu-gcc and friends instead of
42 # plain gcc. Hence, we'll have to workaround this
43
44
45
46 1.11 sci-libs/blas-atlas/blas-atlas-3.8.0.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.8.0.ebuild?rev=1.11&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.8.0.ebuild?rev=1.11&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.8.0.ebuild?r1=1.10&r2=1.11
51
52 Index: blas-atlas-3.8.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.8.0.ebuild,v
55 retrieving revision 1.10
56 retrieving revision 1.11
57 diff -u -r1.10 -r1.11
58 --- blas-atlas-3.8.0.ebuild 21 Apr 2008 15:59:34 -0000 1.10
59 +++ blas-atlas-3.8.0.ebuild 28 Aug 2008 09:48:46 -0000 1.11
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.8.0.ebuild,v 1.10 2008/04/21 15:59:34 bicatali Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.8.0.ebuild,v 1.11 2008/08/28 09:48:46 armin76 Exp $
65
66 inherit eutils toolchain-funcs fortran multilib
67
68 @@ -14,7 +14,7 @@
69
70 LICENSE="BSD"
71 SLOT="0"
72 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
73 +KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
74 IUSE="doc"
75
76 RDEPEND="app-admin/eselect-blas
77 @@ -80,6 +80,9 @@
78 archselect="-b 32"
79 fi
80
81 + # Remove -m64 on alpha, since the compiler doesn't support it
82 + use alpha && sed -i -e 's/-m64//g' "${S}"/CONFIG/src/probe_comp.c
83 +
84 ../configure \
85 --cc="$(tc-getCC)" \
86 --cflags="${CFLAGS}" \
87
88
89
90 1.86 sci-libs/blas-atlas/ChangeLog
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/ChangeLog?rev=1.86&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/ChangeLog?rev=1.86&content-type=text/plain
94 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atlas/ChangeLog?r1=1.85&r2=1.86
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v
99 retrieving revision 1.85
100 retrieving revision 1.86
101 diff -u -r1.85 -r1.86
102 --- ChangeLog 16 Aug 2008 10:50:16 -0000 1.85
103 +++ ChangeLog 28 Aug 2008 09:48:46 -0000 1.86
104 @@ -1,6 +1,10 @@
105 # ChangeLog for sci-libs/blas-atlas
106 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.85 2008/08/16 10:50:16 markusle Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.86 2008/08/28 09:48:46 armin76 Exp $
109 +
110 + 28 Aug 2008; Raúl Porcel <armin76@g.o> blas-atlas-3.8.0.ebuild,
111 + blas-atlas-3.9.3.ebuild:
112 + Add fix to compile on alpha, alpha stable wrt #200336
113
114 *blas-atlas-3.9.3 (15 Aug 2008)