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 9F12A198005 for ; Fri, 22 Feb 2013 15:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA14221C0A2; Fri, 22 Feb 2013 15:46:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20F3E21C089 for ; Fri, 22 Feb 2013 15:46:49 +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 399A933E17E for ; Fri, 22 Feb 2013 15:46:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 14DDFE4098 for ; Fri, 22 Feb 2013 15:46:46 +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: <1361533961.69d13bf0066675905477af55a9567d032d0fe38c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/armadillo/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/armadillo/ChangeLog sci-libs/armadillo/armadillo-3.6.2-r1.ebuild sci-libs/armadillo/metadata.xml X-VCS-Directories: sci-libs/armadillo/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 69d13bf0066675905477af55a9567d032d0fe38c X-VCS-Branch: master Date: Fri, 22 Feb 2013 15:46:46 +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: 6e7a9407-c4be-4f41-be50-5ae7ee61f2bf X-Archives-Hash: 69312f64f013760ae5574123f2c835f5 commit: 69d13bf0066675905477af55a9567d032d0fe38c Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 22 11:52:41 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 22 11:52:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=69d13bf0 sci-libs/armadillo: Correct USE dependency for virtual/pkgconfig Package-Manager: portage-2.2.0_alpha163 RepoMan-Options: --force --- sci-libs/armadillo/ChangeLog | 4 ++++ sci-libs/armadillo/armadillo-3.6.2-r1.ebuild | 4 +++- sci-libs/armadillo/metadata.xml | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog index 98a0bf6..ae5bb80 100644 --- a/sci-libs/armadillo/ChangeLog +++ b/sci-libs/armadillo/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Feb 2013; Justin Lecher armadillo-3.6.2-r1.ebuild, + metadata.xml: + Correct USE dependency for virtual/pkgconfig + *armadillo-3.6.2-r1 (07 Feb 2013) 07 Feb 2013; Sébastien Fabbro diff --git a/sci-libs/armadillo/armadillo-3.6.2-r1.ebuild b/sci-libs/armadillo/armadillo-3.6.2-r1.ebuild index e50e652..0135614 100644 --- a/sci-libs/armadillo/armadillo-3.6.2-r1.ebuild +++ b/sci-libs/armadillo/armadillo-3.6.2-r1.ebuild @@ -23,7 +23,9 @@ RDEPEND=" blas? ( virtual/blas ) lapack? ( virtual/lapack )" DEPEND="${DEPEND} - virtual/pkgconfig" + atlas? ( virtual/pkgconfig ) + blas? ( virtual/pkgconfig ) + lapack? ( virtual/pkgconfig )" src_prepare() { # avoid the automagic cmake macros diff --git a/sci-libs/armadillo/metadata.xml b/sci-libs/armadillo/metadata.xml index edf2d81..3581e19 100644 --- a/sci-libs/armadillo/metadata.xml +++ b/sci-libs/armadillo/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + Armadillo is a C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a @@ -14,7 +14,7 @@ need for temporaries. This is accomplished through recursive templates and template meta-programming. - - Link with sci-libs/atlas libraries for cblas and clapack - + + Link with sci-libs/atlas libraries for cblas and clapack +