diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 00:45:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:07:11 +0100 |
commit | 783a8c0e38779b8bca2cb4ea51367d8f9944dcd6 (patch) | |
tree | 0dd73b9265ceda902b1872af26988384ee2279c5 /sci-physics | |
parent | sci-misc/boinc: sync live ebuild (diff) | |
download | gentoo-783a8c0e38779b8bca2cb4ea51367d8f9944dcd6.tar.gz gentoo-783a8c0e38779b8bca2cb4ea51367d8f9944dcd6.tar.bz2 gentoo-783a8c0e38779b8bca2cb4ea51367d8f9944dcd6.zip |
sci-physics/espresso: add missing cuda inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/espresso/espresso-4.1.3.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/espresso/espresso-4.1.3.ebuild b/sci-physics/espresso/espresso-4.1.3.ebuild index 1ef336f2ab40..a60bb434ef8b 100644 --- a/sci-physics/espresso/espresso-4.1.3.ebuild +++ b/sci-physics/espresso/espresso-4.1.3.ebuild @@ -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" diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 1ef336f2ab40..a60bb434ef8b 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -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" |