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 AF56513838B for ; Mon, 6 Oct 2014 05:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 572AFE0A91; Mon, 6 Oct 2014 05:56:43 +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 25B42E0AD9 for ; Mon, 6 Oct 2014 05:56:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C218340297 for ; Mon, 6 Oct 2014 05:56:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5904171AB for ; Mon, 6 Oct 2014 05:56:38 +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: <1411816207.8a52101e318edc07bccbb9cb3a5a5c949d2e4562.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/cblas/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/cblas/ChangeLog virtual/cblas/cblas-2.0-r1.ebuild virtual/cblas/metadata.xml X-VCS-Directories: virtual/cblas/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8a52101e318edc07bccbb9cb3a5a5c949d2e4562 X-VCS-Branch: master Date: Mon, 6 Oct 2014 05:56:38 +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: ffc2a53b-f758-4748-b8f9-2562b46d1484 X-Archives-Hash: f818ed5fb50b0e239e3fa49e4607e5c0 commit: 8a52101e318edc07bccbb9cb3a5a5c949d2e4562 Author: gienah gentoo org> AuthorDate: Sat Sep 6 16:43:10 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Sep 27 11:10:07 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8a52101e Add int64 use flag for separate eselect modules for int64 providers --- virtual/cblas/ChangeLog | 8 +++++++- virtual/cblas/cblas-2.0-r1.ebuild | 28 ++++++++++++++++++++++++++++ virtual/cblas/metadata.xml | 4 ++++ 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/virtual/cblas/ChangeLog b/virtual/cblas/ChangeLog index 20ec5ad..bf5bbf8 100644 --- a/virtual/cblas/ChangeLog +++ b/virtual/cblas/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for virtual/cblas -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/virtual/cblas/ChangeLog,v 1.6 2010/01/11 10:56:05 ulm Exp $ +*cblas-2.0-r1 (26 Apr 2014) + + 26 Apr 2014; Mark Wright +cblas-2.0-r1.ebuild, + metadata.xml: + Add int64 use flag for separate eselect modules for int64 providers + 11 Aug 2013; Justin Lecher cblas-2.0.ebuild, metadata.xml: Drop obsolete USE dep for openblas, #478130 diff --git a/virtual/cblas/cblas-2.0-r1.ebuild b/virtual/cblas/cblas-2.0-r1.ebuild new file mode 100644 index 0000000..e2b2495 --- /dev/null +++ b/virtual/cblas/cblas-2.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Virtual for BLAS C implementation" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="int64" + +RDEPEND=" + int64? ( + sci-libs/openblas[int64] + ) + || ( + >=sci-libs/cblas-reference-20110218 + sci-libs/openblas[int64?] + >=sci-libs/gsl-1.15-r3[-cblas-external] + >=sci-libs/gotoblas2-1.13 + >=sci-libs/atlas-3.9.34 + >=sci-libs/mkl-10.3 + )" +DEPEND="" diff --git a/virtual/cblas/metadata.xml b/virtual/cblas/metadata.xml index 444c81e..fb26d6d 100644 --- a/virtual/cblas/metadata.xml +++ b/virtual/cblas/metadata.xml @@ -6,4 +6,8 @@ Gentoo virtual package for the Basic Linear Algebra Subprograms C implementation. + + Add eselect module for cblas libraries built with 64 bits + integer ABI +