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 22:36:58
Message-Id: 1356561112.847251fe1fa1e5e2ba7787320db860f5151262a6.kleiner_otti@gentoo
1 commit: 847251fe1fa1e5e2ba7787320db860f5151262a6
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 26 22:31:52 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Wed Dec 26 22:31:52 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=847251fe
7
8 fixed openmm suffix
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 | 9 ++++++---
15 2 files changed, 9 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
18 index 7deeeef..d371744 100644
19 --- a/sci-chemistry/gromacs/ChangeLog
20 +++ b/sci-chemistry/gromacs/ChangeLog
21 @@ -3,6 +3,9 @@
22 # $Header: $
23
24 26 Dec 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
25 + fixed openmm suffix
26 +
27 + 26 Dec 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
28 fixed another typo
29
30 26 Dec 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
31
32 diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
33 index 362cb74..4f7972b 100644
34 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
35 +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
36 @@ -53,7 +53,10 @@ CDEPEND="
37 lapack? ( virtual/lapack )
38 mkl? ( sci-libs/mkl )
39 mpi? ( virtual/mpi )
40 - openmm? ( sci-libs/openmm[cuda,opencl] )"
41 + openmm? (
42 + dev-util/nvidia-cuda-toolkit
43 + sci-libs/openmm[cuda,opencl]
44 + )"
45 DEPEND="${CDEPEND}
46 virtual/pkgconfig"
47 RDEPEND="${CDEPEND}"
48 @@ -127,7 +130,7 @@ src_configure() {
49 -DGMX_DEFAULT_SUFFIX=off
50 -DGMX_ACCELERATION="$acce"
51 -DGMXLIB="$(get_libdir)"
52 - -DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/"
53 + -DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/"
54 ${extra}
55 )
56
57 @@ -149,7 +152,7 @@ src_configure() {
58 einfo "Configuring for openmm build"
59 mycmakeargs=( ${mycmakeargs_pre[@]} ${p} -DGMX_MPI=OFF
60 -DGMX_THREAD_MPI=OFF -DGMX_GPU=OFF -DGMX_OPENMM=ON
61 - -DGMX_BINARY_SUFFIX="openmm" -DGMX_LIBS_SUFFIX="openmm" )
62 + -DGMX_BINARY_SUFFIX="_openmm" -DGMX_LIBS_SUFFIX="_openmm" )
63 BUILD_DIR="${WORKDIR}/${P}_openmm" \
64 OPENMM_ROOT_DIR="${EPREFIX}/usr" cmake-utils_src_configure
65 fi