aboutsummaryrefslogtreecommitdiff
blob: 55db93ae8554b0b4b3ce8abb85c58ad9591e2292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

MULTILIB_COMPAT=( abi_x86_{32,64} )

inherit multilib-build

DESCRIPTION="Virtual for BLACS implementation"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="doc int64"

RDEPEND="
	|| (
		sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
		abi_x86_64? ( !abi_x86_32? ( >=sci-libs/mpiblacs-1.1 ) )
	)
	int64? ( sci-libs/mkl[int64,${MULTILIB_USEDEP}] )
	doc? ( >=app-doc/blacs-docs-1 )"
DEPEND=""