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 4C1F013908F for ; Fri, 3 Feb 2017 10:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF39C21C08D; Fri, 3 Feb 2017 10:25:33 +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 8B4E821C08B for ; Fri, 3 Feb 2017 10:25:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A5BB2341026 for ; Fri, 3 Feb 2017 10:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97DCA3DC4 for ; Fri, 3 Feb 2017 10:25:24 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1486090609.bc8c33fac582ceaa6319500c66329b776778f618.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/cblas/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/cblas/cblas-3.7-r100.ebuild X-VCS-Directories: virtual/cblas/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: bc8c33fac582ceaa6319500c66329b776778f618 X-VCS-Branch: master Date: Fri, 3 Feb 2017 10:25:24 +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: 4c5a5cf7-f168-4b8f-a9bd-3dbb51e8cb13 X-Archives-Hash: 8e7a2db5d9b9aed5727c4b151fb2e8ab commit: bc8c33fac582ceaa6319500c66329b776778f618 Author: Matthias Maier gentoo org> AuthorDate: Fri Feb 3 02:56:49 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Fri Feb 3 02:56:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bc8c33fa virtual/cblas: version bump to 3.7 Package-Manager: Portage-2.3.3, Repoman-2.3.1 virtual/cblas/cblas-3.7-r100.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/virtual/cblas/cblas-3.7-r100.ebuild b/virtual/cblas/cblas-3.7-r100.ebuild new file mode 100644 index 0000000..49d5aa7 --- /dev/null +++ b/virtual/cblas/cblas-3.7-r100.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MULTILIB_COMPAT=( abi_x86_{32,64} ) + +inherit multilib-build + +DESCRIPTION="Virtual for BLAS C implementation" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="int64" + +RDEPEND=" + || ( + >=sci-libs/cblas-reference-20161223-r100[int64?,${MULTILIB_USEDEP}] + >=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}] + >=sci-libs/gsl-1.16-r2[-cblas-external,${MULTILIB_USEDEP}] + >=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}] + sci-libs/mkl[int64?,${MULTILIB_USEDEP}] + abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34 ) ) + ) + int64? ( + || ( + >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}] + >=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}] + >=sci-libs/gotoblas2-1.13[int64,${MULTILIB_USEDEP}] + sci-libs/mkl[int64,${MULTILIB_USEDEP}] + ) + )" +DEPEND=""