Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/
Date: Tue, 03 Dec 2013 04:07:05
Message-Id: 1386043472.59ceeaad78fce1fcc8d452177b0fa64eb3b517c6.alexxy@gentoo
1 commit: 59ceeaad78fce1fcc8d452177b0fa64eb3b517c6
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 3 04:04:32 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 3 04:04:32 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=59ceeaad
7
8 More updates to gmx live
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 3 +++
14 sci-chemistry/gromacs/gromacs-9999.ebuild | 9 ---------
15 2 files changed, 3 insertions(+), 9 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
18 index fc03b04..60e7d86 100644
19 --- a/sci-chemistry/gromacs/ChangeLog
20 +++ b/sci-chemistry/gromacs/ChangeLog
21 @@ -3,6 +3,9 @@
22 # $Header: $
23
24 03 Dec 2013; Alexey Shvetsov <alexxy@g.o> gromacs-9999.ebuild:
25 + More updates to gmx live
26 +
27 + 03 Dec 2013; Alexey Shvetsov <alexxy@g.o> gromacs-9999.ebuild:
28 Slightly update live ebuild for master branch
29
30 01 Jun 2013; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
31
32 diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
33 index 706734c..f14bba5 100644
34 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild
35 +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
36 @@ -184,15 +184,6 @@ src_configure() {
37 "$(use test && echo -DREGRESSIONTEST_PATH="${WORKDIR}/${P}_${x}/tests")"
38 -DGMX_BINARY_SUFFIX="${suffix}" -DGMX_LIBS_SUFFIX="${suffix}" )
39 BUILD_DIR="${WORKDIR}/${P}_${x}" cmake-utils_src_configure
40 - if [[ ${x} = float ]] && use openmm; then
41 - einfo "Configuring for openmm build"
42 - mycmakeargs=( ${mycmakeargs_pre[@]} ${p} -DGMX_MPI=OFF
43 - -DGMX_THREAD_MPI=OFF -DGMX_GPU=OFF -DGMX_OPENMM=ON
44 - -DOpenMM_PLUGIN_DIR="${EPREFIX}/usr/$(get_libdir)/plugins"
45 - -DGMX_BINARY_SUFFIX="_openmm" -DGMX_LIBS_SUFFIX="_openmm" )
46 - BUILD_DIR="${WORKDIR}/${P}_openmm" \
47 - OPENMM_ROOT_DIR="${EPREFIX}/usr" cmake-utils_src_configure
48 - fi
49 use mpi || continue
50 einfo "Configuring for ${x} precision with mpi"
51 mycmakeargs=( ${mycmakeargs_pre[@]} ${p} -DGMX_THREAD_MPI=OFF