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