summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2016-07-27 10:24:56 -0600
committerChristoph Junghans <ottxor@gentoo.org>2016-07-27 11:10:29 -0600
commit6753a0583867b1df19b54de07d9769dd4edbbdb7 (patch)
tree166404a9a3b93274cef4da3a469d0afd6e2ab358 /sci-physics
parentdev-php/PEAR-Net_Socket: new revision with EAPI=6 and no PEAR eclass. (diff)
downloadgentoo-6753a0583867b1df19b54de07d9769dd4edbbdb7.tar.gz
gentoo-6753a0583867b1df19b54de07d9769dd4edbbdb7.tar.bz2
gentoo-6753a0583867b1df19b54de07d9769dd4edbbdb7.zip
sci-physics/hoomd-blue: live ebuild update
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/hoomd-blue/hoomd-blue-9999.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
index 124046213cd8..d7a2cd95ea3d 100644
--- a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
+++ b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
CMAKE_MAKEFILE_GENERATOR="ninja"
-inherit cmake-utils cuda flag-o-matic python-r1
+inherit cmake-utils cuda python-r1
DESCRIPTION="a general-purpose particle simulation toolkit"
HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/"
@@ -40,9 +40,6 @@ src_prepare() {
[[ ${PV} = 9999 ]] || mv ../libgetar-${GETTAR_VER}/* hoomd/extern/libgetar || die
use cuda && cuda_src_prepare
cmake-utils_src_prepare
-
- #https://bitbucket.org/glotzer/hoomd-blue/issues/173
- append-cxxflags -std=gnu++11
}
src_configure() {