Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/atlas/
Date: Mon, 28 Jan 2013 22:51:42
Message-Id: 1359413479.cdaa197f636cbbc3ca76711c8efcf777ab8068f3.bicatali@gentoo
1 commit: cdaa197f636cbbc3ca76711c8efcf777ab8068f3
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 22:51:19 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 22:51:19 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cdaa197f
7
8 sci-libs/atlas: Version bump
9
10 Package-Manager: portage-2.2.01.21688-prefix
11
12 ---
13 sci-libs/atlas/ChangeLog | 8 +++++++-
14 .../{atlas-3.10.0.ebuild => atlas-3.10.1.ebuild} | 9 ++++-----
15 2 files changed, 11 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-libs/atlas/ChangeLog b/sci-libs/atlas/ChangeLog
18 index 22266c7..dd11fd3 100644
19 --- a/sci-libs/atlas/ChangeLog
20 +++ b/sci-libs/atlas/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for sci-libs/atlas
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*atlas-3.10.1 (28 Jan 2013)
28 +
29 + 28 Jan 2013; Sébastien Fabbro <bicatali@g.o> +atlas-3.10.1.ebuild,
30 + -atlas-3.10.0.ebuild:
31 + sci-libs/atlas: Version bump
32 +
33 12 Dec 2012; Sébastien Fabbro <bicatali@g.o> -atlas-3.8.4.ebuild,
34 -files/3.9.39-bfr-overflow.patch, atlas-3.10.0.ebuild, metadata.xml:
35 sci-libs/atlas: Update for lapack-3.4.2
36
37 diff --git a/sci-libs/atlas/atlas-3.10.0.ebuild b/sci-libs/atlas/atlas-3.10.1.ebuild
38 similarity index 98%
39 rename from sci-libs/atlas/atlas-3.10.0.ebuild
40 rename to sci-libs/atlas/atlas-3.10.1.ebuild
41 index 2d9a170..d9da19e 100644
42 --- a/sci-libs/atlas/atlas-3.10.0.ebuild
43 +++ b/sci-libs/atlas/atlas-3.10.1.ebuild
44 @@ -1,8 +1,8 @@
45 -# Copyright 1999-2012 Gentoo Foundation
46 +# Copyright 1999-2013 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 -EAPI=4
51 +EAPI=5
52
53 FORTRAN_NEEDED=fortran
54 inherit eutils toolchain-funcs fortran-2 versionator alternatives-2 multilib
55 @@ -49,7 +49,7 @@ pkg_setup() {
56 }
57
58 src_prepare() {
59 - epatch "${FILESDIR}"/${P}-x32-support.patch
60 + epatch "${FILESDIR}"/${PN}-3.10.0-x32-support.patch
61 }
62
63 src_configure() {
64 @@ -94,8 +94,6 @@ src_configure() {
65 myconf+=( "-b 32" )
66 elif use ia64; then
67 myconf+=( "-b 64" )
68 - else #hppa alpha ...
69 - myconf+=( "" )
70 fi
71 if use fortran; then
72 myconf+=(
73 @@ -236,6 +234,7 @@ src_install() {
74
75 if use fortran; then
76 LINK=$(tc-getF77) PCREQ=
77 +
78 # blas
79 atlas_install_libs libf77blas.a -lm -L. -latlas
80 atlas_install_pc f77blas atlas-blas -lm -latlas