aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-28 09:11:10 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-28 09:11:10 +0100
commit9cb9e2ab10d3f0950decb935c060151d72359016 (patch)
tree567b47d7df73bf5fd7aee5c45ddb858271124fbe /virtual/blacs/blacs-1.1-r1.ebuild
parentvirtual/scalapack: Version Bump, add ABI_x86 and int64 support (diff)
downloadsci-9cb9e2ab10d3f0950decb935c060151d72359016.tar.gz
sci-9cb9e2ab10d3f0950decb935c060151d72359016.tar.bz2
sci-9cb9e2ab10d3f0950decb935c060151d72359016.zip
virtual/blacs: add ABI_x86 and int64 support
Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'virtual/blacs/blacs-1.1-r1.ebuild')
-rw-r--r--virtual/blacs/blacs-1.1-r1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/virtual/blacs/blacs-1.1-r1.ebuild b/virtual/blacs/blacs-1.1-r1.ebuild
new file mode 100644
index 000000000..3541e2c43
--- /dev/null
+++ b/virtual/blacs/blacs-1.1-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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=""