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 11423138ACE for ; Mon, 9 Mar 2015 16:01:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 796B0E078A; Mon, 9 Mar 2015 16:01:04 +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 1A2CAE078A for ; Mon, 9 Mar 2015 16:01:03 +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 BF62E340A1E for ; Mon, 9 Mar 2015 16:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3AFE1362B for ; Mon, 9 Mar 2015 16:00:58 +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: <1425916456.7e74871e253726b31d5606d1a5b8b29231c2b9a0.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/hoomd-blue/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/hoomd-blue/ChangeLog sci-physics/hoomd-blue/hoomd-blue-9999.ebuild X-VCS-Directories: sci-physics/hoomd-blue/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 7e74871e253726b31d5606d1a5b8b29231c2b9a0 X-VCS-Branch: master Date: Mon, 9 Mar 2015 16:00:58 +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: 18a68812-eca1-4a35-b04c-f70c739661fa X-Archives-Hash: f7c3f97ecd0b111984bcc5090f52ee8f commit: 7e74871e253726b31d5606d1a5b8b29231c2b9a0 Author: Christoph Junghans gentoo org> AuthorDate: Mon Mar 9 15:53:24 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Mar 9 15:54:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7e74871e switched to ninja Package-Manager: portage-2.2.14 sci-physics/hoomd-blue/ChangeLog | 3 +++ sci-physics/hoomd-blue/hoomd-blue-9999.ebuild | 1 + 2 files changed, 4 insertions(+) diff --git a/sci-physics/hoomd-blue/ChangeLog b/sci-physics/hoomd-blue/ChangeLog index 70755ba..20102fa 100644 --- a/sci-physics/hoomd-blue/ChangeLog +++ b/sci-physics/hoomd-blue/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Mar 2015; Christoph Junghans hoomd-blue-9999.ebuild: + switched to ninja + 06 Mar 2015; Christoph Junghans hoomd-blue-9999.ebuild: update live ebuild diff --git a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild index 51bc69d..43f51f7 100644 --- a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild +++ b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils cuda python-single-r1