From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2C86D1384B4 for ; Mon, 28 Dec 2015 08:17:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABFF3E07C9; Mon, 28 Dec 2015 08:17:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5E7FE07A7 for ; Mon, 28 Dec 2015 08:17:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37660340139 for ; Mon, 28 Dec 2015 08:17:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E44E4C89 for ; Mon, 28 Dec 2015 08:17:14 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1451290270.9cb9e2ab10d3f0950decb935c060151d72359016.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/blacs/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/blacs/blacs-1.1-r1.ebuild virtual/blacs/metadata.xml X-VCS-Directories: virtual/blacs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9cb9e2ab10d3f0950decb935c060151d72359016 X-VCS-Branch: master Date: Mon, 28 Dec 2015 08:17:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2dfa14bb-8f21-412a-be6b-55a65092296d X-Archives-Hash: c4e7e61acf380d6c28a7afae3bd74728 commit: 9cb9e2ab10d3f0950decb935c060151d72359016 Author: Justin Lecher gentoo org> AuthorDate: Mon Dec 28 08:11:10 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Dec 28 08:11:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9cb9e2ab virtual/blacs: add ABI_x86 and int64 support Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> virtual/blacs/blacs-1.1-r1.ebuild | 27 +++++++++++++++++++++++++++ virtual/blacs/metadata.xml | 4 ++++ 2 files changed, 31 insertions(+) diff --git a/virtual/blacs/blacs-1.1-r1.ebuild b/virtual/blacs/blacs-1.1-r1.ebuild new file mode 100644 index 0000000..3541e2c --- /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="" diff --git a/virtual/blacs/metadata.xml b/virtual/blacs/metadata.xml index 3feba42..859ed1f 100644 --- a/virtual/blacs/metadata.xml +++ b/virtual/blacs/metadata.xml @@ -5,4 +5,8 @@ Gentoo virtual package for the Basic Linear Algebra Communication Subprograms implementation. + + Add eselect module for blas libraries built with 64 bits + integer ABI +