Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hoomd-blue/
Date: Wed, 27 Jul 2016 17:11:44
Message-Id: 1469639429.6753a0583867b1df19b54de07d9769dd4edbbdb7.ottxor@gentoo
1 commit: 6753a0583867b1df19b54de07d9769dd4edbbdb7
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 27 16:24:56 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 27 17:10:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6753a058
7
8 sci-physics/hoomd-blue: live ebuild update
9
10 Package-Manager: portage-2.2.28
11
12 sci-physics/hoomd-blue/hoomd-blue-9999.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
16 index 1240462..d7a2cd9 100644
17 --- a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
18 +++ b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
19 @@ -7,7 +7,7 @@ EAPI=6
20 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
21 CMAKE_MAKEFILE_GENERATOR="ninja"
22
23 -inherit cmake-utils cuda flag-o-matic python-r1
24 +inherit cmake-utils cuda python-r1
25
26 DESCRIPTION="a general-purpose particle simulation toolkit"
27 HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/"
28 @@ -40,9 +40,6 @@ src_prepare() {
29 [[ ${PV} = 9999 ]] || mv ../libgetar-${GETTAR_VER}/* hoomd/extern/libgetar || die
30 use cuda && cuda_src_prepare
31 cmake-utils_src_prepare
32 -
33 - #https://bitbucket.org/glotzer/hoomd-blue/issues/173
34 - append-cxxflags -std=gnu++11
35 }
36
37 src_configure() {