Gentoo Archives: gentoo-commits

From: Christoph Junghans <kleiner_otti@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/
Date: Sun, 05 Feb 2012 00:30:32
Message-Id: b34c72d1816ff04cb8d6556bf8a08392b96a01d1.kleiner_otti@gentoo
1 commit: b34c72d1816ff04cb8d6556bf8a08392b96a01d1
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 00:30:14 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Sun Feb 5 00:30:14 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b34c72d1
7
8 added openmp support
9
10 (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 5 ++++-
14 sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 5 +++--
15 2 files changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
18 index 537e8c7..424f26b 100644
19 --- a/sci-chemistry/gromacs/ChangeLog
20 +++ b/sci-chemistry/gromacs/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for sci-chemistry/gromacs
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 05 Feb 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
28 + added openmp support
29 +
30 *gromacs-4.6.9999 (28 Sep 2011)
31
32 28 Sep 2011; Christoph Junghans <ottxor@g.o> +gromacs-4.6.9999.ebuild:
33
34 diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
35 index dab09b1..2ce38b6 100644
36 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
37 +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 +# Copyright 1999-2012 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 @@ -30,7 +30,7 @@ LICENSE="GPL-2"
45 SLOT="0"
46 KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
47 IUSE="X altivec blas doc -double-precision +fftw fkernels gsl lapack
48 -mpi +single-precision sse2 test +threads xml zsh-completion"
49 +mpi openmp +single-precision sse2 test +threads xml zsh-completion"
50 REQUIRED_USE="fkernels? ( !threads )"
51
52 CDEPEND="
53 @@ -141,6 +141,7 @@ src_configure() {
54 $(cmake-utils_use gsl GMX_GSL)
55 $(cmake-utils_use lapack GMX_EXTERNAL_LAPACK)
56 $(cmake-utils_use threads GMX_THREADS)
57 + $(cmake-utils_use openmp GMX_OPENMP)
58 $(cmake-utils_use xml GMX_XML)
59 -DGMX_DEFAULT_SUFFIX=off
60 -DGMX_ACCELERATION="$acce"