From 6753a0583867b1df19b54de07d9769dd4edbbdb7 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Wed, 27 Jul 2016 10:24:56 -0600 Subject: sci-physics/hoomd-blue: live ebuild update Package-Manager: portage-2.2.28 --- sci-physics/hoomd-blue/hoomd-blue-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sci-physics') 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() { -- cgit v1.2.3-65-gdbad