summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-25 17:10:07 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-25 17:10:07 +0000
commit76eaabcea7ba9ae73923d327955a061ba5bee40e (patch)
tree8897bdbae3fe5d6946db22de91c8cc0b40481aa5 /sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild
parentsci-mathematics/nusmv: Drop unnessecary die (diff)
downloadhistorical-76eaabcea7ba9ae73923d327955a061ba5bee40e.tar.gz
historical-76eaabcea7ba9ae73923d327955a061ba5bee40e.tar.bz2
historical-76eaabcea7ba9ae73923d327955a061ba5bee40e.zip
sci-libs/lapack-atlas: -v
Package-Manager: portage-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.ebuild4
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