diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-23 11:51:57 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-23 11:51:57 +0000 |
commit | c98c5de0a129c3b1b1fa88b2237e681f01704c60 (patch) | |
tree | 678c49dc79e54ab681b31d2042731f53a294a4fe /sci-chemistry/gamess | |
parent | Add support of adjusting MM size at build time for GAMESS-US (diff) | |
download | gentoo-2-c98c5de0a129c3b1b1fa88b2237e681f01704c60.tar.gz gentoo-2-c98c5de0a129c3b1b1fa88b2237e681f01704c60.tar.bz2 gentoo-2-c98c5de0a129c3b1b1fa88b2237e681f01704c60.zip |
whitespace
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/gamess')
-rw-r--r-- | sci-chemistry/gamess/gamess-20090112.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild b/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild index e7c3af8ea2b3..91e538a7ed75 100644 --- a/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild +++ b/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild,v 1.2 2009/04/23 11:50:19 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20090112.1-r1.ebuild,v 1.3 2009/04/23 11:51:57 alexxy Exp $ inherit eutils toolchain-funcs fortran flag-o-matic @@ -51,7 +51,7 @@ pkg_setup() { if [[ "${ARCH}" == "amd64" ]] && [[ "${FORTRANC}" != "gfortran" ]]; then die "You will need gfortran to compile gamess on amd64" fi - + if use qmmm-tinker; then einfo "By default MM subsistem is restricted to 1000 atoms" einfo "if you want larger MM subsystems then you should set" |