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-libs/openmm: openmm-4.1.1.ebuild ChangeLog
Date: Wed, 26 Dec 2012 18:48:41
Message-Id: 20121226184820.1E4F42171D@flycatcher.gentoo.org
1 ottxor 12/12/26 18:48:20
2
3 Modified: openmm-4.1.1.ebuild ChangeLog
4 Log:
5 fixed cmake options
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.2 sci-libs/openmm/openmm-4.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: openmm-4.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- openmm-4.1.1.ebuild 30 Nov 2012 20:45:20 -0000 1.1
23 +++ openmm-4.1.1.ebuild 26 Dec 2012 18:48:19 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v 1.1 2012/11/30 20:45:20 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v 1.2 2012/12/26 18:48:19 ottxor Exp $
29
30 EAPI="5"
31
32 @@ -33,9 +33,12 @@
33
34 src_configure() {
35 mycmakeargs=(
36 + $(cmake-utils_use cuda OPENMM_BUILD_CUDA_LIB)
37 + $(cmake-utils_use opencl OPENMM_BUILD_OPENCL_LIB)
38 + $(cmake-utils_use !cuda CUDA_BUILD_CUBIN)
39 $(cmake-utils_use opencl OPENMM_BUILD_RPMD_PLUGIN)
40 $(cmake-utils_use opencl OPENMM_BUILD_PYTHON_WRAPPERS)
41 - ) # workarounds for broken autodetection
42 + ) # last 3 options are workarounds for broken build system
43
44 cmake-utils_src_configure
45 }
46
47
48
49 1.2 sci-libs/openmm/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?r1=1.1&r2=1.2
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- ChangeLog 30 Nov 2012 20:45:20 -0000 1.1
62 +++ ChangeLog 26 Dec 2012 18:48:19 -0000 1.2
63 @@ -1,6 +1,9 @@
64 # ChangeLog for sci-libs/openmm
65 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.1 2012/11/30 20:45:20 ottxor Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.2 2012/12/26 18:48:19 ottxor Exp $
68 +
69 + 26 Dec 2012; Christoph Junghans <ottxor@g.o> openmm-4.1.1.ebuild:
70 + fixed cmake options
71
72 *openmm-4.1.1 (30 Nov 2012)