22 lines
619 B
Bash
22 lines
619 B
Bash
# Copyright 1999-2012 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.10 2012/05/12 20:11:58 aballier 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/blas-atlas-3.7.39
|
|
sci-libs/gsl[-cblas-external]
|
|
>=sci-libs/mkl-9.1.023
|
|
)"
|
|
DEPEND=""
|