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 | 1092ea921ec0d36602fdd2850392657b0c36a7d8 (patch) | |
tree | 6a1afde4fabacf59e0939fea9ef75c5054a916ee /sci-chemistry/mpqc | |
parent | whitespace (diff) | |
download | historical-1092ea921ec0d36602fdd2850392657b0c36a7d8.tar.gz historical-1092ea921ec0d36602fdd2850392657b0c36a7d8.tar.bz2 historical-1092ea921ec0d36602fdd2850392657b0c36a7d8.zip |
whitespace
Package-Manager: portage-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 } - - - - - |