Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cblas/
Date: Fri, 30 Sep 2016 02:56:26
Message-Id: 1475204116.6f915a520a490d5712f20e688146a2b974591ef5.tamiko@gentoo
1 commit: 6f915a520a490d5712f20e688146a2b974591ef5
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 01:31:09 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 02:55:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f915a52
7
8 virtual/cblas: add version 3.6 that requires cblas-reference of at least 20151113
9
10 Package-Manager: portage-2.3.0
11
12 virtual/cblas/cblas-3.6.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/virtual/cblas/cblas-3.6.ebuild b/virtual/cblas/cblas-3.6.ebuild
16 new file mode 100644
17 index 00000000..c36260d
18 --- /dev/null
19 +++ b/virtual/cblas/cblas-3.6.ebuild
20 @@ -0,0 +1,21 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI="6"
26 +
27 +DESCRIPTION="Virtual for BLAS C implementation"
28 +HOMEPAGE=""
29 +SRC_URI=""
30 +
31 +LICENSE=""
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
34 +IUSE=""
35 +
36 +RDEPEND="|| (
37 + >=sci-libs/cblas-reference-20151113
38 + sci-libs/gsl[-cblas-external]
39 + >=sci-libs/mkl-9.1.023
40 + )"
41 +DEPEND=""