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 B70FE1384B4 for ; Tue, 1 Dec 2015 09:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 696C321C040; Tue, 1 Dec 2015 09:37:11 +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 E330321C03B for ; Tue, 1 Dec 2015 09:37:10 +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 CA6CA34076D for ; Tue, 1 Dec 2015 09:37:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5D2FC7B for ; Tue, 1 Dec 2015 09:37:06 +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: <1448956474.231d9b440197d6b11f472b8e4b57821c43b8bea3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/blas/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/blas/blas-2.1-r4.ebuild X-VCS-Directories: virtual/blas/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 231d9b440197d6b11f472b8e4b57821c43b8bea3 X-VCS-Branch: master Date: Tue, 1 Dec 2015 09:37:06 +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: 53419427-4c56-48c6-b271-4079e86d37d5 X-Archives-Hash: b6f3b6bce2c3926b0a7b3917749171c4 commit: 231d9b440197d6b11f472b8e4b57821c43b8bea3 Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 1 07:54:34 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 1 07:54:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=231d9b44 virtual/blas: Add gotoblas to int64 providers Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> virtual/blas/blas-2.1-r4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virtual/blas/blas-2.1-r4.ebuild b/virtual/blas/blas-2.1-r4.ebuild index d99af25..b95de38 100644 --- a/virtual/blas/blas-2.1-r4.ebuild +++ b/virtual/blas/blas-2.1-r4.ebuild @@ -23,7 +23,7 @@ RDEPEND=" >=dev-cpp/eigen-3.1.4 sci-libs/atlas[fortran] >=sci-libs/acml-4.4 - sci-libs/gotoblas2 + sci-libs/gotoblas2[int64?,${MULTILIB_USEDEP}] >=sci-libs/mkl-10.3 ) doc? ( >=app-doc/blas-docs-3.2 ) @@ -31,6 +31,7 @@ RDEPEND=" || ( sci-libs/blas-reference[int64,${MULTILIB_USEDEP}] >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}] + sci-libs/gotoblas2[int64?,${MULTILIB_USEDEP}] ) ) "