public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Honza Macháček" <Hloupy.Honza@centrum.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/libxc/
Date: Fri, 27 Jun 2014 13:02:01 +0000 (UTC)	[thread overview]
Message-ID: <1403874102.19fa3acf1a13dcc5336f564b024fd2bed6b67357.honza_machacek@gentoo> (raw)

commit:     19fa3acf1a13dcc5336f564b024fd2bed6b67357
Author:     Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
AuthorDate: Fri Jun 27 13:01:42 2014 +0000
Commit:     Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
CommitDate: Fri Jun 27 13:01:42 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=19fa3acf

sci-libs/libxc-2.0.3.ebuild adjusted to export the C preprocessor name in the FCCPP variable that the build system looks for

Package-Manager: portage-2.2.10

---
 sci-libs/libxc/ChangeLog          | 4 ++++
 sci-libs/libxc/libxc-2.0.3.ebuild | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/sci-libs/libxc/ChangeLog b/sci-libs/libxc/ChangeLog
index d1e4742..3e0060f 100644
--- a/sci-libs/libxc/ChangeLog
+++ b/sci-libs/libxc/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Jun 2014; Honza Macháček <Hloupy.Honza@centrum.cz> libxc-2.0.3.ebuild:
+  sci-libs/libxc-2.0.3.ebuild adjusted to export the C preprocessor name in the
+  FCCPP variable that the build system looks for
+
 *libxc-2.2.0 (15 Apr 2014)
 *libxc-2.1.0 (15 Apr 2014)
 *libxc-2.0.3 (15 Apr 2014)

diff --git a/sci-libs/libxc/libxc-2.0.3.ebuild b/sci-libs/libxc/libxc-2.0.3.ebuild
index b794ff9..e9103df 100644
--- a/sci-libs/libxc/libxc-2.0.3.ebuild
+++ b/sci-libs/libxc/libxc-2.0.3.ebuild
@@ -24,7 +24,11 @@ S="${WORKDIR}"/${MY_P}
 MAKEOPTS+=" -j1"
 
 pkg_setup() {
-	use fortran && fortran-2_pkg_setup
+	if use fortran; then
+		fortran-2_pkg_setup
+		tc-export FC F77 CC CXX CPP
+		export FCCPP="$(tc-getCPP)"
+	fi
 }
 
 src_prepare() {


             reply	other threads:[~2014-06-27 13:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-27 13:02 Honza Macháček [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-10-02 13:00 [gentoo-commits] proj/sci:master commit in: sci-libs/libxc/ Christoph Junghans
2017-01-11 15:23 Honza Macháček
2015-04-22 14:36 Honza Macháček
2014-12-10 15:29 Honza Macháček
2014-04-15 15:35 Honza Macháček
2013-11-05 20:11 Justin Lecher
2012-06-22 22:49 Alexey Shvetsov
2012-04-23  8:52 Honza Macháček
2012-02-19 12:44 Justin Lecher
2011-12-16 10:07 Honza Macháček
2011-06-24 17:09 Justin Lecher
2011-06-21 11:54 Justin Lecher
2011-03-15 10:23 Justin Lecher
2011-03-15 10:23 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1403874102.19fa3acf1a13dcc5336f564b024fd2bed6b67357.honza_machacek@gentoo \
    --to=hloupy.honza@centrum.cz \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox