From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qn29F-0006U9-Ku for garchives@archives.gentoo.org; Sat, 30 Jul 2011 05:31:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D428F21C021; Sat, 30 Jul 2011 05:31:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6DBFA21C021 for ; Sat, 30 Jul 2011 05:31:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A93DC1B4016 for ; Sat, 30 Jul 2011 05:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C933F8003D for ; Sat, 30 Jul 2011 05:31:27 +0000 (UTC) From: "Dongxu Li" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dongxu Li" Message-ID: <9c4682a18a0f20fd6e5ad5f730989cfe8d8fd969.dongxuli@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/fastjet/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/fastjet/fastjet-2.4.4.ebuild sci-physics/fastjet/metadata.xml X-VCS-Directories: sci-physics/fastjet/ X-VCS-Committer: dongxuli X-VCS-Committer-Name: Dongxu Li X-VCS-Revision: 9c4682a18a0f20fd6e5ad5f730989cfe8d8fd969 Date: Sat, 30 Jul 2011 05:31:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cbb6a8d456be9fc9780f12b15417fbe2 commit: 9c4682a18a0f20fd6e5ad5f730989cfe8d8fd969 Author: Dongxu Li gmail com> AuthorDate: Sat Jul 30 05:30:48 2011 +0000 Commit: Dongxu Li gmail com> CommitDate: Sat Jul 30 05:30:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D9c4682a1 sci-physics/fastjet: new package, #375575 --- sci-physics/fastjet/fastjet-2.4.4.ebuild | 59 ++++++++++++++++++++++++= ++++++ sci-physics/fastjet/metadata.xml | 24 ++++++++++++ 2 files changed, 83 insertions(+), 0 deletions(-) diff --git a/sci-physics/fastjet/fastjet-2.4.4.ebuild b/sci-physics/fastj= et/fastjet-2.4.4.ebuild new file mode 100644 index 0000000..f16006d --- /dev/null +++ b/sci-physics/fastjet/fastjet-2.4.4.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 +inherit eutils + +DESCRIPTION=3D"Fast implementation of several longitudinal invariant seq= uential +recombination jet algorithms" +HOMEPAGE=3D"http://www.lpthe.jussieu.fr/~salam/fastjet/" +SRC_URI=3D"http://www.lpthe.jussieu.fr/~salam/fastjet/repo/${PF}.tar.gz" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~x86 ~amd64" +IUSE=3D"+allplugins +allcxxplugins cgal" + +DEPEND=3D"cgal? ( sci-mathematics/cgal )" +RDEPEND=3D"${DEPEND}" + +pkg_setup() { + if use allplugins || use allcxxplugins; then + elog + elog "Will build all plugins since you have one of allplugins or allcx= xplugins set." + elog "The following plugins are available:" + elog " - siscone" + elog " - cdfcones" + elog " - pxcone" + elog " - d0runiicone" + elog " - nesteddefs" + elog " - trackjet" + elog " - atlascone" + elog " - cmsiterativecone" + elog " - eecambridge" + elog " - jade" + elog + fi +} + +src_configure() { + econf \ + $(use_enable allplugins) \ + $(use_enable allcxxplugins) \ + $(use_enable cgal) \ + --enable-siscone \ + --enable-cdfcones \ + --enable-pxcone \ + --enable-d0runiicone \ + --enable-nesteddefs \ + --enable-trackjet \ + --enable-atlascone \ + --enable-cmsiterativecone \ + --enable-eecambridge \ + --enable-jade +} + +src_install() { + emake DESTDIR=3D"${D}" install || die "emake install failed" +} diff --git a/sci-physics/fastjet/metadata.xml b/sci-physics/fastjet/metad= ata.xml new file mode 100644 index 0000000..a3746e7 --- /dev/null +++ b/sci-physics/fastjet/metadata.xml @@ -0,0 +1,24 @@ + + + + sci-physics + + The FastJet package provides a fast implementation of the longitudinal= ly + invariant kt longitudinally invariant inclusive Cambridge/Aachen and + anti-kt jet finders and a uniform interface to external jet finders + (notably SISCone) via a plugin mechanism. It also includes tools for + calculating jet areas and performing background (pileup/UE) subtractio= n. + + + + Build all standard plugins. + + + Build all C++ plugins. + + + Use sci-mathematics/cgal instead of bundled algorithms. + + + +