diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-25 17:10:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-25 17:10:07 +0000 |
commit | 425b67bef1b42f4d83908bc84222e2f325fededf (patch) | |
tree | 8e4dde0185574e961c43039b4e619dfd8a33bbb2 /sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild | |
parent | sci-mathematics/nusmv: Drop unnessecary die (diff) | |
download | gentoo-2-425b67bef1b42f4d83908bc84222e2f325fededf.tar.gz gentoo-2-425b67bef1b42f4d83908bc84222e2f325fededf.tar.bz2 gentoo-2-425b67bef1b42f4d83908bc84222e2f325fededf.zip |
sci-libs/lapack-atlas: -v
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild')
-rw-r--r-- | sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild index 961e663fee18..8c0e654e820f 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.8.0.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-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild,v 1.19 2011/06/21 15:17:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild,v 1.20 2012/04/25 17:10:07 jlec Exp $ inherit eutils flag-o-matic fortran-2 toolchain-funcs autotools versionator @@ -110,7 +110,7 @@ src_compile() { # build rest of lapack S_LAPACK="${WORKDIR}"/${L_PN}-lite-${L_PV} cd "${S_LAPACK}" - econf || die "Failed to configure reference lapack lib" + econf emake || die "Failed to make reference lapack lib" cd "${S_LAPACK}"/SRC |