diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-24 08:28:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-24 08:28:25 +0000 |
commit | 03ae63fc65dd2fe97210eb351baa780c6d18ed44 (patch) | |
tree | 4c4ed6477f64af82849da0f84a88bd9790f4306d /sci-libs/superlu | |
parent | Fix building with PaX enabled kernels. #422525 (diff) | |
download | gentoo-2-03ae63fc65dd2fe97210eb351baa780c6d18ed44.tar.gz gentoo-2-03ae63fc65dd2fe97210eb351baa780c6d18ed44.tar.bz2 gentoo-2-03ae63fc65dd2fe97210eb351baa780c6d18ed44.zip |
sci-libs/superlu: Unset VERBOSE, because it is used internally, #423259
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/superlu')
-rw-r--r-- | sci-libs/superlu/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/superlu/superlu-4.3.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sci-libs/superlu/ChangeLog b/sci-libs/superlu/ChangeLog index 04456616a2dc..8c70fce12a8e 100644 --- a/sci-libs/superlu/ChangeLog +++ b/sci-libs/superlu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/superlu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.15 2012/05/04 08:22:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.16 2012/06/24 08:28:25 jlec Exp $ + + 24 Jun 2012; Justin Lecher <jlec@gentoo.org> superlu-4.3.ebuild: + Unset VERBOSE, because it is used internally, #423259 04 May 2012; Jeff Horelick <jdhore@gentoo.org> superlu-4.0-r2.ebuild, superlu-4.1-r1.ebuild, superlu-4.2.ebuild, superlu-4.3.ebuild: diff --git a/sci-libs/superlu/superlu-4.3.ebuild b/sci-libs/superlu/superlu-4.3.ebuild index b577f4ffb48b..a70404b3b78a 100644 --- a/sci-libs/superlu/superlu-4.3.ebuild +++ b/sci-libs/superlu/superlu-4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3.ebuild,v 1.3 2012/05/04 08:22:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3.ebuild,v 1.4 2012/06/24 08:28:25 jlec Exp $ EAPI=4 @@ -30,6 +30,10 @@ S="${WORKDIR}/${MY_PN}_${PV}" AUTOTOOLS_IN_SOURCE_BUILD=1 PATCHES=( "${FILESDIR}"/${P}-autotools.patch ) +pkg_setup() { + unset VERBOSE +} + src_configure() { local myeconfargs=( --with-blas="$(pkg-config --libs blas)" ) autotools-utils_src_configure |