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: Sun, 05 Feb 2012 21:31:35
Message-Id: 102b939a8f676888380ae1c02e7c96f11589022e.kleiner_otti@gentoo
1 commit: 102b939a8f676888380ae1c02e7c96f11589022e
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 21:30:29 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Sun Feb 5 21:30:29 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=102b939a
7
8 handle new vmd detection
9
10 (Portage version: 2.2.0_alpha85/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 3 +++
14 sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 5 +----
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
18 index 424f26b..509854b 100644
19 --- a/sci-chemistry/gromacs/ChangeLog
20 +++ b/sci-chemistry/gromacs/ChangeLog
21 @@ -3,6 +3,9 @@
22 # $Header: $
23
24 05 Feb 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
25 + handle new vmd detection
26 +
27 + 05 Feb 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
28 added openmp support
29
30 *gromacs-4.6.9999 (28 Sep 2011)
31
32 diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
33 index 2ce38b6..99b5c2b 100644
34 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
35 +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
36 @@ -146,6 +146,7 @@ src_configure() {
37 -DGMX_DEFAULT_SUFFIX=off
38 -DGMX_ACCELERATION="$acce"
39 -DGMXLIB="$(get_libdir)"
40 + -DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/"
41 )
42
43 for x in ${GMX_DIRS}; do
44 @@ -200,10 +201,6 @@ src_install() {
45 cmake-utils_src_make install-mdrun DESTDIR="${D}"
46 done
47
48 - sed -n -e '/^GMXBIN/,/^GMXDATA/p' "${ED}"/usr/bin/GMXRC.bash > "${T}/80gromacs"
49 - echo "VMD_PLUGIN_PATH=${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/" >> "${T}/80gromacs"
50 -
51 - doenvd "${T}/80gromacs"
52 rm -f "${ED}"/usr/bin/GMXRC*
53
54 newbashcomp "${ED}"/usr/bin/completion.bash ${PN}