From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C172138359 for ; Tue, 10 Nov 2020 00:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 103A9E07F1; Tue, 10 Nov 2020 00:06:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97AF3E07F1 for ; Tue, 10 Nov 2020 00:06:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DB6E340C7B for ; Tue, 10 Nov 2020 00:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11913443 for ; Tue, 10 Nov 2020 00:06:12 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1604966633.fd04c569ad4ac56dd40fe7c9926432b6b678bcef.epsilon-0@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/blacs-1.1-r2.ebuild virtual/blacs/metadata.xml X-VCS-Directories: virtual/blacs/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: fd04c569ad4ac56dd40fe7c9926432b6b678bcef X-VCS-Branch: master Date: Tue, 10 Nov 2020 00:06:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e00e0aa9-493e-49d4-ae18-96e19b8369b2 X-Archives-Hash: 63316c89a744ba1e71fdac18ddf9f65d commit: fd04c569ad4ac56dd40fe7c9926432b6b678bcef Author: Aisha Tammy aisha cc> AuthorDate: Tue Nov 10 00:03:53 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Nov 10 00:03:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fd04c569 virtual/blacs: revision bump with fixes Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> virtual/blacs/blacs-1.1-r1.ebuild | 24 ------------------------ virtual/blacs/blacs-1.1-r2.ebuild | 16 ++++++++++++++++ virtual/blacs/metadata.xml | 7 ------- 3 files changed, 16 insertions(+), 31 deletions(-) diff --git a/virtual/blacs/blacs-1.1-r1.ebuild b/virtual/blacs/blacs-1.1-r1.ebuild deleted file mode 100644 index ba94ffaa2..000000000 --- a/virtual/blacs/blacs-1.1-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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/blacs-1.1-r2.ebuild b/virtual/blacs/blacs-1.1-r2.ebuild new file mode 100644 index 000000000..c406268da --- /dev/null +++ b/virtual/blacs/blacs-1.1-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for BLACS implementation" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + || ( + sci-libs/mkl + >=sci-libs/mpiblacs-1.1 + ) +" diff --git a/virtual/blacs/metadata.xml b/virtual/blacs/metadata.xml index 5f25087f3..ae9640ffb 100644 --- a/virtual/blacs/metadata.xml +++ b/virtual/blacs/metadata.xml @@ -5,11 +5,4 @@ sci@gentoo.org Gentoo Science Project - -Gentoo virtual package for the Basic Linear Algebra Communication Subprograms implementation. - - - Add eselect module for blas libraries built with 64 bits -integer ABI -