Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
Date: Mon, 10 Feb 2014 04:14:32
Message-Id: 1392004051.5c87d26f879e8775f1a9d00e80e06eeacb311136.bicatali@gentoo
1 commit: 5c87d26f879e8775f1a9d00e80e06eeacb311136
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 03:47:31 2014 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 03:47:31 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5c87d26f
7
8 sci-libs/mlpack: Version bump
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-libs/mlpack/ChangeLog | 8 +++++++-
14 sci-libs/mlpack/{mlpack-1.0.7.ebuild => mlpack-1.0.8.ebuild} | 6 +++++-
15 2 files changed, 12 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog
18 index a0a795e..6d2e24f 100644
19 --- a/sci-libs/mlpack/ChangeLog
20 +++ b/sci-libs/mlpack/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for sci-libs/mlpack
23 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*mlpack-1.0.8 (10 Feb 2014)
28 +
29 + 10 Feb 2014; Sébastien Fabbro <bicatali@g.o> +mlpack-1.0.8.ebuild,
30 + -mlpack-1.0.7.ebuild:
31 + sci-libs/mlpack: Version bump
32 +
33 *mlpack-1.0.7 (07 Dec 2013)
34
35 07 Dec 2013; Sébastien Fabbro <bicatali@g.o> +mlpack-1.0.7.ebuild,
36
37 diff --git a/sci-libs/mlpack/mlpack-1.0.7.ebuild b/sci-libs/mlpack/mlpack-1.0.8.ebuild
38 similarity index 82%
39 rename from sci-libs/mlpack/mlpack-1.0.7.ebuild
40 rename to sci-libs/mlpack/mlpack-1.0.8.ebuild
41 index d2d6e1d..ad1a4c4 100644
42 --- a/sci-libs/mlpack/mlpack-1.0.7.ebuild
43 +++ b/sci-libs/mlpack/mlpack-1.0.8.ebuild
44 @@ -4,7 +4,7 @@
45
46 EAPI=5
47
48 -inherit cmake-utils eutils
49 +inherit cmake-utils eutils toolchain-funcs
50
51 DESCRIPTION="Scalable c++ machine learning library"
52 HOMEPAGE="http://www.mlpack.org/"
53 @@ -22,6 +22,7 @@ RDEPEND="
54
55 DEPEND="${DEPEND}
56 app-text/txt2man
57 + dev-util/pkgconfig
58 doc? ( app-doc/doxygen )"
59
60 DOCS=( HISTORY.txt )
61 @@ -32,6 +33,9 @@ src_prepare() {
62 -e "s:share/doc/mlpack:share/doc/${PF}:" \
63 -e 's/-O3//g' \
64 CMakeLists.txt || die
65 + sed -i \
66 + -e "s|\(set(ARMADILLO_LIBRARIES\)|\1 $($(tc-getPKG_CONFIG) --libs blas lapack)|" \
67 + CMake/FindArmadillo.cmake || die
68 }
69
70 src_configure() {