summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2011-09-28 07:14:39 +0000
committerChristoph Junghans <ottxor@gentoo.org>2011-09-28 07:14:39 +0000
commit155711059ca90b8b635e419a93fc2376276c5f45 (patch)
treecff28f297822fb9c08c59934c5cb4a8b99c75c49 /sci-chemistry/gromacs
parentVersion bump. (diff)
downloadgentoo-2-155711059ca90b8b635e419a93fc2376276c5f45.tar.gz
gentoo-2-155711059ca90b8b635e419a93fc2376276c5f45.tar.bz2
gentoo-2-155711059ca90b8b635e419a93fc2376276c5f45.zip
cmake variable LIB was renamed to GMXLIB
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry/gromacs')
-rw-r--r--sci-chemistry/gromacs/ChangeLog5
-rw-r--r--sci-chemistry/gromacs/gromacs-4.5.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
index 25bb8a05b0be..6ed48b011bc1 100644
--- a/sci-chemistry/gromacs/ChangeLog
+++ b/sci-chemistry/gromacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/gromacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.95 2011/09/27 16:58:52 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.96 2011/09/28 07:14:39 ottxor Exp $
+
+ 28 Sep 2011; Christoph Junghans <ottxor@gentoo.org> gromacs-4.5.5.ebuild:
+ cmake variable LIB was renamed to GMXLIB
*gromacs-4.5.5 (27 Sep 2011)
diff --git a/sci-chemistry/gromacs/gromacs-4.5.5.ebuild b/sci-chemistry/gromacs/gromacs-4.5.5.ebuild
index e828c36109af..2cfd830eb0e6 100644
--- a/sci-chemistry/gromacs/gromacs-4.5.5.ebuild
+++ b/sci-chemistry/gromacs/gromacs-4.5.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5.ebuild,v 1.1 2011/09/27 16:58:52 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5.ebuild,v 1.2 2011/09/28 07:14:39 ottxor Exp $
EAPI="4"
@@ -150,7 +150,7 @@ src_configure() {
$(cmake-utils_use xml GMX_XML)
-DGMX_DEFAULT_SUFFIX=off
-DGMX_ACCELERATION="$acce"
- -DLIB="$(get_libdir)"
+ -DGMXLIB="$(get_libdir)"
)
for x in ${GMX_DIRS}; do