virtual/blas: bump to 3.7
authorMatthias Maier <tamiko@gentoo.org>
Fri, 3 Feb 2017 02:32:07 +0000 (20:32 -0600)
committerMatthias Maier <tamiko@gentoo.org>
Fri, 3 Feb 2017 03:01:36 +0000 (21:01 -0600)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

virtual/blas/blas-3.7.ebuild [new file with mode: 0644]

diff --git a/virtual/blas/blas-3.7.ebuild b/virtual/blas/blas-3.7.ebuild
new file mode 100644 (file)
index 0000000..bf5359d
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+RDEPEND="|| (
+               >=sci-libs/blas-reference-20161223
+               >=sci-libs/mkl-9.1.023
+               sci-libs/acml
+       )"
+DEPEND=""