Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/
Date: Sun, 02 Jun 2013 17:41:02
Message-Id: 1370194826.f29955289db5fa42abcec73547a096293eb882a3.ottxor@gentoo
1 commit: f29955289db5fa42abcec73547a096293eb882a3
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 1 21:38:06 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 17:40:26 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f2995528
7
8 sync with gx86
9
10 Package-Manager: portage-2.2.0_alpha177
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 3 +++
14 sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
18 index e91c85a..9a16c48 100644
19 --- a/sci-chemistry/gromacs/ChangeLog
20 +++ b/sci-chemistry/gromacs/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 01 Jun 2013; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
26 + sync with gx86
27 +
28 05 May 2013; Christoph Junghans <ottxor@g.o> gromacs-4.5.9999.ebuild:
29 sync with gx86
30
31
32 diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
33 index 7babac6..2382893 100644
34 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
35 +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
36 @@ -4,8 +4,8 @@
37
38 EAPI=5
39
40 -TEST_PV="4.6.1"
41 -MANUAL_PV="4.6.1"
42 +TEST_PV="4.6.2"
43 +MANUAL_PV="4.6.2"
44
45 CMAKE_MAKEFILE_GENERATOR="ninja"
46
47 @@ -70,8 +70,7 @@ REQUIRED_USE="
48 || ( single-precision double-precision )
49 cuda? ( single-precision )
50 openmm? ( single-precision )
51 - mkl? ( !blas !fftw !lapack )
52 - !openmm" #broken, but https://gerrit.gromacs.org/#/c/2087/
53 + mkl? ( !blas !fftw !lapack )"
54
55 DOCS=( AUTHORS README )
56 HTML_DOCS=( "${ED}"/usr/share/gromacs/html/ )