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 84466138A1A for ; Wed, 7 Jan 2015 16:07:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A42E086E; Wed, 7 Jan 2015 16:07:44 +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 67867E086E for ; Wed, 7 Jan 2015 16:07:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F7DD340686 for ; Wed, 7 Jan 2015 16:07:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19EA8F124 for ; Wed, 7 Jan 2015 16:07:42 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1420646839.b9f89f4e5edbab8d478a28bceecc57f88fbf47a5.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/libquo/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/libquo/ChangeLog sys-cluster/libquo/libquo-9999.ebuild sys-cluster/libquo/metadata.xml X-VCS-Directories: sys-cluster/libquo/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: b9f89f4e5edbab8d478a28bceecc57f88fbf47a5 X-VCS-Branch: master Date: Wed, 7 Jan 2015 16:07:42 +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: 1bbf1e9f-57bf-4006-84b0-0fed2c8823a0 X-Archives-Hash: ebf8f1f21fbec8de78b86e69fc1daba2 commit: b9f89f4e5edbab8d478a28bceecc57f88fbf47a5 Author: Christoph Junghans gentoo org> AuthorDate: Wed Jan 7 16:07:19 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Jan 7 16:07:19 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b9f89f4e added live version Package-Manager: portage-2.2.14 --- sys-cluster/libquo/ChangeLog | 9 +++++++++ sys-cluster/libquo/libquo-9999.ebuild | 35 +++++++++++++++++++++++++++++++++++ sys-cluster/libquo/metadata.xml | 9 +++++++++ 3 files changed, 53 insertions(+) diff --git a/sys-cluster/libquo/ChangeLog b/sys-cluster/libquo/ChangeLog new file mode 100644 index 0000000..fa1654a --- /dev/null +++ b/sys-cluster/libquo/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sys-cluster/libquo +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*libquo-9999 (07 Jan 2015) + + 07 Jan 2015; Christoph Junghans +libquo-9999.ebuild, + +metadata.xml: + added live version diff --git a/sys-cluster/libquo/libquo-9999.ebuild b/sys-cluster/libquo/libquo-9999.ebuild new file mode 100644 index 0000000..ad2adff --- /dev/null +++ b/sys-cluster/libquo/libquo-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/libquo-1.2.2.ebuild,v 1.1 2015/01/06 21:56:20 ottxor Exp $ + +EAPI=5 + +inherit autotools-utils + +if [ "${PV}" = "9999" ]; then + EGIT_REPO_URI="git://github.com/losalamos/${PN}.git http://github.com/losalamos/${PN}.git" + inherit git-r3 + KEYWORDS="" + AUTOTOOLS_AUTORECONF=1 +else + SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="run-time tuning of process binding policies made easy" +HOMEPAGE="http://losalamos.github.io/libquo/" + +LICENSE="BSD" +SLOT="0" +IUSE="fortran static-libs" + +DEPEND=" + virtual/mpi[fortran?] + sys-process/numactl + sys-apps/hwloc[numa,xml] + " +RDEPEND="${DEPEND}" + +src_configure() { + autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false) +} diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml new file mode 100644 index 0000000..119d0fd --- /dev/null +++ b/sys-cluster/libquo/metadata.xml @@ -0,0 +1,9 @@ + + + + sci + + ottxor@gentoo.org + Christoph Junghans + +