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 01AA713908F for ; Fri, 3 Feb 2017 03:02:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6123021C203; Fri, 3 Feb 2017 03:02:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D4D321C203 for ; Fri, 3 Feb 2017 03:02:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7975C340DC7 for ; Fri, 3 Feb 2017 03:02:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D14493DC9 for ; Fri, 3 Feb 2017 03:02:30 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1486090897.7c57ace66935fb6ddd2ea5b044e3d4048366cf79.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cblas/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/cblas/cblas-3.7.ebuild X-VCS-Directories: virtual/cblas/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 7c57ace66935fb6ddd2ea5b044e3d4048366cf79 X-VCS-Branch: master Date: Fri, 3 Feb 2017 03:02:30 +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: 668e1848-cb37-427c-a029-08a9babebcc7 X-Archives-Hash: 94b355d1715061b80632684ae0b854c7 commit: 7c57ace66935fb6ddd2ea5b044e3d4048366cf79 Author: Matthias Maier gentoo org> AuthorDate: Fri Feb 3 02:32:54 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Fri Feb 3 03:01:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c57ace6 virtual/cblas: bump to 3.7 Package-Manager: Portage-2.3.3, Repoman-2.3.1 virtual/cblas/cblas-3.7.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/virtual/cblas/cblas-3.7.ebuild b/virtual/cblas/cblas-3.7.ebuild new file mode 100644 index 00000000..731079f --- /dev/null +++ b/virtual/cblas/cblas-3.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +DESCRIPTION="Virtual for BLAS C implementation" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +RDEPEND="|| ( + >=sci-libs/cblas-reference-20161223 + sci-libs/gsl[-cblas-external] + >=sci-libs/mkl-9.1.023 + )" +DEPEND=""