aboutsummaryrefslogtreecommitdiff
blob: 4b1a8efd1b7515b0f0fd84a555a570cd8dee82a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Virtual for ScaLAPACK implementation"

SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"

RDEPEND="
	|| (
		sci-libs/scalapack
		sci-libs/mkl
	)
"