diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-12-21 00:15:19 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-12-21 00:16:20 +0300 |
commit | ade65a5307e693745065ae30af5eb4b90c4dbf06 (patch) | |
tree | 93546e96cd577f564a45331fb3f70db346030973 /sci-chemistry/gromacs/gromacs-2021.6.ebuild | |
parent | dev-db/sqlitebrowser: drop 3.12.1 (diff) | |
download | gentoo-ade65a5307e693745065ae30af5eb4b90c4dbf06.tar.gz gentoo-ade65a5307e693745065ae30af5eb4b90c4dbf06.tar.bz2 gentoo-ade65a5307e693745065ae30af5eb4b90c4dbf06.zip |
sci-chemistry/gromacs: Refuse to build with double + opencl enabled
Closes: https://bugs.gentoo.org/873166
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2021.6.ebuild')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2021.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2021.6.ebuild b/sci-chemistry/gromacs/gromacs-2021.6.ebuild index 81c13a98d102..0a8e8fdc1642 100644 --- a/sci-chemistry/gromacs/gromacs-2021.6.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.6.ebuild @@ -76,6 +76,7 @@ REQUIRED_USE=" || ( single-precision double-precision ) doc? ( !build-manual ) cuda? ( single-precision ) + opencl? ( single-precision ) cuda? ( !opencl ) mkl? ( !blas !fftw !lapack ) ${PYTHON_REQUIRED_USE}" |