21 lines
584 B
Bash
21 lines
584 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/virtual/cblas/cblas-1.0.ebuild,v 1.11 2013/02/02 07:55:46 jlec Exp $
|
|
|
|
EAPI=2
|
|
|
|
DESCRIPTION="Virtual for BLAS C implementation"
|
|
HOMEPAGE=""
|
|
SRC_URI=""
|
|
|
|
LICENSE=""
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
|
IUSE=""
|
|
|
|
RDEPEND="|| (
|
|
sci-libs/cblas-reference
|
|
sci-libs/gsl[-cblas-external]
|
|
>=sci-libs/mkl-9.1.023
|
|
)"
|
|
DEPEND=""
|