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 7E4CA138359 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 15184E07F9; Tue, 10 Nov 2020 00:06:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D0A11E07F1 for ; Tue, 10 Nov 2020 00:06:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A43B0340C7F 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 253BC445 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: <1604966761.881f2bacc842c09fec456da664cbea6bf414c322.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/scalapack/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/scalapack/metadata.xml virtual/scalapack/scalapack-2.0.2-r1.ebuild virtual/scalapack/scalapack-2.0.2.ebuild X-VCS-Directories: virtual/scalapack/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 881f2bacc842c09fec456da664cbea6bf414c322 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: 97119006-54e3-4d69-b1a7-d533a74e3ce0 X-Archives-Hash: b8f59f4eda7cc919fa8b8693c2139400 commit: 881f2bacc842c09fec456da664cbea6bf414c322 Author: Aisha Tammy aisha cc> AuthorDate: Tue Nov 10 00:06:01 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Nov 10 00:06:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=881f2bac virtual/scalapack: revision bump for fixes Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> virtual/scalapack/metadata.xml | 9 --------- virtual/scalapack/scalapack-2.0.2-r1.ebuild | 16 ++++++++++++++++ virtual/scalapack/scalapack-2.0.2.ebuild | 24 ------------------------ 3 files changed, 16 insertions(+), 33 deletions(-) diff --git a/virtual/scalapack/metadata.xml b/virtual/scalapack/metadata.xml index a39ef098a..ae9640ffb 100644 --- a/virtual/scalapack/metadata.xml +++ b/virtual/scalapack/metadata.xml @@ -5,13 +5,4 @@ sci@gentoo.org Gentoo Science Project - -Gentoo virtual package for the Scalable LAPACK implementation. The -version number corresponds to the version of the ScaLAPACK reference -implementation. - - - Add eselect module for blas libraries built with 64 bits -integer ABI - diff --git a/virtual/scalapack/scalapack-2.0.2-r1.ebuild b/virtual/scalapack/scalapack-2.0.2-r1.ebuild new file mode 100644 index 000000000..18d5eabd9 --- /dev/null +++ b/virtual/scalapack/scalapack-2.0.2-r1.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 ScaLAPACK implementation" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + || ( + sci-libs/scalapack + sci-libs/mkl + ) +" diff --git a/virtual/scalapack/scalapack-2.0.2.ebuild b/virtual/scalapack/scalapack-2.0.2.ebuild deleted file mode 100644 index a68e13002..000000000 --- a/virtual/scalapack/scalapack-2.0.2.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 ScaLAPACK implementation" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="doc int64" - -RDEPEND=" - || ( - >=sci-libs/scalapack-${PV} - sci-libs/mkl[int64?,${MULTILIB_USEDEP}] - ) - int64? ( sci-libs/mkl[int64,${MULTILIB_USEDEP}] ) - doc? ( >=app-doc/scalapack-docs-2.0 )" -DEPEND=""