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/blas/
Date: Sat, 24 Sep 2016 21:26:11
Message-Id: 1474751936.3f82ac80a877cd50f3b9274b8d548898e8981097.tamiko@gentoo
1 commit: 3f82ac80a877cd50f3b9274b8d548898e8981097
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 16:58:08 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 21:18:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f82ac80
7
8 virtual/blas: add version 3.6 that requires blas-reference of at least 20151113
9
10 Package-Manager: portage-2.2.28
11
12 virtual/blas/blas-3.6.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/virtual/blas/blas-3.6.ebuild b/virtual/blas/blas-3.6.ebuild
16 new file mode 100644
17 index 00000000..44656c3
18 --- /dev/null
19 +++ b/virtual/blas/blas-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 FORTRAN 77 BLAS implementation"
28 +HOMEPAGE=""
29 +SRC_URI=""
30 +
31 +LICENSE=""
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
34 +IUSE=""
35 +
36 +RDEPEND="|| (
37 + >=sci-libs/blas-reference-20151113
38 + >=sci-libs/mkl-9.1.023
39 + sci-libs/acml
40 + )"
41 +DEPEND=""