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: Wed, 26 Dec 2012 03:59:52
Message-Id: 1356494370.32899af849c88173cf81ef71d944ade72614f98a.kleiner_otti@gentoo
1 commit: 32899af849c88173cf81ef71d944ade72614f98a
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 26 03:59:30 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Wed Dec 26 03:59:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=32899af8
7
8 fixed typo
9
10 Package-Manager: portage-2.2.0_alpha149
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 3 +++
14 sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 1 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
18 index c9d44fb..e00cde9 100644
19 --- a/sci-chemistry/gromacs/ChangeLog
20 +++ b/sci-chemistry/gromacs/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 26 Dec 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
26 + fixed typo
27 +
28 26 Dec 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild,
29 metadata.xml:
30 Added mkl support
31
32 diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
33 index cb9c0d4..d253a1f 100644
34 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
35 +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
36 @@ -63,7 +63,7 @@ RESTRICT="test"
37 REQUIRED_USE="
38 cuda? ( single-precision )
39 openmm? ( single-precision )
40 - mkl ( !blas !fftw !lapack )"
41 + mkl? ( !blas !fftw !lapack )"
42
43 pkg_pretend() {
44 [[ $(gcc-version) == "4.1" ]] && die "gcc 4.1 is not supported by gromacs"