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 71292138CE3 for ; Mon, 10 Feb 2014 04:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DE58E0A5E; Mon, 10 Feb 2014 04:14:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35089E0A5E for ; Mon, 10 Feb 2014 04:14:25 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6133033F89C for ; Mon, 10 Feb 2014 04:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 1E2E218888 for ; Mon, 10 Feb 2014 04:14:22 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1392004051.5c87d26f879e8775f1a9d00e80e06eeacb311136.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/mlpack/ChangeLog sci-libs/mlpack/mlpack-1.0.7.ebuild sci-libs/mlpack/mlpack-1.0.8.ebuild X-VCS-Directories: sci-libs/mlpack/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 5c87d26f879e8775f1a9d00e80e06eeacb311136 X-VCS-Branch: master Date: Mon, 10 Feb 2014 04:14:22 +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: a279ab2c-f3c9-4a82-904f-2989b52a1e14 X-Archives-Hash: b9b7e7988d518cf97bbe25bca602fa98 commit: 5c87d26f879e8775f1a9d00e80e06eeacb311136 Author: Sébastien Fabbro gentoo org> AuthorDate: Mon Feb 10 03:47:31 2014 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Mon Feb 10 03:47:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5c87d26f sci-libs/mlpack: Version bump Package-Manager: portage-2.2.8-prefix --- sci-libs/mlpack/ChangeLog | 8 +++++++- sci-libs/mlpack/{mlpack-1.0.7.ebuild => mlpack-1.0.8.ebuild} | 6 +++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog index a0a795e..6d2e24f 100644 --- a/sci-libs/mlpack/ChangeLog +++ b/sci-libs/mlpack/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-libs/mlpack -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*mlpack-1.0.8 (10 Feb 2014) + + 10 Feb 2014; Sébastien Fabbro +mlpack-1.0.8.ebuild, + -mlpack-1.0.7.ebuild: + sci-libs/mlpack: Version bump + *mlpack-1.0.7 (07 Dec 2013) 07 Dec 2013; Sébastien Fabbro +mlpack-1.0.7.ebuild, diff --git a/sci-libs/mlpack/mlpack-1.0.7.ebuild b/sci-libs/mlpack/mlpack-1.0.8.ebuild similarity index 82% rename from sci-libs/mlpack/mlpack-1.0.7.ebuild rename to sci-libs/mlpack/mlpack-1.0.8.ebuild index d2d6e1d..ad1a4c4 100644 --- a/sci-libs/mlpack/mlpack-1.0.7.ebuild +++ b/sci-libs/mlpack/mlpack-1.0.8.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils eutils +inherit cmake-utils eutils toolchain-funcs DESCRIPTION="Scalable c++ machine learning library" HOMEPAGE="http://www.mlpack.org/" @@ -22,6 +22,7 @@ RDEPEND=" DEPEND="${DEPEND} app-text/txt2man + dev-util/pkgconfig doc? ( app-doc/doxygen )" DOCS=( HISTORY.txt ) @@ -32,6 +33,9 @@ src_prepare() { -e "s:share/doc/mlpack:share/doc/${PF}:" \ -e 's/-O3//g' \ CMakeLists.txt || die + sed -i \ + -e "s|\(set(ARMADILLO_LIBRARIES\)|\1 $($(tc-getPKG_CONFIG) --libs blas lapack)|" \ + CMake/FindArmadillo.cmake || die } src_configure() {