summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2021.3.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-2021.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2021.3.ebuild b/sci-chemistry/gromacs/gromacs-2021.3.ebuild
index e77091aa53d1..2298195203df 100644
--- a/sci-chemistry/gromacs/gromacs-2021.3.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2021.3.ebuild
@@ -161,10 +161,11 @@ src_prepare() {
src_configure() {
local mycmakeargs_pre=( ) extra fft_opts=( )
+ local acce="AUTO"
if use custom-cflags; then
#go from slowest to fastest acceleration
- local acce="None"
+ acce="None"
if (use amd64 || use x86); then
use cpu_flags_x86_sse2 && acce="SSE2"
use cpu_flags_x86_sse4_1 && acce="SSE4.1"