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/lapack/
Date: Fri, 30 Sep 2016 04:20:21
Message-Id: 1475209179.bd8d58bcb78a127783656ef85ed2502537f2991c.tamiko@gentoo
1 commit: bd8d58bcb78a127783656ef85ed2502537f2991c
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 04:12:22 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 04:19:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8d58bc
7
8 virtual/lapack: bump to 3.6
9
10 Package-Manager: portage-2.3.0
11
12 virtual/lapack/lapack-3.6.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6.ebuild
16 new file mode 100644
17 index 00000000..8e2f1e9
18 --- /dev/null
19 +++ b/virtual/lapack/lapack-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 Linear Algebra Package FORTRAN 77 (LAPACK) 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/lapack-reference-3.6
38 + >=sci-libs/mkl-10
39 + >=sci-libs/acml-4
40 + )"
41 +DEPEND=""