From 9c0b3d658b5476dc3f96737a1cd08b647073cf19 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 21 Jun 2010 13:32:33 +0000 Subject: Respect CXX/CC in all cases (Portage version: 2.2_rc67/cvs/Linux x86_64) --- sci-chemistry/mpqc/mpqc-2.3.1-r2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sci-chemistry/mpqc/mpqc-2.3.1-r2.ebuild') diff --git a/sci-chemistry/mpqc/mpqc-2.3.1-r2.ebuild b/sci-chemistry/mpqc/mpqc-2.3.1-r2.ebuild index d84b0783ee5f..de3282437cb3 100644 --- a/sci-chemistry/mpqc/mpqc-2.3.1-r2.ebuild +++ b/sci-chemistry/mpqc/mpqc-2.3.1-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 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-r2.ebuild,v 1.1 2010/05/23 10:40:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/mpqc-2.3.1-r2.ebuild,v 1.2 2010/06/21 13:32:33 jlec Exp $ EAPI=2 -inherit autotools eutils fortran +inherit autotools eutils fortran toolchain-funcs DESCRIPTION="The Massively Parallel Quantum Chemistry Program" HOMEPAGE="http://www.mpqc.org/" @@ -44,6 +44,8 @@ src_prepare() { } src_configure() { + tc-export CC + tc-export CXX if use mpi; then export CC=mpicc export CXX=mpicxx -- cgit v1.2.3-65-gdbad