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 0BB9D138010 for ; Sat, 27 Oct 2012 09:04:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4057921C010; Sat, 27 Oct 2012 09:04:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C1A9A21C010 for ; Sat, 27 Oct 2012 09:04:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C1A933D922 for ; Sat, 27 Oct 2012 09:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C2420E5436 for ; Sat, 27 Oct 2012 09:04:14 +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: <1351328625.07e7c873ae052571ed3348954af797c32fc0224c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/mkl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/mkl/ChangeLog sci-libs/mkl/metadata.xml sci-libs/mkl/mkl-11.0.0.079.ebuild X-VCS-Directories: sci-libs/mkl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 07e7c873ae052571ed3348954af797c32fc0224c X-VCS-Branch: master Date: Sat, 27 Oct 2012 09:04:14 +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: 3649fec2-3f85-4940-b3e3-030585d95d29 X-Archives-Hash: f00992efa0883de1ab02fffd4d23edf1 commit: 07e7c873ae052571ed3348954af797c32fc0224c Author: Justin Lecher gentoo org> AuthorDate: Sat Oct 27 09:03:45 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Oct 27 09:03:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=07e7c873 sci-libs/mkl: Fix size of builddir Package-Manager: portage-2.2.0_alpha142 --- sci-libs/mkl/ChangeLog | 4 ++++ sci-libs/mkl/metadata.xml | 4 ++-- sci-libs/mkl/mkl-11.0.0.079.ebuild | 9 +-------- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog index f298a3f..89747cf 100644 --- a/sci-libs/mkl/ChangeLog +++ b/sci-libs/mkl/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Oct 2012; Justin Lecher mkl-11.0.0.079.ebuild, + metadata.xml: + Fix size of builddir + *mkl-11.0.0.079 (29 Sep 2012) 29 Sep 2012; Sébastien Fabbro +mkl-11.0.0.079.ebuild, diff --git a/sci-libs/mkl/metadata.xml b/sci-libs/mkl/metadata.xml index 89e096c..784a7cb 100644 --- a/sci-libs/mkl/metadata.xml +++ b/sci-libs/mkl/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + The Intel(R) Math Kernel Library is a mathematical library mostly optimized for Intel processors (also works on AMDs). It contains BLAS and LAPACK implementations, Fast Fourier Transforms, a vector math diff --git a/sci-libs/mkl/mkl-11.0.0.079.ebuild b/sci-libs/mkl/mkl-11.0.0.079.ebuild index 54aa193..eaedbe3 100644 --- a/sci-libs/mkl/mkl-11.0.0.079.ebuild +++ b/sci-libs/mkl/mkl-11.0.0.079.ebuild @@ -19,14 +19,7 @@ IUSE="" DEPEND="" RDEPEND=">=dev-libs/intel-common-12" -QA_PREBUILT=" - ${INTEL_SDP_DIR}/mkl/lib/*/* - ${INTEL_SDP_DIR}/mkl/examples/lapack/lib/* - ${INTEL_SDP_DIR}/mkl/tests/cblas/source/* - ${INTEL_SDP_DIR}/mkl/benchmarks/linpack/* - ${INTEL_SDP_DIR}/mkl/benchmarks/mp_linpack/*/*/*" - -CHECKREQS_DISK_BUILD=1536M +CHECKREQS_DISK_BUILD=2300M INTEL_BIN_RPMS="mkl mkl-devel" INTEL_DAT_RPMS="mkl-common"