aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2011-03-08 22:10:37 +0100
committerChristoph Junghans <ottxor@gentoo.org>2011-03-08 22:10:37 +0100
commit576823408f684b1cbedc5dc1b6f4886d5a0eb841 (patch)
tree17faf140a70ae695b7f8422008c769efd70b7b0a /sci-chemistry/gromacs/gromacs-9999.ebuild
parent[ambertools] apply upstream bugfixes (diff)
downloadsci-576823408f684b1cbedc5dc1b6f4886d5a0eb841.tar.gz
sci-576823408f684b1cbedc5dc1b6f4886d5a0eb841.tar.bz2
sci-576823408f684b1cbedc5dc1b6f4886d5a0eb841.zip
[sci-chemistry/gromacs] added fixes from 4.5.3-r4
(Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-9999.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
index 031310b85..a2718f0c4 100644
--- a/sci-chemistry/gromacs/gromacs-9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
@@ -139,6 +139,7 @@ src_configure() {
#if we build single and double - double is suffixed
use double-precision && use single-precision && \
[ "${x}" = "double" ] && suffix="_d"
+ #double uses sse2, single sse
[ "${x}" = "float" ] && use sse && acce="sse"
[ "${x}" = "double" ] && use sse2 && acce="sse"
local p