commit: c2f021e443ab214f718b402fd3dba6083a4acbb4 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Sun Jun 21 13:00:52 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sun Jun 21 13:00:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c2f021e4
sync with gx86 Package-Manager: portage-2.2.18 sci-chemistry/gromacs/ChangeLog | 3 +++ sci-chemistry/gromacs/gromacs-5.0.9999.ebuild | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index c7bcab9..87c6faf 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 Jun 2015; Christoph Junghans <[email protected]> gromacs-5.0.9999.ebuild: + sync with gx86 + 16 Jun 2015; Alexey Shvetsov <[email protected]> gromacs-9999.ebuild: Drop unneeded hack diff --git a/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild b/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild index f338fd5..10703bc 100644 --- a/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild @@ -252,6 +252,11 @@ src_install() { BUILD_DIR="${WORKDIR}/${P}_${x}_mpi" \ cmake-utils_src_install done + + if use tng; then + insinto /usr/include/tng + doins src/external/tng_io/include/tng/*h + fi # drop unneeded stuff rm "${ED}"usr/bin/GMXRC* || die #concatenate all gmx-completion*, starting with gmx-completion.bash (fct defs)
