aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2013-12-03 08:47:04 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2013-12-03 08:47:04 +0400
commitd7eafeaa9dc3c544754f9ca3f8426d1a4b40faaa (patch)
tree0909bdecd5539ea024959ba86205da65ed3b733b /sci-chemistry/gromacs
parentMore updates #2 to gmx live (diff)
downloadsci-d7eafeaa9dc3c544754f9ca3f8426d1a4b40faaa.tar.gz
sci-d7eafeaa9dc3c544754f9ca3f8426d1a4b40faaa.tar.bz2
sci-d7eafeaa9dc3c544754f9ca3f8426d1a4b40faaa.zip
make mdrun target work for gmx live
Package-Manager: portage-2.2.7
Diffstat (limited to 'sci-chemistry/gromacs')
-rw-r--r--sci-chemistry/gromacs/ChangeLog3
-rw-r--r--sci-chemistry/gromacs/gromacs-9999.ebuild6
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
index e4f8243d6..eb2cc95d3 100644
--- a/sci-chemistry/gromacs/ChangeLog
+++ b/sci-chemistry/gromacs/ChangeLog
@@ -3,6 +3,9 @@
# $Header: $
03 Dec 2013; Alexey Shvetsov <alexxy@gentoo.org> gromacs-9999.ebuild:
+ make mdrun target work for gmx live
+
+ 03 Dec 2013; Alexey Shvetsov <alexxy@gentoo.org> gromacs-9999.ebuild:
More updates #2 to gmx live
03 Dec 2013; Alexey Shvetsov <alexxy@gentoo.org> gromacs-9999.ebuild:
diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
index 02ecef6f0..1a6d1ef2d 100644
--- a/sci-chemistry/gromacs/gromacs-9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
@@ -187,7 +187,7 @@ src_configure() {
use mpi || continue
einfo "Configuring for ${x} precision with mpi"
mycmakeargs=( ${mycmakeargs_pre[@]} ${p} -DGMX_THREAD_MPI=OFF
- -DGMX_MPI=ON ${cuda} -DGMX_OPENMM=OFF
+ -DGMX_MPI=ON ${cuda} -DGMX_OPENMM=OFF -DGMX_BUILD_MDRUN_ONLY=ON
-DGMX_BINARY_SUFFIX="_mpi${suffix}" -DGMX_LIBS_SUFFIX="_mpi${suffix}" )
BUILD_DIR="${WORKDIR}/${P}_${x}_mpi" CC="mpicc" cmake-utils_src_configure
done
@@ -201,7 +201,7 @@ src_compile() {
use mpi || continue
einfo "Compiling for ${x} precision with mpi"
BUILD_DIR="${WORKDIR}/${P}_${x}_mpi"\
- cmake-utils_src_compile mdrun
+ cmake-utils_src_compile
done
}
@@ -229,7 +229,7 @@ src_install() {
fi
use mpi || continue
BUILD_DIR="${WORKDIR}/${P}_${x}_mpi" \
- DESTDIR="${D}" cmake-utils_src_make install-mdrun
+ cmake-utils_src_install
done
use doc && [[ $PV != *9999* ]] && dodoc "${DISTDIR}/${PN}-manual-${MANUAL_PV}.pdf"