From ed5b62dc6853a0df3c50a1721fcfedcfcf44bebc Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 20 Aug 2008 19:13:48 +0000 Subject: Only append -fopenmp to FFLAGS, not all compiler flags. (Portage version: 2.2_rc6/cvs/Linux 2.6.27-rc3 x86_64) --- sci-chemistry/cns/ChangeLog | 5 ++++- sci-chemistry/cns/cns-1.2.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sci-chemistry/cns') diff --git a/sci-chemistry/cns/ChangeLog b/sci-chemistry/cns/ChangeLog index c45ec61a16fa..e94515dc57bd 100644 --- a/sci-chemistry/cns/ChangeLog +++ b/sci-chemistry/cns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/cns # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.11 2008/08/03 07:54:00 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.12 2008/08/20 19:13:48 dberkholz Exp $ + + 20 Aug 2008; Donnie Berkholz ; cns-1.2.1.ebuild: + Only append -fopenmp to FFLAGS, not all compiler flags. *cns-1.2.1 (03 Aug 2008) diff --git a/sci-chemistry/cns/cns-1.2.1.ebuild b/sci-chemistry/cns/cns-1.2.1.ebuild index 68f7775dc775..0867f28039b8 100644 --- a/sci-chemistry/cns/cns-1.2.1.ebuild +++ b/sci-chemistry/cns/cns-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild,v 1.1 2008/08/03 07:54:00 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1.ebuild,v 1.2 2008/08/20 19:13:48 dberkholz Exp $ inherit eutils fortran toolchain-funcs versionator flag-o-matic @@ -48,7 +48,7 @@ src_unpack() { unpack ${A} cd "${S}" - use openmp && append-flags -fopenmp + use openmp && append-fflags -fopenmp use openmp && append-ldflags -lgomp # Someone already did the same in the openmp version, apparently -- cgit v1.2.3-65-gdbad