diff options
author | Matthias Maier <tamiko@gentoo.org> | 2016-09-24 11:58:08 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2016-09-24 16:18:56 -0500 |
commit | 3f82ac80a877cd50f3b9274b8d548898e8981097 (patch) | |
tree | 9314552759c9a0652674aa291f4d35819215104e /virtual/blas | |
parent | sci-libs/blas-reference: version bump to 20151113 (upstream version 3.6.0) (diff) | |
download | gentoo-3f82ac80a877cd50f3b9274b8d548898e8981097.tar.gz gentoo-3f82ac80a877cd50f3b9274b8d548898e8981097.tar.bz2 gentoo-3f82ac80a877cd50f3b9274b8d548898e8981097.zip |
virtual/blas: add version 3.6 that requires blas-reference of at least 20151113
Package-Manager: portage-2.2.28
Diffstat (limited to 'virtual/blas')
-rw-r--r-- | virtual/blas/blas-3.6.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/virtual/blas/blas-3.6.ebuild b/virtual/blas/blas-3.6.ebuild new file mode 100644 index 000000000000..44656c383d84 --- /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="" |