commit:     498fd9bde15c43643b86f892afd0d742017e4361
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 25 16:03:00 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Nov 25 16:03:00 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=498fd9bd

fixed a typo preventing AVX2 support (bug #530454)

Package-Manager: portage-2.2.8-r2

---
 sci-chemistry/gromacs/ChangeLog               | 4 ++++
 sci-chemistry/gromacs/gromacs-5.0.9999.ebuild | 2 +-
 sci-chemistry/gromacs/gromacs-9999.ebuild     | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
index 303fbd8..fb02018 100644
--- a/sci-chemistry/gromacs/ChangeLog
+++ b/sci-chemistry/gromacs/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Nov 2014; Christoph Junghans <[email protected]> gromacs-4.6.9999.ebuild,
+  gromacs-5.0.9999.ebuild, gromacs-9999.ebuild:
+  fixed a typo preventing AVX2 support (bug #530454)
+
   09 Oct 2014; Alexey Shvetsov <[email protected]> gromacs-9999.ebuild:
   Fix doc install
 

diff --git a/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild 
b/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild
index 7c341a7..e869042 100644
--- a/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild
@@ -120,7 +120,7 @@ src_configure() {
        use sse4_1 && acce="SSE4.1"
        use avx_128_fma && acce="AVX_128_FMA"
        use avx_256 && acce="AVX_256"
-       use avx2_256 && acee="AVX2_256"
+       use avx2_256 && acce="AVX2_256"
 
        #to create man pages, build tree binaries are executed (bug #398437)
        [[ ${CHOST} = *-darwin* ]] && \

diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild 
b/sci-chemistry/gromacs/gromacs-9999.ebuild
index cfaf1a7..2c3fbe7 100644
--- a/sci-chemistry/gromacs/gromacs-9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
@@ -121,7 +121,7 @@ src_configure() {
        use sse4_1 && acce="SSE4.1"
        use avx_128_fma && acce="AVX_128_FMA"
        use avx_256 && acce="AVX_256"
-       use avx2_256 && acee="AVX2_256"
+       use avx2_256 && acce="AVX2_256"
 
        #to create man pages, build tree binaries are executed (bug #398437)
        [[ ${CHOST} = *-darwin* ]] && \

Reply via email to