aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-02-22 12:52:41 +0100
committerJustin Lecher <jlec@gentoo.org>2013-02-22 12:52:41 +0100
commit69d13bf0066675905477af55a9567d032d0fe38c (patch)
tree5b113462255fc125614a6ba3539e4dc690f56397
parentsci-chemistry/simpson: Add missing dep on virtual/pkgconfig (diff)
downloadsci-69d13bf0066675905477af55a9567d032d0fe38c.tar.gz
sci-69d13bf0066675905477af55a9567d032d0fe38c.tar.bz2
sci-69d13bf0066675905477af55a9567d032d0fe38c.zip
sci-libs/armadillo: Correct USE dependency for virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha163 RepoMan-Options: --force
-rw-r--r--sci-libs/armadillo/ChangeLog4
-rw-r--r--sci-libs/armadillo/armadillo-3.6.2-r1.ebuild4
-rw-r--r--sci-libs/armadillo/metadata.xml10
3 files changed, 12 insertions, 6 deletions
diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog
index 98a0bf6c6..ae5bb8094 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 <jlec@gentoo.org> 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 <bicatali@gentoo.org>
diff --git a/sci-libs/armadillo/armadillo-3.6.2-r1.ebuild b/sci-libs/armadillo/armadillo-3.6.2-r1.ebuild
index e50e6527d..0135614f6 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 edf2d8190..3581e197e 100644
--- a/sci-libs/armadillo/metadata.xml
+++ b/sci-libs/armadillo/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
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.
</longdescription>
-<use>
- <flag name="atlas">Link with <pkg>sci-libs/atlas</pkg> libraries for cblas and clapack</flag>
-</use>
+ <use>
+ <flag name="atlas">Link with <pkg>sci-libs/atlas</pkg> libraries for cblas and clapack</flag>
+ </use>
</pkgmetadata>