sci-physics/espresso: add missing cuda inherit

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-12 00:45:49 +01:00
parent 2c8d92564b
commit 783a8c0e38
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
CMAKE_MAKEFILE_GENERATOR="emake"
inherit cmake python-single-r1 savedconfig
inherit cmake cuda python-single-r1 savedconfig
DESCRIPTION="Extensible Simulation Package for Research on Soft matter"
HOMEPAGE="http://espressomd.org"

View File

@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
CMAKE_MAKEFILE_GENERATOR="emake"
inherit cmake python-single-r1 savedconfig
inherit cmake cuda python-single-r1 savedconfig
DESCRIPTION="Extensible Simulation Package for Research on Soft matter"
HOMEPAGE="http://espressomd.org"