Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: virtual/cblas/
Date: Mon, 06 Oct 2014 05:56:45
Message-Id: 1411816207.8a52101e318edc07bccbb9cb3a5a5c949d2e4562.jlec@gentoo
1 commit: 8a52101e318edc07bccbb9cb3a5a5c949d2e4562
2 Author: gienah <gienah <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 6 16:43:10 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 27 11:10:07 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8a52101e
7
8 Add int64 use flag for separate eselect modules for int64 providers
9
10 ---
11 virtual/cblas/ChangeLog | 8 +++++++-
12 virtual/cblas/cblas-2.0-r1.ebuild | 28 ++++++++++++++++++++++++++++
13 virtual/cblas/metadata.xml | 4 ++++
14 3 files changed, 39 insertions(+), 1 deletion(-)
15
16 diff --git a/virtual/cblas/ChangeLog b/virtual/cblas/ChangeLog
17 index 20ec5ad..bf5bbf8 100644
18 --- a/virtual/cblas/ChangeLog
19 +++ b/virtual/cblas/ChangeLog
20 @@ -1,7 +1,13 @@
21 # ChangeLog for virtual/cblas
22 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: /var/cvsroot/gentoo-x86/virtual/cblas/ChangeLog,v 1.6 2010/01/11 10:56:05 ulm Exp $
25
26 +*cblas-2.0-r1 (26 Apr 2014)
27 +
28 + 26 Apr 2014; Mark Wright <gienah@g.o> +cblas-2.0-r1.ebuild,
29 + metadata.xml:
30 + Add int64 use flag for separate eselect modules for int64 providers
31 +
32 11 Aug 2013; Justin Lecher <jlec@g.o> cblas-2.0.ebuild, metadata.xml:
33 Drop obsolete USE dep for openblas, #478130
34
35
36 diff --git a/virtual/cblas/cblas-2.0-r1.ebuild b/virtual/cblas/cblas-2.0-r1.ebuild
37 new file mode 100644
38 index 0000000..e2b2495
39 --- /dev/null
40 +++ b/virtual/cblas/cblas-2.0-r1.ebuild
41 @@ -0,0 +1,28 @@
42 +# Copyright 1999-2014 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +
46 +EAPI=5
47 +
48 +DESCRIPTION="Virtual for BLAS C implementation"
49 +HOMEPAGE=""
50 +SRC_URI=""
51 +
52 +LICENSE=""
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
55 +IUSE="int64"
56 +
57 +RDEPEND="
58 + int64? (
59 + sci-libs/openblas[int64]
60 + )
61 + || (
62 + >=sci-libs/cblas-reference-20110218
63 + sci-libs/openblas[int64?]
64 + >=sci-libs/gsl-1.15-r3[-cblas-external]
65 + >=sci-libs/gotoblas2-1.13
66 + >=sci-libs/atlas-3.9.34
67 + >=sci-libs/mkl-10.3
68 + )"
69 +DEPEND=""
70
71 diff --git a/virtual/cblas/metadata.xml b/virtual/cblas/metadata.xml
72 index 444c81e..fb26d6d 100644
73 --- a/virtual/cblas/metadata.xml
74 +++ b/virtual/cblas/metadata.xml
75 @@ -6,4 +6,8 @@
76 Gentoo virtual package for the Basic Linear Algebra Subprograms
77 C implementation.
78 </longdescription>
79 +<use>
80 + <flag name="int64">Add eselect module for cblas libraries built with 64 bits
81 + integer ABI</flag>
82 +</use>
83 </pkgmetadata>