Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs: gromacs-4.6.1.ebuild ChangeLog
Date: Tue, 28 May 2013 03:28:11
Message-Id: 20130528032804.538CA2171D@flycatcher.gentoo.org
1 ottxor 13/05/28 03:28:04
2
3 Modified: gromacs-4.6.1.ebuild ChangeLog
4 Log:
5 fixed a typo, which prevented cuda build
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.3 sci-chemistry/gromacs/gromacs-4.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.1.ebuild?r1=1.2&r2=1.3
15
16 Index: gromacs-4.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gromacs-4.6.1.ebuild 9 Mar 2013 15:18:52 -0000 1.2
23 +++ gromacs-4.6.1.ebuild 28 May 2013 03:28:04 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.1.ebuild,v 1.2 2013/03/09 15:18:52 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.1.ebuild,v 1.3 2013/05/28 03:28:04 ottxor Exp $
29
30 EAPI=5
31
32 @@ -181,7 +181,7 @@
33 local p
34 [[ ${x} = "double" ]] && p="-DGMX_DOUBLE=ON" || p="-DGMX_DOUBLE=OFF"
35 local cuda=( "-DGMX_GPU=OFF" )
36 - [[ ${x} = "single" ]] && use cuda && \
37 + [[ ${x} = "float" ]] && use cuda && \
38 cuda=( -DGMX_GPU=ON -DCUDA_HOST_COMPILER_OPTIONS="${NVCCFLAGS}" )
39 mycmakeargs=( ${mycmakeargs_pre[@]} ${p} -DGMX_MPI=OFF
40 $(cmake-utils_use threads GMX_THREAD_MPI) "${cuda[@]}" -DGMX_OPENMM=OFF
41
42
43
44 1.125 sci-chemistry/gromacs/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.125&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.125&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?r1=1.124&r2=1.125
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v
53 retrieving revision 1.124
54 retrieving revision 1.125
55 diff -u -r1.124 -r1.125
56 --- ChangeLog 5 May 2013 17:31:09 -0000 1.124
57 +++ ChangeLog 28 May 2013 03:28:04 -0000 1.125
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sci-chemistry/gromacs
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.124 2013/05/05 17:31:09 ottxor Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.125 2013/05/28 03:28:04 ottxor Exp $
63 +
64 + 28 May 2013; Christoph Junghans <ottxor@g.o> gromacs-4.6.1.ebuild:
65 + fixed a typo, which prevented cuda build
66
67 05 May 2013; Christoph Junghans <ottxor@g.o> gromacs-4.5.7.ebuild:
68 clean up fortran