diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:48:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:48:10 +0000 |
commit | 8380554d4688642e0ea9e67659823a0347ac8f52 (patch) | |
tree | 2045834c7a597608589522870d96083251b7e5cd /sci-chemistry/mpqc | |
parent | whitespace (diff) | |
download | gentoo-2-8380554d4688642e0ea9e67659823a0347ac8f52.tar.gz gentoo-2-8380554d4688642e0ea9e67659823a0347ac8f52.tar.bz2 gentoo-2-8380554d4688642e0ea9e67659823a0347ac8f52.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-chemistry/mpqc')
-rw-r--r-- | sci-chemistry/mpqc/mpqc-2.3.1-r1.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sci-chemistry/mpqc/mpqc-2.3.1-r1.ebuild b/sci-chemistry/mpqc/mpqc-2.3.1-r1.ebuild index 6d3024525f80..f40d47a4580d 100644 --- a/sci-chemistry/mpqc/mpqc-2.3.1-r1.ebuild +++ b/sci-chemistry/mpqc/mpqc-2.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/mpqc-2.3.1-r1.ebuild,v 1.6 2007/06/26 02:40:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/mpqc-2.3.1-r1.ebuild,v 1.7 2007/07/13 05:48:10 mr_bones_ Exp $ inherit fortran @@ -38,7 +38,6 @@ src_unpack() { fi } - src_compile() { # Only shared will work on ppc64 - bug #62124 # But we always want shared libraries @@ -54,7 +53,6 @@ src_compile() { emake || die "emake failed" } - src_test() { cd "${S}"/src/bin/mpqc/validate @@ -64,8 +62,6 @@ src_test() { make check0 || die "failed in test routines" } - - src_install() { make installroot="${D}" install install_devel install_inc \ || die "install failed" @@ -93,8 +89,3 @@ pkg_postinst() { einfo "consistent basis sets." echo } - - - - - |