commit: 3f82ac80a877cd50f3b9274b8d548898e8981097 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sat Sep 24 16:58:08 2016 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sat Sep 24 21:18:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f82ac80
virtual/blas: add version 3.6 that requires blas-reference of at least 20151113 Package-Manager: portage-2.2.28 virtual/blas/blas-3.6.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/virtual/blas/blas-3.6.ebuild b/virtual/blas/blas-3.6.ebuild new file mode 100644 index 00000000..44656c3 --- /dev/null +++ b/virtual/blas/blas-3.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="|| ( + >=sci-libs/blas-reference-20151113 + >=sci-libs/mkl-9.1.023 + sci-libs/acml + )" +DEPEND=""